When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
whats the code and how are you compiling it
do you have a compiler installed ?
the extension is only for syntax cheking
how do you run your code ? F5 ?
what does it output to the console ?
lol
type gcc -v into the terminal
also to do it manually you make sure youre in the same folder as HelloWorld.c and then you type
gcc HelloWorld.c
this gives you a a.out executable
you can run it with ./a.out
(on windows a.exe)
post the screenshot from the output
or tell me the version of gcc
@proven vector
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
Thank you and let us know if you have any more questions!
✅
Thank you and let us know if you have any more questions!