Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
About Me

C++ for life

Interests
C++, game development, DirectX, C#
Favorite Tags

7 Posted Topics

Member Avatar for Zzz_1

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.

Member Avatar for gemsvidhi
0
608
Member Avatar for Romina_1

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], …

Member Avatar for admiri92
0
283
Member Avatar for admiri92

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. …

Member Avatar for ddanbe
0
192
Member Avatar for Kujinn

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 …

Member Avatar for admiri92
0
198
Member Avatar for admiri92
Member Avatar for Moschops
0
252
Member Avatar for admiri92
Member Avatar for rajii93
0
539
Member Avatar for admiri92

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?

Member Avatar for mike_2000_17
0
291

The End.