User profile: jbottrop

User info
User name:jbottrop
Name:Frank
Location:Berlin, Germany
Website:http://www.frankwilleke.de
Bio:Senior developer and technical manager at a company that makes a major 3D animation software.
Statistical data
Gender:Male
Occupation:Programmer
Skills:C++
Python
C.O.F.F.E.E.
Cinema 4D
History
Joined:
Number of posts:4
Latest posts:

Deep copy constructor
You can do anything in a constructor, sure. The only thing you can't do is: Return a value that woul...

Deep copy constructor
I would advice against any kind of copy constructor if the class allocates any memory! Same with ass...

Need help, super frustrated!
If your prof doesn't want function parameters and return values, he should reconsider his choice of ...

Fraction Calculator
Hi there, a good start! Some points come to mind... 1. Why are you always passing n3 and d3 as ref...