zapakitul - Welcome to the REALLY Dark SIDE! Long time no see!
I don't have multi-sync down myself - but I hear good things good things.
Anyways - you said how its harder - and C++ is, and I think there are some things you really need to get under your belt to make all C++ stuff a little easier.
Arrays, Pointers, Dynamic Arrays, String Manipulation, classes, struct, and at least WHAT operator overloading is and why you MIGHT need it (I don't use it - I think its not a great practice myself) what's available in the STDLIB (mainstream) and what alternatives there - maybe roll your own "std lib" equivalents like I did for ther learning experience...
My favorite C++ tutorial area is
http://www.cplusplus.com/doc/tutorial/
It is daunting at first - but once you get these things down a bit - C++ starts getting really fun! (I promise)