Posts by Henrique Rezende • 125 points
4 posts
-
3
votes1
answer119
viewsQ: I’m in doubt how to do
How to module into some mathematical function in C? I tried some basic things but it didn’t work.
-
4
votes3
answers633
viewsQ: Loop variable declaration error
I made the following command: for(int i = 1 ; i <= 3 ; i++) {etc } Then it made the following mistake when I went to compile: game.c:11:2: error: "for" loop initial declarations are only allowed…
-
1
votes1
answer8213
viewsQ: Error compiling C in gcc: No such file or directory
I’m trying to compile a file. c but I’m not getting it. I type the following command: gcc main.c -o HELLO and the following error appears: gcc: error: main.c: No such file or directory gcc:fatal…
-
3
votes1
answer5699
viewsQ: Problem compiling: no input files Compilation terminated
I’m starting to program in C, but ai to use GCC ta giving me the following problem when using cmd: gcc.exe: fatal error: no imput files Compilation terminated I would like to know what to do,…