+ 5
Toughest concept in C++
Which is the toughest concept in C++? Is it Composition (in class) ?
4 Answers
+ 8
The toughest concepts are not even in the tutorials.
+ 3
That's different for everyone. For some understanding pointers is tough, for others maybe composition. For me it's polymorphism and virtual inheritance
+ 3
Maybe pointer and dynamic memory management?
0
what does cpp stand for in source file of a constructor?