User profile: Caligulaminus

User info
User name:Caligulaminus
Location:52°31'15.00"N, 13°24'33.00"O
History
Joined:
Number of posts:201
Latest posts:

union in gcc compiler
n3337 §9.5.2: [quote] [...] If any non-static data member of a union has a non-trivial default cons...

Undefined Reference, Overloaded Operators, What?
If your vertices are fixed in memory you could use their addresses.

Simple encryption program runtime error
operator>>() only reads up to first white space (i.e. "My"). Use getline() instead.

float gets unwillingly outputted as int - using Operator Overloading
[tt]int Hypothenuse()[/tt] returns an int.

Can C++ have "dynamic languages stuff"?
boost::any boost::variant