By Unknown Selasa, 29 April 2014 competition GCC pure failure GCC 4.9 Diagnostics GCC 4.9 added support for colorizing the warning and error output to make it easier to understand what went wrong during compilation of s...
By Unknown Kamis, 19 Juli 2012 API binary c99 closed source compatibility debian Function Pointers GCC good code insane ideas Library open source Portability standards compliance x86 x86-64 Creating portable Linux binaries For some, the idea of creating a portable Linux binary is somewhat elusive. In this article, we will be discussing how to create a Linux bin...
By Unknown Selasa, 29 November 2011 API competition files GCC Optimization Reading in an entire file at once in C++, part 2 Last week I discussed 6 different methods on how to quickly get an entire file into a C++ string . The conclusion was that the straight forw...
By Unknown Selasa, 22 November 2011 API competition files GCC good code insane ideas Optimization How to read in a file in C++ So here's a simple question, what is the correct way to read in a file completely in C++? Various people have various solutions, those w...
By Unknown Senin, 20 Juni 2011 C++ 2011 GCC initializer lists non rectangular array C++ 2011 and non rectangular arrays Ever wanted to make a non rectangular array? Meaning for example, some multidimensional array where a[0] has 3 members and a[1] has 5 member...
By Unknown 05.22 __func__ C++ 2011 c99 GCC lambda functions C++ 2011 and __func__ So what happens to __func__ in different scopes? How about GCC's extension for pretty function names? #include <iostream> using n...
By Unknown Kamis, 25 November 2010 C++-0x C++-201x compatibility GCC good code insane ideas language Library Portability protocols recursion variadic templates C++ Serialization Anyone? Today I had one of the most amazing programming experiences that I've ever had, from my entire exciting career. I'm still a bit stun...