INTRODUCTION TO C++ (C++ FOUNDATION) – CODING NINJAS FREE DOWNLOAD. UNDERSTAND THE FUNDAMENTALS OF C++ IN THE MOST SIMPLIFIED WAY
Introduction to C++ (C++ Foundation) – Coding Ninjas Description
Beginning with C++
Understand the fundamentals of C++ in the most simplified way. From writing your first line of code in C++ to building the structure of programmes. This course gives practical exposure to students by helping them learn the concepts through active problem-solving.
Prerequisites
- Knowledge of basic mathematics
- Previous coding experience is not required
Syllabus
Class 1-5The initial segment will focus on logic building and making you familiar with basic programming fundamentals.
- Flow charts
- Conditions and Loops
- Operators and Patterns
- Functions, Variables and their scope
Class 6-10Now that we are accustomed to basics, we will move on to interesting and important topics for enhancing your programming skills. The topics covered will be the backbone for the rest of the course and are also crucial for an interview perspective.
- Arrays
- Searching and Sorting
- Strings and 2D Arrays