I my saved notepad folder into my cygwin home folder (so when I started cygwin terminal it would be already at the file), when I used the command ls (list) it shows my program hello_world.cpp so then I tried to compile it using the command g++ hello_world.cpp I keep receiving the message "-bash: g++: command not found" any suggestions?