The gcc tag has no wiki summary.
1
vote
0answers
33 views
How to compile some C code on 64-bit Windows 7 machine using gcc 4.5.3 [migrated]
I am trying to compile a plugin for Stata (a statistical programming language) that is written in C. Its author was able to compile it on other machines using the following commands on a 32-bit PC ...
3
votes
3answers
417 views
Whether to use -pedantic flag in g++ or not?
I'm learning C++ and I'm using g++ on Linux for practicing.
1) I want to know if people working as programmers use g++ -pedantic flag and also it's importance in real world.
2) What about other ...
3
votes
3answers
434 views
6
votes
2answers
345 views
Mac OS Ⅹ Assembly Language Esoteria
I've been playing around with assembly and object files in general on Mac OS Ⅹ and was wondering if somebody could provide some edification. Specifically, I'm wondering what the extra code GCC ...