+ 9
How Do I Master C++?
I Love C++, But I Seem To Be Caught Up In A Conundrum Whenever I Learn it, Please Any Advice On How I Can Learn It Effectively Would Be Helpful!!
3 Antworten
+ 4
practice, find good books, dont get caught up in the language itself, but try learning programming concepts and paradigms
+ 3
Learn lambdas and smart pointers. Learn algorithm complexity. Learn to use sockets, develop a basic UI, manage databases with SQL, use multiple threads and try to create a client-server program.
+ 1
Part of it is just useful if you want to write clients communicating with servers, Denis Felipe.