+ 2
Why dont we use notepad for writing c++ instead of using compilers like turbo c++
5 ответов
+ 7
Because the latter is more convenient.
+ 2
I m asking can we go with notepad or not, i.e is there some procedures for doing programs of c++ n c with notepad if no thn why
+ 2
As mentioned above you can use any text editor but the extensions of file can cause problems especially when using word text editor and you can debug your programs right away. Hope you find this useful.
+ 1
Notepad = Any text editor for any programming language(But save the file as .cpp instead of .txt for c++ files)
IDE = Text Editor + Debugger + Tools + Lots More.