kids and Tutorial.htm

    Programming with C++

What is C++ ?




Let's get Started.

In this tutorial, you will learn the basics of C++ .

To use C++, you need 2 things namely:

1. A Text Editor, example Notepad to write C++ Code.

2. A Compiler, like GCC, that will translate the C++ Code

into a language Computer will understand.

# No prior knowledge required.