+91 9912989639
contact@learnittraining.com
Home
About Us
Training Courses
SAP Online Training Courses
Oracle Online Training Courses
Hyperion Training Courses
Data Warehousing Online Courses
Other Technologies
Student Registration
Blog
Contact Us
C / C++
Home
C / C++
Why learn C / C++ with us?
Fully Interactive training
Each session is recorded for reference in future
Full source code for each session
Help on demand
Help in setting up development environment on your machine
Mini and major project guidance
Individual Performance Tracking
Help in preparing for various certification programs in programming languages
Syllabus
Hello World
Financial number variables and constants
Inputting variables into the program for flexibility
Functions and comments
Prototypes, Header files, and Multiple C++ files
operators, cmath library pow function, and iomanip number formatting
Amortizing Engine, Part I, Introducing while loops
Amortizing Engine, Part II, Finished rough cut, Command line execution
globals.h file and introduction to structs
Introducing ARGC and ARGV and command line entry
Switching between manual and automatic execution
Enum and self-commenting code
setw() and column report formatting
abs() for absolute values, introduction to string arrays
Integer array
Multi-dimensional arrays
chars, character arrays, strings, and function overloading
strlen, sprintf, comma-adding algorithm, string manipulation
Intro to pointers, sizeof and memory addresses
Pointers appear, how they work in memory
References, aliases to variables, and references with functions
Pass by Value, References, Pointers, and Indirect Pointers
Pointers to arrays, passing arrays to functions
Bubble sort of struct using pointers
C-string arrays, and C++ string arrays
Dynamic Memory Allocation, pointers, new(), delete()
Class Part I
Class Part II
Class Part III
Class Part IV, else-if structure
Interlude for Exceptions, throw, try, and catch
Interlude for Deconstructor
Inheritance, Part I
Inheritance, Part II
Passing objects by value, reference, and pointer
this, static class variables and class methods
Function templates explained
Function template example, Bubble sort, swap()
Class Template, simple comparison of swap spreads
Comma-separated numbers revisited with Template Classes
Standard Template Library, STL, Intro to Vectors