shaqywacky wrote:When I'm on windows I definitely use Visual Studio. It's the best IDE for C++ or ASM programming I've ever used. I've used eclipse for other things and I didn't mind it but VS still feels better to me. I'm not even sure if eclipse lets you see registers, but I assume it does.
I was forced to use DevC++ for a class and coming back to VS was like breath of fresh air. DevC++ is a complete load of ass, I recommend staying as far away from it as possible.
I can't stand Visual Studio. Too much Microsoft. Besides that, they
changed C++ . So it's no longer what C++ actually is, it's Visual C++. Disgusting. And as for ASM, a text editor is the best one I've ever used by far.
LoGiCaL__ wrote:Lighweight here also. On linux I just use the nano text editor because it's pretty easy to navigate and has syntax highlighting.
I've never actually used Nano, but if you want something similar to Notepad++ for Linux, look up Geany. Also, it's pretty lightweight too.