If I write the source code of C/C++ in Notepad++, then do I need to attach (plugin) an external compiler to it or not to run it? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

If I write the source code of C/C++ in Notepad++, then do I need to attach (plugin) an external compiler to it or not to run it?

3rd Jun 2017, 7:07 AM
Itz_me_sandy_
Itz_me_sandy_ - avatar
2 ответов
+ 1
i think you have a fundamental missunderstanding here. With notepad++ you would write code, which cannot be not be run at this point. C++ is not interpreted, so you need a compiler like gcc to translate it into machine code, so your OS knows what it is executing. the plugin itself would just help you making the process of compiling easier (by pressing a button in the UI etc). you will still need to provide a compiler.
3rd Jun 2017, 11:15 AM
Rob Sommerer, MSc
Rob Sommerer, MSc - avatar
+ 1
To run the code you need to download another program. Visual Studio is one of the best.
6th Jun 2017, 5:47 AM
Corey
Corey - avatar