Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~29.3K People Reached
About Me

Sleepless night.... Midnight Debugging

Interests
c,c++,python,assembly
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for vegaseat

Create the game called pica centro. The premise of the game is to use deductive reasoning to figure out what the secret number is(the secret number can be randomly generated or manually enter by a different user, thus insinuating that there will be two modes,that is, single and multiplayer.). A …

Member Avatar for vegaseat
20
18K
Member Avatar for Dave Sinkula

A great book to read is *Data Structures using C++ by D.S. Malik*. Though the author is obessed with templates this a very educational book and will answer a lot of questions. I love how the book introduces ADT(abstract data types) after ensuring the reader is comfortable with OOP(object-oriented paradigm).

Member Avatar for shahidali6
11
10K
Member Avatar for mystycs

You could always write your own class, or derive a class to implement a print function...

Member Avatar for David W
0
1K
Member Avatar for alaa ashraf

Moschops is correct you may use the string library: #include<string> string identifier; or you can create dynamic array dataType* identifier; identifer = new dataType[the amount of memory needed]

Member Avatar for codeMonkey94
0
105

The End.