Posts by joseLapa • 33 points
3 posts
-
2
votes2
answers5930
viewsQ: List input
I have to receive input (10 integers) from the user and put them in a list but not allow repeated numbers to be entered. I tried but the program sees that the numbers are repeated does not insert…
-
1
votes1
answer51
viewsQ: No startup error
I’m having a non-boot error, and I can’t figure out why: #include <stdio.h> int main(){ const int LENGTH = 10; const int WIDTH = 5; const char NEWLINE = "\n"; int area; area = LENGHT * WIDTH;…
-
0
votes1
answer351
viewsQ: How to install LLVM?
How to install the Clang/LLVM in windows to run C programs in bash always appears "failed to find msbuilt toolsets" when installing llvm??