saving . . . saved Can I use it on windows os ? has been deleted. Can I use it on windows os ? has been hidden .
Can I use it on windows os ?
Title
Question
Respected sir,
All tutorials are based on ubuntu.  How can I use it in windows is?
Please sir too much confusion..
Thank you 

C-and-Cpp First-C-Program 05-06 min 0-10 sec 19-04-20, 1:11 p.m. manas1406

Answers:

Yes 

you can use online free c compiler by below link

<a href="https://www.onlinegdb.com/online_c_compiler">https://www.onlinegdb.com/online_c_compiler</a>

you can use all most all program of this course in this live compiler you need internet and browser 

is it ok ?
19-04-20, 4:12 p.m. abhijeet jadeja
<a href="https://www.onlinegdb.com/online_c_compiler">https://www.onlinegdb.com/online_c_compiler</a>

THIS IS ABOVE LINK YOU CAN USE TO SOLVE YOUR ALL PROGRAM THAT EXPLAIN BY THIS COURSE
19-04-20, 4:16 p.m. abhijeet jadeja

Login to add comment


First install the compiler as per the sheet:
<a href="https://spoken-tutorial.org/C-and-Cpp-Installation-Sheet-English.pdf/" style="color: rgb(255, 255, 0); background-image: none; background-color: rgb(0, 51, 102); outline: none; outline-offset: -2px; font-family: &quot;Courier New&quot;;" target="_blank" title="">https://spoken-tutorial.org/C-and-Cpp-Installation-Sheet-English.pdf/</a><span style="color: rgb(255, 255, 255); font-family: &quot;Courier New&quot;; background-color: rgb(0, 51, 102); font-size: 12px;"> </span>
Please follow the below steps for creating, compiling and executing the program:
1. Create a folder on your desktop "Practice".
2. Open Notepad++ and create a first program shown in the video.
3. Goto File -> Save As and save the program under Desktop -> Practice with name as "talk.c" (name of the program file)
4. Open command prompt and give the full path of your "Practice" folder and press enter.
For Example:   cd "C:\Users\User\Desktop\Practice\" 
5. To compile the program, write down below command: 
gcc talk.c -o myoutput
6. To execute the program, write down below command:
myoutput
7. Output will be shown....

Hope above steps will work fine. If still face problem then please let me know.
01-05-20, 4:34 p.m. uzairaziz2004


Log-in to answer to this question.