Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

makefile problems [closed]

I have two files.c that contain the same methods(same name and parameters) but implemented differently for provide a approach independent from the implementation. how can I generate a single test file ...
3
votes
3answers
475 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
477 views

GCC vs clang/LLVM — pros and cons of each

What are the pros and cons of GCC vs clang/LLVM?
6
votes
2answers
369 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 ...