Page 1 of 1

Re: Coding helps need for Me on my Wolf 3D works

PostPosted: 19 Dec 2016, 21:48
by Officer-Michael John
What do I learn from C++?

Re: Coding helps need for Me on my Wolf 3D works

PostPosted: 19 Dec 2016, 22:41
by linuxwolf
Learn these topics:

    - Classes
    - Class constructors/destructors
    - Standard containers (e.g., std::vector, std::map)
    - Namespaces
    - Defining templates
    - Operator overloading
    - Polymorphism and class inheritance
    - Parameter passing by value, by reference and by pointer
    - Const vs non-const
Any good book on C++ will cover those.

Learn C before C++.

When you are good at C/C++ then you can fix as much bugs as you like. Enjoy.

Re: Coding helps need for Me on my Wolf 3D works

PostPosted: 20 Dec 2016, 10:59
by Officer-Michael John
Already started to learn Classes topic.

For 1st Easy Classes.

Re: Coding helps need for Me on my Wolf 3D works

PostPosted: 20 Dec 2016, 12:57
by linuxwolf
Good.

Re: Coding helps need for Me on my Wolf 3D works

PostPosted: 20 Dec 2016, 13:57
by Officer-Michael John
I'll tell you I do not know or do not understand.