+ 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??
1 Réponse
+ 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