C++

From freenodes @ ##c++ channel
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.
From my few years of coding experience I think it's a lot easier to start with C++ rather than C.
 
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.

Wow, list a whole load of Object Oriented concepts as a downside to a 'functional decomposition' language, that's a good argument...
 
Back
Top Bottom