User profile: fafner

User info
User name:fafner
Statistical data
Occupation:Student
Skills:C
C++
Java
Objective-C
Haskell
History
Joined:
Number of posts:377
Latest posts:

No viable overloaded '='
OK, thanks :)

No viable overloaded '='
I'm writing a small linear algebra library to use with some OpenGL stuff. In my Matrix class I have ...

Understanding llvm
I made a handwritten parser for a nontrivial programming language a while back, and all the time my ...

New language - function syntax
Based off of Jonathan Blow's ideas about a new programming language for games (check them out on yt ...

Does a pure virtual function (that is defined in a derived class) have access to the private members of the base class?
the area-variable would have to be protected, not private, as far as I know