- Instructor: webdox
- Lectures: 47
- Duration: 12 weeks
If you are Finding a C++ Programming course in Jalandhar, then you are in the right place. We at Webdox infotech & Computer Institute offer a C++ programming course to the students.
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
Looking for C++ Programming Course in Jalandhar?
We at Webdox Computer Institute provide a C++ programming course in Jalandhar with an equal focus on theory as well as practical. C Programming knowledge is not required to enroll in our C++ Programming course as we will be starting from the very basics of programming in C++.
C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a “C style” or “object-oriented style.” In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.
C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called “C with classes” as it had all the properties of the C language with an additional concept of “classes.” However, it was renamed C++ in 1983.
Scope of c++
A scope is a region of the program and broadly speaking there are three places, where variables can be declared − inside a function or a block which is called local variables, In the definition of function parameters which is called formal parameters. Outside of all functions which are called global variables.
Scope resolution operator:: (C++ only) The:: (scope resolution) operator is used to qualify hidden names so that you can still use them. You can use the unary scope operator if a namespace scope or global scope name is hidden by an explicit declaration of the same name in a block or class.
ofstream outFile; // output file stream object. The types of ifstream and ofstream are C++ stream classes designed to be connected to input or output files. File stream objects have all the member functions and manipulators possessed by the standard streams, cin and cout.
A C++ Developer earns an average salary of Rs 500,683 per year. Most people move on to other jobs if they have more than 20 years’ experience in this career. Experience strongly influences pay for this job.
- Junior Programmer
- Senior Programmer
- Software Developer
- Quality Analyst
- Game Programmer
- C/C++ Analyst
- Programming Architect
- UNIX Shell Scripting
- Backend Developer
- Database Developer
- Computational Biologist
C++ Programming Course in Jalandhar
Webdox Infotech & Computer Institute provide a C++ programming Course in Jalandhar at affordable price by Certified Professional. In this course, we cover all the concept of C++ in briefly with live projects
100% Practical Training+Live Projects+Certifications+Jobs
Course Details
Course Name | C++ |
Duration | 12 weeks |
Course Timing | Morning & Evening. |
Topic | Array, Pointer, String, Error Handling, Variable Arguments, Recursion, etc. |
Location | SCF 4, BSF COLONY MARKET, OPP.HMV COLLEGE NEAR SUBWAY.
Contact: 9872118234 |
-
Introduction
-
Lecture 1.1About
-
Lecture 1.2Important points about
-
Lecture 1.3Applications
-
Lecture 1.4Features
-
Lecture 1.5First Program in C++ Hello World
-
-
Data Types
-
Lecture 2.1int Data Type
-
Lecture 2.2float Data Type
-
Lecture 2.3double Data Type
-
Lecture 2.4char Data Type
-
-
Control statement
-
Lecture 3.1if Statement
-
Lecture 3.2if else if Ladder
-
Lecture 3.3Nested if Statement
-
Lecture 3.4switch case
-
Lecture 3.5Loop Introduction
-
Lecture 3.6while loop
-
Lecture 3.7do while Loop
-
Lecture 3.8for Loop
-
Lecture 3.9break Statement
-
Lecture 3.10continue Statement
-
Lecture 3.11goto Statement
-
-
Recursion
-
Lecture 4.1Introduction to Recursion
-
Lecture 4.2Direct and Indirect Recursion
-
-
Variables
-
Lecture 5.1Variable Declaration and Initialization
-
Lecture 5.2Variable types and Scope
-
Lecture 5.3Local Variable
-
Lecture 5.4Local Variable
-
Lecture 5.5static Variable
-
Lecture 5.6Global variables
-
Lecture 5.7Storage Class
-
Lecture 5.8Constants
-
-
Pointers
-
Lecture 6.1types of pointer
-
Lecture 6.2NULL pointer
-
Lecture 6.3Dangling Pointer
-
Lecture 6.4Void/Generic Pointers
-
Lecture 6.5Wild Pointer
-
Lecture 6.6Near, Far and Huge Pointer
-
Lecture 6.7Pointer Expressions and Arithmetic
-
Lecture 6.8Pointer to Function
-
Lecture 6.9Call by Reference
-
-
Functions
-
Lecture 7.1Function Calling in C
-
Lecture 7.2return type in Function
-
Lecture 7.3Call by Value in C
-
Lecture 7.4User Define Function
-
Lecture 7.5Predefined Functions
-
-
Array
-
Lecture 8.1Single Dimensional Array
-
Lecture 8.2Multi-Dimensional Array in C
-
-
Unions
-
Lecture 9.1introduction of unions
-