C++ Tutorial 16 - Constructors in classes and code in multiple files
Welcome to my simple tutorial on C++. In this tutorials you will expand your knowledge about classes in C++. You will learn constructors. Also I'm showing you how to structure your code and separate it in multiple files.
Source code:
main.cpp: http://paste4btc.com/z4KtTKFx
Cat.h: http://paste4btc.com/312Uu6N9
Cat.cpp: http://paste4btc.com/SRCQoEAv
Great C++ books that I recommend for beginners:
C++ Without Fear: A Beginner's Guide That Makes You Feel Smart (3rd Edition)
http://goo.gl/E97FMo
C++ Primer Plus (6th Edition) (Developer's Library)
http://goo.gl/dcdEgi
Programming: Principles and Practice Using C++ (2nd Edition)
http://goo.gl/gBh4vg
Download link for visual studio 2012 express:
http://go.microsoft.com/?linkid=9816768
If you have any questions I'll be glad to answer, please leave a comment on the video.
Thanks for watching and please subscribe.
Download
0 formats
No download links available.
C++ Tutorial 16 - Constructors in classes and code in multiple files | NatokHD