Tutorialspoint

Learn C++ from scratch to Advance

Learn C++ from scratch to Advance

Course Description

क्यों जानें C++ Language?

C-C++ को प्रायः सभी भाषाओं की जननी माना जाता है क्योंकि कई अन्य भाषाएँ इस पर आधारित रही हैं।

हालांकि सी सरल है यह अब तक बनाई गई सबसे शक्तिशाली भाषाओं में से एक है। यह देखते हुए कि इसे 50 साल पहले बनाया गया था और इसे अभी भी भारी उपयोग किया जाता है और यह आमतौर पर दुनिया में शीर्ष 5 या 10 सबसे लोकप्रिय और सबसे व्यापक रूप से प्रोग्रामिंग भाषाओं में है।

C++ के बाद आप किसी अन्य प्रोग्रामिंग भाषा को सीखना शुरू कर सकते हैं.

What will you get in this course?

  • C-C++ प्रोग्रामिंग भाषा सीखने का पहला स्तर है, जब आप किसी अन्य उच्च स्तरीय भाषा को सीख सकते हैं
  • आप यहां मूल बातें स्तर से उच्च तक सीखेंगे
  • मशीन टेस्ट राउंड के लिए तैयार
  • तकनीकी साक्षात्कार दौर की तैयारी करें
  • 150+ अभ्यास कार्यक्रम उपलब्ध
  • एक पूरा पैकेज और सभी विषय शामिल हैं
  • प्रत्येक विषय को गहराई से समझाया गया है
  • यह कार्यक्रम भाषा श्रृंखला हिंदी भाषा में उपलब्ध है

Who this course is for:

  • कोई भी student सीख सकता है
  • कंप्यूटर science students
  • यह पाठ्यक्रम शुरुआती के लिए लक्षित है। अगर आपने पहले कभी C++ प्रोग्रामिंग का उपयोग नहीं किया है, तो मैं आपको सुझाव दूंगा कि आप हमारे C++ प्रोग्रामिंग कोर्स को पहले खरीद लें, उसे पूरा करें फिर आप एडवांस कोर्स शुरू कर सकते हैं।
  • दूसरी ओर, यदि आपके पास C++ Programming के साथ पहले से ही एक बुनियादी या पूर्व अनुभव है, तो यह पाठ्यक्रम आपके लिए अधिक आसान है और साक्षात्कार के दौर के लिए आपकी मदद करता है। 

Goals

  • C++ Language के बारे में उच्च जानकारी के लिए मूल बातें, इस कोर्स को सीखने के बाद आप TCS या Wipro कंपनी के मशीन टेस्ट राउंड और इंटरव्यू राउंड को क्रैक कर सकते हैं।
  • मशीन टेस्ट राउंड प्रैक्टिकल प्रोग्राम और थ्योरी पार्ट कवर किया गया है
  • अपना पहला C++ एप्लिकेशन और प्रोजेक्ट बनाएं
  • C++ प्रोग्रामिंग लैंग्वेज के मूल सिद्धांतों को समझें
  • समझें variables, data types, constants and many more
  • उच्च-गुणवत्ता वाले logical code and patterns program लिखना सीखें



Prerequisites

  • C++ Language software install किया जाना चाहिए
  • Computer or laptop चाहिए for practice
  • ऑनलाइन प्रैक्टिस कर सकते हैं
  • कम से कम 2GB RAM की सिफारिश की जाती है
  • कोई प्रोग्रामिंग अनुभव नहीं, सभी concepts को इस वीडियो पाठ्यक्रम में पढ़ाया जाएगा


Show More

Curriculum

  • Difference between C and C++ _ Why C Programming _ Why C++ Programming
    03:26
    Preview
  • Introduction to C++ _ Why C++ Developed _ C++ Characteristics
    04:27
    Preview
  • Object Oriented Programming Features of C++ _ Class Object Encapsulation
    09:35
    Preview
  • C++ Program structure _ Run your first program in C++ in Turbo and Dev C++
    03:56
  • Input Output in C++ _ get() put() getline() write() _ insertion operator _ Extraction operators
    03:57
  • What is variable _ reference variable global variable _ dynamic initialization of variable in C++
    10:31
  • What is Constant in C++ _ const keyword _ creating constant using #define
    03:30
  • C++ Keyword _ list of 30 keywords in C++ _ reserved words in C++
    01:42
  • What is datatype in C++ _ primary daratype _ userdefine datatype _ derived datatype in C++
    05:08
  • Operator in C++ _ insertion extraction _ unary binary operator _ ternary operator _ __ operator
    07:30
  • New and delete operator in C++ _ memory management operators in C++
    06:12
  • Dynamic Binding in C++ _ creating array with dynamic memory allocation in C++
    04:03
  • Manipulators in C++ _ endl dec hex oct setbase() setw() setfill() setprecision() in C++
    10:30
  • Condition statement in C++ _ simple if, if else _ decision making statement _ practice in C++
    08:02
  • Nested if statement in C++ _ check year is leap year or not _ find largest number from 3 numbers
    02:44
  • If else ladder in statement in C++ _ switch case in C++ _ find grade of student _ check vowel
    10:46
  • Looping statement in C++ _ while loop, for loop ,do while loop in C++ _ control statement in c++
    08:57
  • Practice on while loop in C++ _ find reverse number _ find sum of digit _ find factorials in C++
    07:45
  • Practice on do while in C++ _ check number is armstrong _ check number is palindrome in C++
    03:30
  • Practice on for loop in C++ _ find factorial _ sum of numbers _ solve series problem in C++
    04:00
  • Nested for loop in C++ _ pattern programs _ star pattern programs _ draw triangle in C++
    06:43
  • Jump statement in C++ _ break, goto, continue _ difference between break and continue in C++
    07:39
  • Function in C++ _ predefine user define function _ find square root of a number in C++
    09:17
  • Call by value _ call by reference call by address_ swap numbers using call by reference in C++
    09:41
  • Inline Function in C++ _ default argument function in C++ _ find power of a number in C++
    05:19
  • Function overloading in C++ _ return absolute value using function overloading in C++ _ practice
    06:20
  • Recursion Function in C++ _ find factorial using recursion _ find power using recursion in C++
    06:26
  • Storage classes in C++ _ auto static extern register mutable storage class
    11:57
  • Structure in C++ _ Difference between C's structure & C++'s structure _ functions in structure
    03:04
  • What is Class _ What is object _ static object _ dynamic object _ Object assignments in C++
    21:22
  • What is Constructor _ Default Constructor _ parameterized Constructor _ Copy Constructor in C++
    15:57
  • Destructor in C++ _ when destructor called _ when to create user define destructor in C++
    05:57
  • This pointer in C++ _ how to avoid duplicate names in constructor using this pointer in C++
    04:13
  • Static member in C++ _ static member function in C++ _ how to call static function in C++
    05:56
  • Friend function in C++ _ friend function with real world example
    07:46
  • What is friend class in C++ _ how to declare friend class in C++
    03:14
  • Operator overloading _ unary operator binary operator ++ -- types of operator overloading
    10:33
  • Data abstraction in C++ _ abstraction using classes _ abstraction using header files
    05:18
  • Inheritance in C++ _ single inheritance _ multiple, multilevel, hierarchy, hybrid inheritance
    13:09
  • Polymorphism in C++ _ compile time polymorphism runtime polymorphism _ Overloading Overriding
    12:19
  • Virtual function in C++ _ abstract class in C++_ pure virtual function in C++
    09:13
  • Exception handling in C++ _ compile time runtime error _ try catch throw _ generalized catch
    14:17
  • Templates in C++ _ function template _ class template _ creating generic types in C++
    09:29
  • What is namespace in C++ _ using directives _ how to avoid naming conflicts in C++
    07:12
  • File handling in C++ _ read write operation in file handling _ seekg() tellg() in C++
    18:59
  • Doctor Appointment Booking Project in C++ _ create project _help4code elearning
    09:25
Feedbacks
  • No Feedbacks Posted Yet..!
Learn C++ from scratch to Advance
This Course Includes
  • 6 hours
  • 46 Lectures
  • Completion Certificate Sample Certificate
  • Lifetime Access Yes
  • Language Hindi
  • 30-Days Money Back Guarantee

Sample Certificate

sample certificate

Use your certification to make a career change or to advance in your current career. Salaries are among the highest in the world.

We have 30 Million registered users and counting who have advanced their careers with us.

X

Sample Certificate

Talk to us

1800-202-0515