how to do C/C++ programming on Notepad++ software ????
You can write C/C++ source files using Notepad++. To build programs from those source files, you need a compiler like GCC, MinGW, MSVC, etc.
@agdgdgdgwngo - yeah u are right.okay ... can u plz give me a GCC, MinGW, MSVC, compiler link to download. and after download what i have to do ... i mean is there any plugin option there in notepad++ where i select and then run the program.
you can download codeblocks instead, there you will be able to write source code and compile it and run it
MSVC is bundled with Microsoft's Visual Studio IDE, and you can download their visual C++ express edition IDE for free and build C++ programs. I think you have to run the IDE itself, though, so you will be leaving notepad++ if you go with it :(. GCC comes bundled with cygwin, a progam that gives you a bunch of linux tools on windows: http://cygwin.com/ I think you can download MinGW standalone somewhere, but it is bundled with the code::blocks IDE if you download it from their website http://codeblocks.org
As for the notepad++ plugin... http://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec%20Plugin%20v0.4.2/NppExec_042_dll_Unicode.zip/download
http://heroix.hubpages.com/hub/How-To-Compile-With-Notepad I found this guide for that plugin
[@ Tomas.A ] - thanks a lot mate.yeah codeblocks is a very good software. I hav that one but i didn't know abt working on notepad++.
[@ agdgdgdgwngo ] - thanks a lot. You hav helped me a lot.will check all of these. thanks once again.
For the record: Yes you can run your code directly from Notepad++. On the menubar there is a Run option. I definitely works for HTML and other languages that run in a browser. It also definitely works for Java as well. For other code, a compiler will have to be installed, and I cannot speak for how well this functionality works, but if it works for other languages as well as it does for Java and Net languages, you shouldn't have a problem.
Join our real-time social learning platform and learn together with your friends!