Topic: GCC for Windows
Answers to Common Questions
How do you install GCC in Windows XP?
Cygwin is a Unix like environment that runs on top of windows, in particular it allows us to use the GNU Compiler Collection (GCC) to compile our programs. To install GCC on Windows XP, visit the link in Related Links section. The link show... Read More »
Source: http://wiki.answers.com/Q/How_do_you_install_GCC_in_Windows_XP
How to build cryptopp on windows using gcc
>> I don t want to use cygwin as it adds its own crap to the mix. How about MinGW then ? http://www.mingw.org/ You could for example try the Dev-C++ IDE which uses MinGW : http://www.bloodshed.net/devcpp.html Read More »
Source: http://www.experts-exchange.com/Programming/Languages/CPP/Q_24651...
Where can i download a GCC compiler for windows?
You have choices. You have all kinds of choices. DJGPP is not compatible with Vista. Its Windows/GUI support is BAD. It is nevertheless the oldest port of GCC to Windows/MS-DOS and it's what many of us learned C++ on. It can be found at: ht... Read More »
Source: http://answers.yahoo.com/question/index?qid=20080223044937AAKSQiX
Answers to Other Common Questions
<strings.h> and <sys/time.h> are not gcc extensions. Gcc extensions are features like assuming sizeof void is 1 (so letting you do pointer arithmetic on void pointers). All you seem concerned about are header files (part of glibc, not gcc). <string.h> is pretty standard an... Read More »
Source: http://www.experts-exchange.com/Microsoft/Operating_Systems/Serve...
Altering my boilerplate Makefile, that would be CPP = g++ CFLAGS = -v -shared -fPIC .S.s: $(CPP) -traditional $< -o $*.s .c.s: $(CC) $(CFLAGS) -S $< .s.o: $(AS) -c -o $*.o $< .c.o: $(CC) $(CFLAGS) -c $< SRCS = myl... Read More »
Source: http://www.experts-exchange.com/Software/System_Utilities/Remote_...
Closed, 125 points refunded. PAQ_Man Community Support Moderator Read More »
Source: http://www.experts-exchange.com/Q_21868714.htm
It will be better to use Java. Migration from vb.net will be less painful for the following reason: C++ is a low-level language, both VB.net and Java are high-level, so migration is easier .net library has many classes very similar to Java... Read More »
Source: http://www.experts-exchange.com/Q_22536016.htm
You can build and use SDL with gcc natively using either Cygwin or MinGW, or you can build a gcc cross-compiler targeting Windows from another platform. Once the build environment is set up, you can build your applications as though you are... Read More »
Source: http://www.querycat.com/question/4c0f4e1e1b4274b25a665a2cc1788c4f
You can download it for free. you google it as GCC compiler for free. it would show some searches then download from any of those servers. Read More »
Source: http://answers.yahoo.com/question/index?qid=20090903201625AAUGB6Z
When installing cygwin it doesnt automatically come with gcc. You have to tell it to install it. Its been a while, but basically when you are installing cygwin, you have to hit custom or something and select the packages to install. There a... Read More »
Source: http://answers.yahoo.com/question/index?qid=20070318100022AA5r8uX
Want A Personal Answer?
736,643 people are answering.
About - Privacy - AskEraser - Advertise - Careers - Ask Blog - iPhone - Android - Help - Feedback ©2012 Ask.com