problem with command prompt
Title
Question
I followed the procedure for installation gcc and g++ compiler in window OS.
but when i write first line of code which is " gedit talk.c " it not work. should i need to download editor ?
C-and-Cpp First-Cpp-Program 00-01 min 50-60 sec
Answers:
The Spoken Tutorial assumes that you are using Linux. gedit is an editor that normally comes with Linux.
Luckily, gedit is just an editor and any other editor will also work equally well. In windows, a convenient alternative is notepad. So, wherever gedit is mentioned, you may use notepad. Moreover, you invoke notepad using the GUI command (e.g. clicking the notepad icon).
Notepad++ shall be installed for windows to type programs
Then save and compile from command prompt using gcc
Then save and compile from command prompt using gcc
Login to add comment