Lecture 2: Write Your First
Program in C++
CodeHelp - by Babbar
This is the 2nd lecture of our DSA series.
We will see how a program runs and what
does each line mean in this lecture. This
is how the compilation process work So it
is compiler which makes it possible for us
to run a source code. Coding Ninjas has
supported us in providing this amazing
DSA course to you. Courses are available
in both Hindi and English. you need an
IDE to write, run and execute a code.
There are many IDEs out there -
CodeBlocks, VsCode and many more -
which you do n't even need to install
Replit is one of them. You can directly
create a C++ there and run it using Replit.
In C++, many namespaces are there