Tag Archives: C++-Templates

Yo Mama is C++0x!

This is a side product of some evil plan to emit hundreds of fixed codepaths at compile time, for the sake of better performance for some simple ifs-fractals-renderer i hack at the moment (itself being an exercise in OpenMP, C++0x … Continue reading

Posted in C++ | Tagged , , | Comments Off

This (->) is not only a matter of style.

Quote: Original post by Saruman Quote: Original post by caldiar What I’m doing wouldn’t happen to be using that hidden this pointer I keep reading about would it? That is exactly what you are doing by using this->function2() although you … Continue reading

Posted in C++ | Tagged , , , | 2 Comments