From freenodes @ ##c++ channel
From my few years of coding experience I think it's a lot easier to start with C++ rather than C.C is an old byte processing language without templates, exceptions, namespaces, constructors/destructors (and therefore RAII), virtual function polymorphism, references, operator/function overloading, reusable standard generic containers, or explicitly named casts.