Mutable and volatile
September 16th, 2009 § 2 Comments
I am a little busy nowadays, so excuse me for posting yet another somehow basic article. However, I still retain the hope that some of you are not familiar enough with at least one of these two keywords in C++.
Trigraphs
September 8th, 2009 § 7 Comments
How would you like the next piece of code?
??=include <iostream> ??=define A "hey" int main () ??< char x??(??) = A; if (0 ??' 1) std::cout << x << std::endl; // what do you say about this code??/ std::cout << "amusing" << std::endl; ??>