by BruteCOder
Help, Simple 2D array Game
|
|
[2 replies] Last: ^^Thanks alot worked like a charm (by BruteCOder)
|
by orxshi
But it is a constant already!!!
|
|
[3 replies] Last: You can define the constants in the header. The linker won't complain. (by helios)
|
by wtfshawn
Switch statement help please !
|
|
[1 reply] : use single quote for char type. (by EricDu)
|
by geraeds
Lookup speed of data in a vector of classes vs. two-dimensional vector
|
|
[3 replies] Last: I just mean looking things up by index. It sounds like they way I am d... (by geraeds)
|
Editing input values |
|
[5 replies] Last: Great idea! That is what I am going to do. Then it won't be a continuo... (by EleventhHourZero)
|
I need assistance so badly, i need somebody's brain right now |
|
[2 replies] Last: thank you for your assistance Disch (by melonQheadQsheep)
|
by NetHacker
Problems with generating random numbers
|
|
[4 replies] Last: You'll also need to break; each of your cases in your switch stateme... (by Disch)
|
how to use the do while loop to only accept a valid number and go back to the original question if not a valid number |
|
[1 reply] : Break the problem down into 3 chunks. 1) gather input 2) do the calcu... (by JMJAtlanta)
|
by ceruleus
desperately need c++ help
|
|
[3 replies] Last: Embrace the Frappé: http://en.wikipedia.org/wiki/Frappé_coffee (by Galik)
|
Help! C++ Question |
|
[5 replies] Last: I agree that the teacher is not asking you to write any code, but I be... (by ceruleus)
|
by Jampy151
how to get multiple results in a linear search
|
|
[3 replies] Last: its okay ^_^ everyone's gotta start somewhere. i glad i did help you, ... (by Ng Han Seng)
|
by XDosShane
Help with Pig Latin Game
|
|
[2 replies] Last: Ok, I see. Thank you. I found another method of doing it which I'm goi... (by XDosShane)
|
by knguyen2525
Help with a Rudimentary Speller
|
|
[1 reply] : I don't see you building your dictionary first, which I would want to ... (by Azagaros)
|
by spicyrelish
RPN Calculator with undo and redo
|
|
[2 replies] Last: The way these things are usually implemented is like this: the calcula... (by helios)
|
by KaraPardue
Can someone tell me why this isn't working? Should be reading last name alphabetically?
|
|
[3 replies] Last: Can we see the new code? (In [co de] tags, please) (by shacktar)
|
by dfurball
LNK2005
|
|
[2 replies] Last: Thank you, this resolved my problems. No idea why I named it main o.0... (by dfurball)
|
by Rudy13
lotto code
|
|
[1 reply] : Newer topic: http://www.cplusplus.com/forum/windows/53449/ (by shacktar)
|
by jellyfishn
Writing Hex into file with given offset
|
|
[no replies]
|
by jackie
Find String in Nested Structs
|
|
[no replies]
|
by sly0981
void functions
|
|
[2 replies] Last: the () is known as the parameter list. So if fat percent is fatCals / ... (by ceruleus)
|