C++ for Non C Programmers Course Overview


The C++ for Non C Programmers course is designed for those who are unfamiliar with the C programming language, but need to learn the fundamentals of C++ programming. The course focuses on teaching the fundamentals of the C++ language without overwhelming the student with complex syntax and theory.
The course covers topics such as variables, data types, functions, loops, conditionals, structs, classes, and memory management. Students will learn how to create programs with a variety of tools, tools such as the Visual Studio integrated development environment (IDE), CLion IDE, and JetBrains CLion IDE.
In addition to the basic C++ language topics, the course also covers more advanced topics such as object-oriented programming and the Standard Template Library, as well as topics related to platform-specific environments, such as Windows and POSIX.
At the end of the course, students will have a better understanding of the C++ language, and be better prepared for more advanced C++ programming tasks.

The 1-on-1 Advantage

home-icon

Flexible Dates

  • • Choose Start Date
  • • Reschedule After Booking
  • • Weekend / Evening Option
home-icon

4-Hour Sessions

You will learn:

Module 1: Getting Started
  • First program (hello.cpp)
  • Compile steps
  • How to compile and run a program
  • Fundamental data types
  • Data type values and sizes
  • Variable declarations
  • Variable names
  • Constants
  • Character constants
  • String constants
  • What are expressions?
  • Arithmetic operators
  • Relational operators
  • Assignment operator
  • Expressions have resulting values
  • True and False
  • Logical operators
  • Increment and decrement operators (++ and --)
  • Operate-Assign' operators (+=, *=, ...)
  • Conditional expression
  • Operator precedence
  • Precedence and order of evaluation
  • Evaluation of logical operators
  • Type conversions
  • Cast operator
  • Statements
  • if - else
  • if() - else if ()
  • switch()
  • while()
  • do - while()
  • for()
  • The for() loop - diagram
  • Break statement
  • Continue statement
  • What is a function?
  • Why use functions?
  • Anatomy of a function
  • Arguments passed by value
  • When to use the return Statement
  • Returning non-integer values
  • Functions in multiple source files
  • Concept of variable scope
  • Automatic variables
  • Global (external) variables
  • Static variables
  • External static variables
  • What is a pointer?
  • Pointer operators
  • Why use pointers?
  • Arrays (a picture)
  • & operator
  • Pointers and arrays
  • Passing arrays to functions
  • Initializing arrays
  • Strings and character pointers
  • What is char s[7] ???
  • Arrays of pointers - diagram
  • Command-line arguments
  • Comparison of structures and arrays
  • Structure definitions and declarations
  • Arrays of structures
  • Creating a data structure
  • Methods
  • Object scope
  • C++ input and output
  • Namespaces
  • Data abstraction
  • Enforcing data encapsulation
  • File organization
  • Classes in C++
  • Objects
  • this Pointer
  • Debug output
  • Default constructor
  • When are constructors called?
  • Destructor
  • Copy constructor
  • Other Constructors
  • Why did it work before?
  • Composition
  • Report class
  • Code reuse
  • Initialization lists
  • Inheritance
  • Bugreport
  • Protected access modifier
  • Access and inheritance
  • Constructors and inheritance
  • Initialization lists revisited
  • Multiple inheritance
  • Inheritance and assignment
  • Inside Report's assignment operator
  • Using pointers - a quick look at basics
  • Class assignment and pointers
  • Static binding
  • Dynamic binding
  • Polymorphism
  • Using the show_rep() function
  • Designing member function inheritance
  • Bugfix and its relationship with Bugreport
  • Using Bugfix with show_rep()
  • Adding Bugfix to the hierarchy
  • Coding for the document class
  • Reexamining the document class
  • Pure virtual functions
  • Updated: Designing member function inheritance
  • References
  • Displaying references
  • Changing references
  • Pass by reference
  • Returning by reference
  • Constant variables
  • Constant references
  • Constant methods
  • new and delete
  • Array allocation
  • Report class
  • Compiler version of the copy constructor
  • Guidelines for copy constructors
  • Report constructors and new
  • Report destructor and delete
  • Virtual destructors
  • Casting: a review
  • New casting syntax
  • Creating a string class
  • String class
  • Conversion constructor
  • Expanding our casting options
  • Using the Casting Operator
  • Class data
  • Class methods
  • Using the new data
  • More on class methods
  • Function overloading
  • Using overloaded functions
  • Rules for overloading
  • Overloading based on const-ness
  • Default arguments
  • Invoking functions with default arguments
  • Basics of overloading
  • Overloading operator+
  • Coping with commutativity
  • Non-Commutative operators
  • friends and their problems
  • Assignment operator
  • Overloading the << Operator
  • Using date with cout
  • Why exception handling?
  • try/catch/throw
  • Exception classes
  • Standard exception hierarchy
  • Multiple catch blocks
  • Catching everything
  • Unhandled exceptions
  • Exception in constructors and destructors
  • Designing for exceptions
  • Class template concepts
  • Standard Template Library (STL) overview
  • Containers
  • Iterators
  • Iterator syntax
  • Non-Mutating sequential algorithms
  • Mutating sequential algorithms
  • Sorting algorithms
  • Numeric algorithms
  • auto_ptr class
  • string class
  • Container classes
  • Container class algorithms
  • vector class
  • Additional vector class methods
  • deque class
  • list class
  • set and multiset classes
  • map and multimap classes
  • Constants, references and pointers
  • Input/Output
  • this Pointer
  • Complete Report/Document Hierarchy
  • Scenario
  • Designing an array class
  • Code for FloatArray
  • Code for IntArray
  • Templates
  • Template syntax
  • Using templates
  • Using classes with templates
  • Additional template features
  • Standard Template Library
  • Banking System
  • Library Card Catalog
  • Diagrams for Banking and Library Problems
  • Object Diagram - Banking
  • Event Trace Diagram - Banking
  • Object Diagram - Library
  • Event Trace Diagram - Library
  • Namespaces
  • static_cast and reinterpret_cast operator
  • dynamic_cast operator
  • const_cast operator
  • mutable Data Members
  • bool Datatype
  • new Operator Failure
Live Online Training (Duration : 40 Hours)
We Offer :
  • 1-on-1 Public - Select your own start date. Other students can be merged.
  • 1-on-1 Private - Select your own start date. You will be the only student in the class.

1950 + If you accept merging of other students.
4 Hours
8 Hours
Week Days
Weekend

Start Time : At any time

12 AM
12 PM

1-On-1 Training is Guaranteed to Run (GTR)
Group Training
1700 Per Participant
Online
03 - 07 Apr
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Online
01 - 05 May
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Course Prerequisites

In order to take a C++ for Non C Programmers class, students should have basic computer skills, as well as experience with at least one other programming language, such as JavaScript or Java. Knowledge of basic data structures, like loops and arrays, is also recommended.

Target Audience


The target audience for the C++ for Non C Programmers training would be a wide range of software and web developers, computer science students, and IT professionals who are interested in learning C++
The course is designed to be an introductory course, so no previous experience or knowledge of C or C++ is required
The course can be beneficial for professionals who need to learn C++ for their job and those who just have a general interest in programming

The course will provide a rapid introduction to the syntax and concepts of C++ that will enable the learner to become a competent and confident C++ programmer
During the course, topics such as types, variables, functions, classes, control flow, memory management, and debugging will be covered
After attending the course, the attendee should have a solid foundation on which to build upon and should be able to solve programming problems with practical applications

Learning Objectives of C++ for Non C Programmers


1. Understand the basics of C++ such as the syntax, variables, data types, arithmetic and logical expressions, functions, flow control statements and error handling.
2. Understand the specifics of C++ including classes, objects and polymorphism.
3. Learn how to use the Standard Template Library (STL) in the applications.
4. Understand the usefulness of pointers, references and dynamic memory allocation.
5. Understand and use Object Oriented Programming (OOP) concepts and features.
6. Understand and create complex classes for object-oriented design.
7. Gain familiarity with the features of the language such as name spaces.
8. Understand the integration of C++ with other language, such as Java or Python.
9. Learn the difference between classes and structures, virtual functions and function overloading
10. Understand the usefulness of templates and the use of advanced features such as the stream classes.

Student Feedback  (Check Koenig Feedback on Trustpilot)

Q1 Say something about the Trainer? Q2 How is Koenig different from other training Companies? Q3 Will you come back to Koenig for training ?

Student Name Feedback
Abu
United States
A1. Yes, she was very clear & a strong mastery of both English & Azure platforms hence following was easy. She was also patient and was answering every question asked, she also shared material & tips on how to pass the exam, Well done, and keep it up.
Nick Barker
United States
A1. Calm and understanding, she not only kept the course running well but also took time to help those with lots of questions. Very well done.
Robin Johnson
United States
A2. Individual attention during training, excellent customer service and coordination. Neha has been ever so helpful and is definitely an asset to Koenig.
Shivani Prasad
United States
A1. The trainer was great and his teaching methods were incredible. He used different teaching methods to ensure I was learning well. A fun trainer with lots of patience and understanding.
Adam
United States
A1. The trainer was very knowledgeable and well prepared about the presentation/training subject, with a positive attitude towards students and making every effort in answering questions during the training session. Top-notch service!
Suresh
United States
A1. Exceptional... recommend to everyone!
Shyam Vaddakapett
United States
A1. My trainer, Mohit Kakkar was excellent as he focused on hands-on assignments to supplement the concepts of AZ 900. The training coordinator Jasmeet as well as the ops manager Sheshadri are also very professional and customer-centric. I recommend Koenig for training courses, and I will take some more courses with them soon.
Gilles Chirlias
United States
A1. Chavi was a great teacher, I have learned a lot from her. I would like to have her for the next training, which would be the AZ 301 and AZ 500.
Abdulrahman Saad Alshahrani
United States
A1. Excellent trainer. I will take another course with him someday. He deserves a good appreciation from his Manager.
Anonymous
United States
https://www.youtube.com/watch?v=sqC40CFfBYI

Request More Information

FAQ's


Yes, you can pay from the course page and flexi page.
You will receive the digital certificate post training completion via learning enhancement tool after registration.
You can pay through debit/credit card or bank wire transfer.
Yes, we also offer weekend classes.
Yes, Koenig follows a BYOL(Bring Your Own Laptop) policy.
It is recommended but not mandatory. Being acquainted with the basic course material will enable you and the trainer to move at a desired pace during classes.You can access courseware for most vendors.
Yes, this is our official email address which we use if a recipient is not able to receive emails from our @koenig-solutions.com email address.
Buy-Now. Pay-Later option is available using credit card in USA and India only.
Yes you can.
Yes, we do. For details go to flexi
1-on-1 Public - Select your start date. Other students can be merged.
1-on-1 Private - Select your start date. You will be the only student in the class.
Yes, course requiring practical include hands-on labs.
You can buy online from the page by clicking on "Buy Now". You can view alternate payment method on payment options page.
Yes, the site is secure by utilizing Secure Sockets Layer (SSL) Technology. SSL technology enables the encryption of sensitive information during online transactions. We use the highest assurance SSL/TLS certificate, which ensures that no unauthorized person can get to your sensitive payment data over the web.
We use the best standards in Internet security. Any data retained is not shared with third parties.
You can request a refund if you do not wish to enroll in the course.
To receive an acknowledgment of your online payment, you should have a valid email address. At the point when you enter your name, Visa, and other data, you have the option of entering your email address. Would it be a good idea for you to decide to enter your email address, confirmation of your payment will be emailed to you.
After you submit your payment, you will land on the payment confirmation screen.It contains your payment confirmation message. You will likewise get a confirmation email after your transaction is submitted.
We do accept all major credit cards from Visa, Mastercard, American Express, and Discover.
Credit card transactions normally take 48 hours to settle. Approval is given right away; however,it takes 48 hours for the money to be moved.
Yes, we do accept partial payments, you may use one payment method for part of the transaction and another payment method for other parts of the transaction.
Yes, if we have an office in your city.
Yes, we do offer corporate training More details
Yes, we do.
Yes you can request your customer experience manager for the same.
Yes, fee excludes local taxes.
Yes, we do.
The Fee includes:
  • Courseware
Schedule for Group Training is decided by Koenig. Schedule for 1-on-1 is decided by you.
In 1-on-1 you can select your own schedule, other students can be merged but you select the schedule. Choose 1-on-1 if published schedule do not meet your requirement. If you also want a private session, opt for 1-on-1 Public.
Yes.
No, it is not included.

Prices & Payments

Yes of course.
Yes, We are

Travel and Visa

Yes we do after your registration for course.

Food and Beverages

Yes.

Others

Medical services in India are at par with the world and are a fraction of costs in Europe and USA. A number of our students have scheduled cosmetic, dental and ocular procedures during their stay in India. We can provide advice about this, on request.
Yes, if you send 4 participants, we can offer an exclusive training for them which can be started from Any Date™ suitable for you.
Says our CEO-
“It is an interesting story and dates back half a century. My father started a manufacturing business in India in the 1960's for import substitute electromechanical components such as microswitches. German and Japanese goods were held in high esteem so he named his company Essen Deinki (Essen is a well known industrial town in Germany and Deinki is Japanese for electric company). His products were very good quality and the fact that they sounded German and Japanese also helped. He did quite well. In 1970s he branched out into electronic products and again looked for a German name. This time he chose Koenig, and Koenig Electronics was born. In 1990s after graduating from college I was looking for a name for my company and Koenig Solutions sounded just right. Initially we had marketed under the brand of Digital Equipment Corporation but DEC went out of business and we switched to the Koenig name. Koenig is difficult to pronounce and marketeers said it is not a good choice for a B2C brand. But it has proven lucky for us.” – Says Rohit Aggarwal (Founder and CEO - Koenig Solutions)
All our trainers are fluent in English . Majority of our customers are from outside India and our trainers speak in a neutral accent which is easily understandable by students from all nationalities. Our money back guarantee also stands for accent of the trainer.