- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
C++ for life
- Interests
- C++, game development, DirectX, C#
7 Posted Topics
Re: You are inserting 10 numbers to your array. `int array` is a uninitialized variable, but is accessed as an array `if(array[30]%2==0)` Please be more specific on what you want to do with this console app. | |
Re: Structures are similar to classes , except class members are private by default, whereas structure members are public by default. That means, if you want to access class member , you have to declare them as public. class student { int student_id;// student_id not accessible outside class public: char first_name[50], … | |
Hello, I am looking forward to buy a new C++ book which includes more advanced topics in algorithms, templates, STL, memory management, covering C++11/14 . I browsed on amazon but i feel confused, most of books are for beginners, more advanced ones looks like they do not have good feedback. … | |
Re: When we talk about 2D games, Java might help you a lot of work , but if you consider to create 3D games that contains lots of resources Java will not help. If you seriously want to enter in game programmin consider learning C++ or C#. Most of game engines … | |
i'm not sure if a pointer can do the job of an iterator, or otherwise, or they are different things? | |
I'd like to know main differences between C and C++,because they look similar. | |
Are exceptions standardized in C++? I mean if the rules of exception handling might be changed in the future. i.e: int Funct1(int) throw(); // does it throw an exception? |
The End.