saving . . . saved Program not compiling has been deleted. Program not compiling has been hidden .
Program not compiling
Title
Question
Hello everyone, i downloaded gcc compiler from chooclatety website using window power shell . 
 Now following the steps given in the tutorial i coded  in notepad++ but the program is no compiling & giving the following error in window power shell. pls tell what to do to ???

 PS C:\Windows\system32> gcc talk.c -o output parameter
gcc.exe: error: talk.c: No such file or directory
gcc.exe: error: parameter: No such file or directory
gcc.exe: fatal error: no input files
compilation terminated.
PS C:\Windows\system32>

C-and-Cpp First-C-Program 08-09 min 0-10 sec 21-08-21, 9:55 a.m. Anshaggarwal

Answers:

Dear User,

Before you start going through the C and Cpp series of Spoken Tutorial, please go through the Installation and Instruction Sheets thoroughly.  Please follow all the steps and then begin with the video.  Here are the links-
https://spoken-tutorial.org/media/videos/43/C-and-Cpp-Installation-Sheet-English.pdf
https://spoken-tutorial.org/media/videos/43/C-and-Cpp-Instruction-Sheet-English.pdf

Answers to your question-
1) You have probably not saved your "talk.c" file on your machine.
2) You can save the code in the Notepad++ editor in any location on your machine, as per your preference.  Just make sure that you are in the same directory in the command prompt before executing the program.
26-08-21, 4:34 p.m. hbammkanti


Log-in to answer to this question.