My number one advice is to take it slow learning the language and stick to a safe subset of language features. Focus on what you are trying to express from the problem domain rather than memorizing language constructs.
PS: See Multi-paradigm design for C++ by James Coplien for some ideas.
My number one advice is to take it slow learning the language and stick to a safe subset of language features. Focus on what you are trying to express from the problem domain rather than memorizing language constructs.
PS: See Multi-paradigm design for C++ by James Coplien for some ideas.