Click to See Complete Forum and Search --> : Relatively Easy-To-Use C-Compiler/GNU in WinXP?


RetardedTimmy
12-13-2001, 01:37 PM
Anyone know of a fairly easy-to-use C-Compiler that will work w/ WinXP? I've tried a bunch..but some are too picky/hard to turn off some settings and others I cannot even figure out the compiling instructions because of lack of clear/any instructions and what may you...any help here? here is a list of the ones i currently am trying to get to function...
Partially Functional:

LCCWin32 - Uh, if i can ever get it to compile the apps work fine (building win console app) but it is always too picky about ansi-c formatting and such, and it wont let me use an int() { BLAHBLAH } unless it linearly has already been defined in the above code...which is proving to be REALLY annoying as the compiler in the lab wasn't sooo picky

CygWin - *** Does this do? I can't get it to really "do" anything, the best i've gotten is a syntax error msg

GIMP - Is this even a compiler? LOL I can't seem to get this one do even start up despite the fact that it is installed...

Miracle C - Sounded too good to be true, and it was, it compiled without a hitch but the .exe that it created will only display the opening lines of text and then after you input your selection it just gives me the error that i am entering the wrong key..***? I don't think so...too good to be true...

Borland C++ - Uh, couldn't figure out how to make it compile anything...i built a project and then all of the sudden there were like 16 new files involved...no idea what's goin on there

Arachnophilia - Uh, this is a nice little Code editor...but it doesn't seem to compile anything...as in, it doesn't have the option...? Assuming this is NOT a compiler (i'm perceptive, i know ;-P)

ASH WARE Inc. Distribution of the
GNU 68K/Coldfire C/C++ Compiler Toolkit - This one looked like it might work..but I still can't figure out how to even make it run...

LOL So that's a pretty complete list of my experience with this effort so far...anyone got any suggestions? It's just a fairly basic console app...lol it is VERY basic, i just barely started programming in 'C', this is my 2nd or 3rd lab only...

Thanks a lot guys!
Later-
R. Tim



------------------
¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.´|
.ˇˇˇˇˇˇˇˇˇˇˇˇˇ. |
ˇTheTuRb0 R1G ˇ |
*ˇˇˇˇˇˇˇˇˇˇˇˇˇ* --------------------------. |
2 x 256mb PC150 CoRsAiR | |
*TEMP = Duron750
1.4ghz AMD ATHLON AxIa {AyHjA} | |
Abit KT7A-RAID | |
Thermalright SK6 w/ 7K Delta, 85w Peltier | |
2 x 40gb 7200rPm EiDE {QuAnTuM}{WD} | |
Lian-Li PC68 | |
MS Intellimouse Explorer {silver} | |
MS Natural Elite | |
------------------------------------------´ |
¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´¯`ˇ.¸¸.ˇ´

Begby
12-13-2001, 03:17 PM
How about ms visual c++? I never had much trouble compiling a console app with that.

------------------
--------------------
"Log, its better than bad, its good!"

DeadKen
12-13-2001, 03:42 PM
Wow, if you can't figure out Borland's C, you might start looking for a rewarding career in the Food Services Industry!

Anyway, take a look at http://www.mingw.org/



------------------
I want an OS, not a hobby...

rock
12-13-2001, 04:37 PM
Originally posted by RetardedTimmy:
(
CygWin - *** Does this do? I can't get it to really "do" anything, the best i've gotten is a syntax error msg


I used cygwin for a couple years. If you're not familiar with Unix, it'll be next to useless to you. If you know gcc than this is really the only choice for building console apps.

If it's still installed, put your .c file in your "home" directory in its tree and do a "gcc file.c -o file.exe" and see what happens.

You'll need to run the executable from that same prompt, though (no double-clicking from Explorer unless you go to lengths to get things in your path).


------------------
The price of freedom is high.

dighn
12-13-2001, 06:43 PM
Check out the free Borland C++ 5.5 compiler(different from FULL borland c++) from their site. You say you have trouble with Borland C++? Try to figure that out because that's about as simple as it gets. The free version is more difficult to use but doesn't have an IDE (an editor basically.)

and GIMP is not a compiler. It's a graphics manipulation program like photoshop.

------------------
Keep it brief