recommended windows C IDE for making basic external

Floating Point's icon

Well I started downloading the MS visual studio express and it's 608 meg; is there a tighter IDE out there that's free for just quickly knocking together a simple external? (it will just do a bunch of maths on lists).

Thanks

Lee's icon

you could try Eclipse??

Floating Point's icon

thanks Lee. eclipse looks like it's about 1/3 the size. (i've only got about a gig left on my windows partition). Can you recommend it, is it easy to learn? (i don't want to faf about spending days learning the environment to just compile a few lines of code...) would there be something even simpler out there that could do it?

Vjacobs's icon

also possible:

I've worked with Code::Blocks before, quite transparent

KrisW's icon

im using http://www.sublimetext.com/ for everything . Ive been setting up C/C++ environment with it successfully . perhaps it will work for realm of max externals as well.
This is the most beautiful editor i ever worked with . its not distracting for the eyes ,its just perfect

Lee's icon

I've used eclipse extensively for java dev in the past, but not really used it in anger for c/c++ as I have access to vs. I like it a lot tho, apart from when the gc decides to cut in for 10s ;)

Floating Point's icon

thanks everyone, I'm currently going for codeblocks-- managed to do a hello world within a few minutes of downloading, and it's only about 30 meg... will let you know how i go with it for something more substantial/practical...
T

btw Lee, do you use eclipse to make mxj objects, or for more general java coding projects? I've used the built-in editor previously for mxj and found that to be adequate (albeit the editor is very meat-and-potatoes)

Lee's icon

yes, used eclipse for all my mxj work, and recently all of my javascript work.. it has so many addons these days for various things that it's just easy...

i may actually go to it for c++ aswell as it might be easier to do projects to compile on windows/mac as all the settings will be the same in eclipse, just use a different toolchain on mac, theoretically...

see how easy it is to convert vcproj to xcode first....

Floating Point's icon

i tried using eclipse for making an mxj once, but went back to the max internal editor... the environment was just 'too hard' for my small brain (i've never used java for anything except mxj)
the idea of using eclipse cross-platform compilation is nice in theory at least, but if i remember correctly i couldn't even make java classes on a mac that would work in windows (again, 'too hard' for me at the time, gave up :-0 )
thanks for the encouraging info-- may revisit eclipse at some stage in the future