saving . . . saved problem with command prompt has been deleted. problem with command prompt has been hidden .
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 29-08-18, 12:02 a.m. 12_jaydeep

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). 

29-08-18, 6:57 a.m. kannan


Notepad++ shall be installed for windows to type programs
Then save and compile from command prompt using gcc
15-02-20, 11:22 a.m. renethajb
Installation of notepad++ is not mentioned in the installation sheet.
07-07-21, 5:30 p.m. danielmathews170@gmail.com

Login to add comment


Log-in to answer to this question.