05-02-2009, 04:11 PM | #11 |
A Threat to the District
|
I'd have to recommend going with the hippy compiler GCC. And from what I hear, Microsoft's Visual C++ compiler is pretty good as well. If the llvm and clang worked better on C++ I'd recommend that as well; unfortunately though, it's really only C that's supported now.
__________________
Twitter! |
05-02-2009, 04:46 PM | #12 |
synk-ism
|
Oh man, seg faults! I can't get those in Java. I miss them.
I code in Linux/UNIX-based environments, so I've always had GCC at my fingertips.
I suppose back before college there was Microsoft's Visual C++ or whatever was on Windows 2k machines, but *shrug*.
__________________
Find love.
|
05-02-2009, 05:00 PM | #13 |
Lakitu
|
DigiPen, we use Gnu and Visual Studio mostly, and also Borland for extra compatibility. From my experience, Borland seems to catch more errors and run faster than the other two for a lot of operations. There are some things Borland allows that GNU or MicroSoft won't though.
__________________
MENCHI Pink It's cowboy time, I'm so MENCHI right now. Metroid is a great man because his friends don't rape him. |
05-02-2009, 07:09 PM | #14 | |
Blue Psychic, Programmer
Join Date: Feb 2007
Location: Home!
Posts: 8,814
|
I've actually had trouble with Microsoft's Visual C++ when dealing with non-Visual Studio code. Tried modifying FF Hackter to better suit my tastes and it gave me crap about not having a few necessary files for some reason. I fully expect Visual Studio to be able to compile stuff you write right in there, but I'm not sure if it does it normally or into the Combined Language Runtime (CLR).
__________________
Quote:
Journal | Twitter | FF Wiki (Talk) | Projects | Site |
|
05-02-2009, 08:18 PM | #15 | |
Not 55 years old.
Join Date: Dec 2003
Posts: 2,098
|
Quote:
minGW, which will get you GCC on windows. PS: While you're at it, try a better OS. |
|
05-03-2009, 09:31 AM | #16 |
Troopa
|
|
05-04-2009, 02:33 PM | #17 |
RaiRO Developer
Join Date: Feb 2007
Location: Somewhere on the West Coast
Posts: 78
|
I use Visual Studio for my school projects and for work.
This might be because of the narrower target audience of my industry - mostly windows machines that play games.
__________________
Flaming a blue should aggro every blues. It makes sense |
05-04-2009, 03:24 PM | #18 | ||
Blue Psychic, Programmer
Join Date: Feb 2007
Location: Home!
Posts: 8,814
|
Quote:
I suppose it would be most accurate to say with Dreamweaver that it's very heavy on Microsoft and Sun, with a few open source things thrown in when they can get away with it. Edit: To elaborate on that (and actually say what I meant to before forgetting because of my aside), a lot of things are going .NET these days. C++ programmers are in high demand partly because the ones who were working the jobs are retiring while many companies are in the process of switching to C#, from what I hear around school. The same goes for Perl as many things are switched to other languages like PHP (I know PHP isn't .NET, but it's open source, which is where a lot of the rest of the biz is headed). Older languages like COBOL and Delphi are falling out of use as .NET programming gains more market share.
__________________
Quote:
Journal | Twitter | FF Wiki (Talk) | Projects | Site Last edited by bluestarultor; 05-04-2009 at 04:29 PM. |
||
|
|