I'm a total newbie here. How do I open .cpp file from the github directory? what command should I use? I'm in the directory where the .cpp file is stored but I do not know how to open that in the terminal.
Asked
Active
Viewed 1,728 times
0
-
http://www.cyberciti.biz/faq/howto-compile-and-run-c-cplusplus-code-in-linux/ – muru Aug 29 '14 at 03:19
1 Answers
-1
You can open the file in any text editor. Try:
nano file_name.cpp

Eliah Kagan
- 117,780

Milan Patel
- 122