I am rather new to C programming and compiling. The only expercience I've had with C or C++ is with physical computing on the Arduino. So I was wondering if you can use Notepad++ as an editor for making mods and such. For those of you who don't know what Notepad++ here is the link.
P.S to all you moderators I DID try the search bar and found nothing.
You still need to compile but Notepad++ is by FAR the best editor for almost any programming language. The syntax highlighting, interface, and tabbing makes it great and easy to use. You can manage multiple projects at once, with ease. I'd suggest it.
You still need to compile but Notepad++ is by FAR the best editor for almost any programming language. The syntax highlighting, interface, and tabbing makes it great and easy to use. You can manage multiple projects at once, with ease. I'd suggest it.
Agreed. It is by far one of the best code editors I have used. However, you may have to download Visual Studio for compiling.