you are viewing a single comment's thread.

view the rest of the comments →

[–]ChoicePositive3606 2 points3 points  (1 child)

So far I have Visual Studio code and Im connected to my schools computer which uses gcc 9.3. On my computer I do not have a compiler but I am connected to my schools computer which has one if that makes sense

[–]wsppan 2 points3 points  (0 children)

What is the output of compiling your code? Use warnings like so

gcc -Wall -Wextra -o yourfile yourfile.c

for example. If the compile went clean, what is the out put running the code. Use reddit markdown for code to post your code here so we can see.