Thread: C++ customized tutorial videos

  1. #1
    Registered User
    Join Date
    Nov 2019
    Posts
    135

    C++ customized tutorial videos

    Hello everyone.

    We have studied C language at the first half of the semester and now we are starting C++.

    These are the topics we will go through:
    Classes, fields and methods, members and static, constructors and destructors, const methods and objects
    References
    Functions and operators overloading
    Static and dynamic memory understanding and management
    Nested classes and Namespaces
    Exceptions handling
    Templates functions and classes
    Principles of generic programming
    Generic iterators
    Templates specialization
    Template meta-programming (TMP)
    Standard template library (STL)
    Inheritance
    Virtual methods and polymorphism
    Encapsulation, abstract classes and interfaces, multiple inheritance

    Can someone here refer me to a good video tutorial covering this material?

    Thanks in advance and thank you all for the help you provided me with C lang!

  2. #2
    Registered User
    Join Date
    Aug 2019
    Location
    inside a singularity
    Posts
    308
    YouTube
    YouTube
    YouTube
    YouTube
    YouTube
    https://www.youtube.com/user/lefticus1

    I watch videos from these channels all the time, there are some in regional languages too but there'd be no point sharing those. Also, this forum is one of the best places imo to learn C++ aside from books and reference material.
    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook, The Wizardry Compiled

  3. #3
    Registered User
    Join Date
    Nov 2019
    Posts
    135
    @Zeus_
    Thank you!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem: How to make an customized System command
    By P@n!X in forum C Programming
    Replies: 1
    Last Post: 06-19-2012, 12:09 PM
  2. Customized assert question...
    By Raigne in forum C++ Programming
    Replies: 10
    Last Post: 02-21-2008, 04:28 AM
  3. videos as the screensaver
    By geek@02 in forum Windows Programming
    Replies: 3
    Last Post: 11-16-2006, 05:11 AM
  4. STL and customized headers??
    By mi902klos in forum C++ Programming
    Replies: 3
    Last Post: 04-30-2002, 10:16 PM

Tags for this Thread