C++ on computer notepad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ on computer notepad?

is it possible to write a c++ program code in notepad like the " hello world" code and save it as an .exe file and run it??

5th Jun 2017, 4:12 PM
Josh Marks
Josh Marks - avatar
1 Answer
+ 5
Yes, you can. You need a pluggin to convert the file for the compiler. I tried to do it in the past. It can be a long process. I just use visual studio now. Here is my thread when I tried with using notepad++ for C++ I have a link for the windows and mac versions of visual studio in this thread. https://www.sololearn.com/discuss/410578/?ref=app https://www.sololearn.com/discuss/251901/?ref=app
5th Jun 2017, 5:08 PM
Manual
Manual - avatar