anyone have a favourite?
(for the windows platform)
No, Really. Bite me.
quote:
This one time, at Burger camp:
I'm looking for a decent free C/C++ compiler/editor (well, a dev environment really).anyone have a favourite?
(for the windows platform)
OMG NEWB LINUX IS BETTER!!!!!!!!!!!!
The thought of someone being flamed by Mog of all people makes me laugh. A lot.
Especially when it's a typo free post. I'm dyin' over here. [ 10-08-2003: Message edited by: Aury ]
Mog flaming someone...
Wow.
quote:
This insanity brought to you by Led:
Yeah, does mog get literate where others purposely write gibberish?
What gibberish?
quote:
Mog thought about the meaning of life:
OMG NEWB LINUX IS BETTER!!!!!!!!!!!!
^^^^
Not a flame
quote:
Kegwen had this to say about Robocop:
^^^^Not a flame
Shhhhhh, if they find out that C++ isn't an operating system, we're all doomed.
For now I'm using DEVcpp (an open source C++/C IDE under the GNU public license. Still in beta but not too buggy)
No, Really. Bite me.
quote:
Burger had this to say about Robocop:
yes, I do admit that for coding, linux is a great platform, but as it stands, I don't have a running linux install, so I was just looking for a little input.For now I'm using DEVcpp (an open source C++/C IDE under the GNU public license. Still in beta but not too buggy)
Notepad and the Borland command line compiler, bish.
quote:
So quoth Oscar 3/Xray 1:
Shhhhhh, if they find out that C++ isn't an operating system, we're all doomed.
Mog was responding to the last line of Burger's post, brainiac.
If the company pays for it it's free, right?
quote:
We all got dumber when Nina said:
gcc
Currently our company is developing alot of programs for our subsidiary, Glass Coatings and Concepts, LLC.
I named the last program GCC.net
I'm evil.
quote:
Rabidbunnylover'nix had this to say about Optimus Prime:
Notepad and the Borland command line compiler, bish.
If all I wanted was a text editor and a command line compiler I'd SSH into the school servers and use vi to edit and the unix C compiler.
But I prefer colour coded text, that automatically carries my indents and that has all the other little conveniences that come from an editor that was purpose built. (and a shortcut to save&compile and a shortcut to save/compile/run) and such.
No, Really. Bite me.
If you have to go free, get djgpp, the free version of linux's compiler. You can do a quick yahoo search to find a lot of frontends for it, they are a dime a dozen if i remember correctly. [ 10-08-2003: Message edited by: diadem ]
quote:What's wrong with vim (the windows version of VI, it's a pretty swanky text editor actually) + command line compiler? I've actually come to like VI more than most editors, and don't like using regular ones now, heh...does syntax highlight, autoindenting, etc with all the extra things that make vi so great.
Burger had this to say about Robocop:
If all I wanted was a text editor and a command line compiler I'd SSH into the school servers and use vi to edit and the unix C compiler.But I prefer colour coded text, that automatically carries my indents and that has all the other little conveniences that come from an editor that was purpose built. (and a shortcut to save&compile and a shortcut to save/compile/run) and such.
quote:
Absolut Blindy said this about your mom:
because you can't POSSIBLY be good at coding unless you don't use the tools that the guys who do it for a living use.
when I'm at school, I use a general text editor and a command line compiler, but at home, I like the fancy colours and the easy testing from a hotkey save+compile. I don't use all the fancy debugging and lord knows what else is built into a full fledged environment, because for what I'm doing, it's overkill.
And I'll try the other suggested options. thanks all.
No, Really. Bite me.
We also use Netbeans a lot for Java work, and I think you can tie in the C/C++ compilers into it.
gvim is available for Windows as well (Though I think you actually just run the vim.exe ) and it has code highlighting and stuff.
I think there's something called emacs out there too, but you don't want that.