C++ Tutorial 16: Classes and Objects

preview_player
Показать описание
This tute we'll introduce classes and objects. Classes and objects are what makes Object Oriented programming, this is the real crux of C++. We'll look at encapsulation, access modifiers and some basic member variables and methods.

Facebook:
Рекомендации по теме
Комментарии
Автор

I have watched everyone of these so far and would like to say thank you for making these great videos. They have really helped me gain a understanding of C++.

penguinwithwaffle
Автор

The tutorial x64 Assembly and C++ tutorial 0 was on this topic. It's from the perspective of coding in ASM but you could just ignore all the ASM stuff if you're only using C++. Basically you have to download and install the SDK then tell VS 2010 where the 64 bit lib files are, give it a watch, hope it helps. Thanks for watching and commenting.

WhatsACreel
Автор

I regard the terms as interchangeable. Thanks for watching and commenting!

WhatsACreel
Автор

It finally clicked in my head! Thanks

PaulKruskamp
Автор

Super clear explanation!!! :) Thanks a lot!

NevenaPerovic
Автор

About definition member functions in the class definition, read up on "inline functions", because this is part of it.

antiHUMANDesigns
Автор

Worth watching it..but what about sql?

randomgirl
Автор

Why is FlapWings() still visible at main?

ivanlow
Автор

Visual studios 10 express
how do i change to 64bit i don't seem to have 64bit option
it says win32 is conflicting with 64
or something
please
help

zXxWeApOnSxXz
Автор

this is not the proper place to ask this but can u make a short tute for argc and argv (command line arguments) i cant find a proper explanation why are used and how :S hope ull find the time . cheers

zoranjovanov
Автор

Good video, but you perhaps mixed up Encapsulation and Information Hiding.

sthlmswe