Blog Posts

A collection of technical scribbles

What Is CPlusPlus

C++ is a general purpose programming language, created to extend the feature set of C to support an object orietned approach. It is a statically typed language, meaning that types of variables and return types of functions are determined at compile time, by the compiler.

Read Article
Image Description