it keeps telling me
gcc hello.cpp -o hello
gcc: error: hello.cpp: No such file or directory
gcc: fatal error: no input files
compilation terminated.
please anyone help
it keeps telling me
gcc hello.cpp -o hello
gcc: error: hello.cpp: No such file or directory
gcc: fatal error: no input files
compilation terminated.
please anyone help
Copyright © 2021 Jogjafile Inc.
The source file needs to be in the same path you invoke gcc or you can put the full path in there
or you can do cd /home/username/Desktop then invoke gcc from that given path.