Ask Serge, C++ Edition!
4 posters
Page 1 of 1
Ask Serge, C++ Edition!
Hello
Serge here!
Ask me a question, related to C++ most espcially, and I will attempt to give my best answer for you!
I will keep watching this entire thread, so just go ahead and post a message even if its X pages long!
I'm here to help, and here to have FUN!<3
-Serge
Serge here!
Ask me a question, related to C++ most espcially, and I will attempt to give my best answer for you!
I will keep watching this entire thread, so just go ahead and post a message even if its X pages long!
I'm here to help, and here to have FUN!<3
-Serge
IAmSerge- Join date : 2011-09-19
Posts : 25
Lists in C++
I've got one for you:
Whats the best way to implement a list class in C++? (not by including the standard libraries or anything like that)
The list must have the ability to add, delete, and print the contents. It must be able to hold three strings, which are each one word, no spaces.
Thanks!
Jawnnypoo
Whats the best way to implement a list class in C++? (not by including the standard libraries or anything like that)
The list must have the ability to add, delete, and print the contents. It must be able to hold three strings, which are each one word, no spaces.
Thanks!
Jawnnypoo
Re: Ask Serge, C++ Edition!
Well, that really all depends on what kind of functionality you want.
You want to be able to hold a list of strings, print out it's contents, etc?
Do you want to LIMIT it to 3 strings? Maximum of 3 strings? minimum of 3 strings? exactly only always 3 strings?
What kind of format do you want the output to be in?
String1
String2
String3 ?
List:
------
1: String1
2: String2
3: String3
?
You want to to be able to hold one word strings? You want to limit it to JUST one word strings, and reject 2+ word strings?
You want to be able to hold a list of strings, print out it's contents, etc?
Do you want to LIMIT it to 3 strings? Maximum of 3 strings? minimum of 3 strings? exactly only always 3 strings?
What kind of format do you want the output to be in?
String1
String2
String3 ?
List:
------
1: String1
2: String2
3: String3
?
You want to to be able to hold one word strings? You want to limit it to JUST one word strings, and reject 2+ word strings?
IAmSerge- Join date : 2011-09-19
Posts : 25
Re: Ask Serge, C++ Edition!
Because Pinkie Pie is awesome.Cdore wrote:I have a question. WHY THAT AVATAR?
Mechalon- Location : Wylie/Denton
Join date : 2011-11-12
Age : 35
Posts : 10
Re: Ask Serge, C++ Edition!
Cdore wrote:I have a question. WHY THAT AVATAR?
You mad, bro?
IAmSerge- Join date : 2011-09-19
Posts : 25
Similar topics
» Sites of Interest - Artists Edition
» Sites of Interest - Writers Edition
» Sites of Interest - Programmers Edition
» Sites of Interest - Musician/Audio Edition
» Sites of Interest - Game Theory Edition
» Sites of Interest - Writers Edition
» Sites of Interest - Programmers Edition
» Sites of Interest - Musician/Audio Edition
» Sites of Interest - Game Theory Edition
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum