No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Sleepless night.... Midnight Debugging
- Interests
- c,c++,python,assembly
4 Posted Topics
Re: 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 … | |
Re: 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). | |
Re: You could always write your own class, or derive a class to implement a print function... | |
Re: 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] |
The End.