Back in college, looking to pick up some coding again after about a year or so hiatus.
Visual studio, Code::Blocks, NetBeans? What's a /prog/ ceritfied IDE these days? I've tried VS and C::B but I am totally open to trying something new.
On a semi-related note, I want to do some work in graphics, but I want to work specifically at the pixel level. What's my best option with C++ to give me a simple plot(x,y,color) functionality?
>IDE
>/prog/ certified
Pick only one.
If it ain't vi/vim/Emacs/ed/etc, it's shit.
Name:
Anonymous2012-09-28 5:49
Visual studio, Code::Blocks, NetBeans? What's a /prog/ ceritfied IDE these days? I've tried VS and C::B but I am totally open to trying something new.
GNU Emacs with CEDET.
On a semi-related note, I want to do some work in graphics, but I want to work specifically at the pixel level. What's my best option with C++ to give me a simple plot(x,y,color) functionality?
DirectDraw on Windows. Xlib on UNIX and GNU. Quartz on Mac OS X. VGA framebuffer in real mode.