Learn C++ Programming: Comprehensive Course for Non-C Programmers

Download Course Contents

C++ for Non C Programmers Course Overview

The C++ for Non C Programmers certification is a professional recognition awarded to individuals who demonstrate proficiency in the fundamental concepts and techniques of the C++ programming language, without having prior experience with C programming. It encompasses basic understanding of object-oriented programming and C++ language such as variables, data types, operators, loops, functions, arrays etc. It is used by industries to ascertain an individual's capability to effectively design, code, and debug programs using C++. Organizations greatly value this credential as it ensures the certified personnel can leverage C++ capabilities for software development, thereby driving efficiency and productivity.

home-icon

The 1-on-1 Advantage

Get 1-on-1 session with our expert trainers at a date & time of your convenience.
home-icon

Flexible Dates

Start your session at a date of your choice-weekend & evening slots included, and reschedule if necessary.
home-icon

4-Hour Sessions

Training never been so convenient- attend training sessions 4-hour long for easy learning.
home-icon

Destination Training

Attend trainings at some of the most loved cities such as Dubai, London, Delhi(India), Goa, Singapore, New York and Sydney.

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.

2250 + If you accept merging of other students. Per Participant & excluding VAT/GST
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 & excluding VAT/GST
Online
02 - 06 Oct
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Online
06 - 10 Nov
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Course Prerequisites
• Basic understanding of software development fundamentals
• Familiarity with computer programming terminologies
• Knowledge of problem-solving techniques
• Competence in logical reasoning and mathematics
• Ability to use an operating system like Windows or Linux.
• Willingness to learn and diligence for hands-on exercises.

C++ for Non C Programmers Certification Training Overview

C++ for Non-C Programmers certification training is aimed at beginners interested in coding, with no prior C programming experience. The focus is on learning fundamental programming concepts such as variables, I/O streams, basic functions and data structures. In addition, trainees will explore C++ syntax for object-oriented programming (OOP), including data abstraction, inheritance, and encapsulation. Other topics covered are error handling techniques, file manipulations, and exception handling mechanisms. The course provides a solid foundation in C++ to start a journey in software development.

Why Should You Learn C++ for Non C Programmers?

Learning C++ for Non C Programmers course in stats helps in understanding the core programming concepts and complex statistical computations. It aids in data analysis, algorithmic problem solving, creating data structures for efficient storage, and provides a strong foundation for learning other programming languages, enhancing the proficiency in statistics and data science.

Target Audience for C++ for Non C Programmers Certification Training

- Individuals with no prior programming knowledge
- Experienced coders looking to learn a new language
- Computer science students
- IT professionals seeking skill enhancement
- Tech enthusiasts interested in software development
- Career changers exploring opportunities in coding
- Data analysts wanting to upgrade their programming skills.

Why Choose Koenig for C++ for Non C Programmers Certification Training?

- Certified Instructors: Gain valuable insights from industry experts.
- Boost Your Career: Enhance skills to increase job prospects.
- Customized Training Programs: Learn at your own pace with tailored courses.
- Destination Training: Partake in immersive, experiential learning.
- Affordable Pricing: Quality education without breaking the bank.
- Top Training Institute: Enroll with a recognized and reputable institute.
- Flexible Dates: Schedule lessons at your convenience.
- Instructor-Led Online Training: Get real-time feedback and guidance.
- Wide Range of Courses: Explore diverse modules for a holistic approach.
- Accredited Training: Earn a globally recognized certification.

C++ for Non C Programmers Skills Measured

Upon completing the C++ for Non-C Programmers certification training, individuals will gain proficiency in fundamental and advanced C++ programming techniques. They will acquire the skills to design, write, compile, and debug C++ programs. The training will also enhance their understanding of object-oriented programming (OOP) concepts such as inheritance, polymorphism, and encapsulation. They will get hands-on experience in handling exceptions, file I/O operations, and STL containers. They will also learn to manage memory allocation and understand function and operator overloading.

Top Companies Hiring C++ for Non C Programmers Certified Professionals

Major tech companies like Google, Amazon, Microsoft, and IBM frequently hire C++ for Non C Programmers certified professionals. Other notable companies include Oracle, Adobe, Tesla, Intel and Cisco. These companies value certified professionals as it indicates their proficiency in adapting to new languages and developing efficient, innovative software solutions.

Learning Objectives - What you will Learn in this C++ for Non C Programmers Course?

The learning objectives of a C++ for Non-C Programmers course are to introduce participants to the C++ programming language and its functionalities. Participants will learn about the fundamental syntax of C++, including variables, data types, operators, control flow, and basic input/output. They will be introduced to the concepts of object-oriented programming, including classes, objects, inheritance, and polymorphism. They are also expected to understand function overloading, exception handling, and file manipulation in C++. By the end of the course, participants should be able to write, debug, and execute C++ programs. They should also be familiar with the standard library and understand how to use it to perform common tasks.
Student Name Feedback
Konrad Walsh
United States
A1. Shwethank explained the principles in a simple and straight forward manner. He was happy to repeat sections as many times as needed. Items I feel could be improved: It would be good if time keeping was better. It would be good if at least once in every session cameras were turned on to maintain the relationship.

FAQ's


Yes, Koenig follows a BYOL(Bring Your Own Laptop) policy.
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.
You will receive the letter of course attendance post training completion via learning enhancement tool after registration.
Yes, you can pay from the course page and flexi page.
You can pay through debit/credit card or bank wire transfer.
Yes, we also offer weekend classes.
Yes, we do. For details go to flexi
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, 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.
No, the published fee includes all applicable taxes.
Yes, we do.
Schedule for Group Training is decided by Koenig. Schedule for 1-on-1 is decided by you.
In 1 on 1 Public you can select your own schedule, other students can be merged. Choose 1-on-1 if published schedule doesn't meet your requirement. If you want a private session, opt for 1-on-1 Private.
Duration of Ultra-Fast Track is 50% of the duration of the Standard Track. Yes(course content is same).

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.