Tagged Questions
3
votes
2answers
423 views
Is there a sample C project designed for comparing compiler output size?
I am about to start a new project and must choose a compiler. Because we are working in the embedded domain, one of the criteria that we are evaluating is the size of the output of the compiler.
...
12
votes
7answers
3k views
What are some good open source c++ packages to study in order to learn advanced software construction?
I've heard that you should read 10 times more than you should write. This applies to both literature and source code. Therefore, I'd like to study the best c++ packages we've developed.
I'm ...