Arachnophilia

74 views
Skip to first unread message

The Svara

unread,
Aug 26, 2021, 9:18:17 AM8/26/21
to C++ GCU Forum
Hello there,

Is anybody else using arachnophilia I am having difficulties running programs through it.

Right now I just copied the hello world program which is available on the google course and made a file named hello world.cpp by using the macro Q which I assigned for compiling in Arachnophilia I got no errors inside the program editor, but when I go to my cmd I cannot get hello world on the screen 

It shows me following errors hope somebody can help
C:\Users\Dheeraj\Documents>gcc hello world.cpp
gcc: error: hello: No such file or directory
gcc: error: world.cpp: No such file or directory
gcc: fatal error: no input files
compilation terminated.

 and one more thing are there any videos in this course or it is just written material would love to know from the people who have already explored this course.

Thanks

William Fynn

unread,
Aug 26, 2021, 8:41:11 PM8/26/21
to C++ GCU Forum
Kindly use this format: gcc <input_file.cpp> -o <output_file>

where <input_file.cpp> is the name of the file you are compiling, without spaces,
and <output_file> is the name for the executable file to be created.

you may click here for more instructions on compiling.
Reply all
Reply to author
Forward
0 new messages