Simple C++ quiz about class member pointer.
Victor Sergienko
Tags
Couple of words
-
Recent Posts
Meta
Simple C++ quiz about class member pointer.
C++ quiz about streams, dynamic_cast, temporary values, default type conversions and more…
Did you ever try parsing C++? What about parsing for every combination of possible define-s at once? Microsoft has a static code checker tools for C++, like FxCop for .NET. That’s awfully complex task, you now see. In .NET you can analyze bytecode, and luckily don’t really need to account for conditional compilation. In C++ […]