by Jodezilla
Having problems with "Football Ticket" Program
|
|
[5 replies] Last: Bump (by Jodezilla)
|
by Ssturges
Whats wrong with my switch function?
|
|
[1 reply] : I do not think cases work like you think they work. Try case '1': c... (by Intrexa)
|
by tejas1995
Adding Elements of Array
|
|
[2 replies] Last: My code was compiling, but when I ran it, after enterng all the array ... (by tejas1995)
|
by boston
Array help... please
|
|
[6 replies] Last: I got SO CLOSE to a working segment of code with: int i; fo... (by boston)
|
by JamesGold
Loop only examining half of list?
|
|
[2 replies] Last: It does! Awesome, thanks. Quick response too! (by JamesGold)
|
by kw1991
URGENT THIS PROGRAM NEEDS TO BE WORKING FOR TOMORROW
|
|
[4 replies] Last: Just basic glazing over the code, quick question, is the data being re... (by Intrexa)
|
by ahmet33
hi,i need help about a question
|
|
[6 replies] Last: I would suggest using a class. That way your methods or functions coul... (by Binary Thoughts)
|
by IceThatJaw
How do I copy a const array to a pointer?
|
|
[1 reply] : You have to make the function take a const int* instead. (by firedraco)
|
by KKlax
Switch Statement Closing Out Program
|
|
[3 replies] Last: Thanks a lot! Worked like a charm! (by KKlax)
|
by agreenman20
string replace modifications?
|
|
[no replies]
|
by Dalolguru
Hidden Variables Not Recognised?
|
|
[7 replies] Last: so why is my current method dangerous? (by Dalolguru)
|
by Blessman11
defining template class functions in a .cpp file
|
|
[2 replies] Last: thanks (by Blessman11)
|
by Smooth23
cin to a string- infinite loop
|
|
[12 replies] Last: @andrew= cin >> x gets just a word, and if there is a space it gets no... (by S G H)
|
Vector - problem with traversing vector |
|
[3 replies] Last: An iterator doesn't know that it is invalid. If you wanted to do iter... (by ne555)
|
by kevwinpal
Repeat specific cout until it is true.
|
|
[5 replies] Last: Thank you Ben Duncan and WR417H!!! The devil is in the details! My {... (by kevwinpal)
|
by kw1991
can someone please help with these questions
|
|
[7 replies] Last: please i really need help with this heres what i tired but i know its ... (by kw1991)
|
by Blessman11
singleton instance defined in the headerfile
|
|
[2 replies] Last: the in the tutorial used #define instead, its from this book on ai i b... (by Blessman11)
|
by rapidxone
Rounding value and storing that value to variable
|
|
[7 replies] Last: Thanks Keineahnung, I did look at the code and tried to see if that wo... (by rapidxone)
|
by kingbrummy
do....while loop problems
|
|
[4 replies] Last: thank you so much, just did what you said and it worked finally, breat... (by kingbrummy)
|
by cstubbs37
Help with Search function.
|
|
[1 reply] : For starters, I think you want a function not a function pointer . ... (by moorecm)
|