by Cptsmith1
rand() and srand() ques.
|
|
[2 replies] Last: Oh, I see now, thank you! I'll pop those in and see how it works. (by Cptsmith1)
|
by mobat
Array map check etc.
|
|
[7 replies] Last: Alright, try this: #include <conio.h> //Used for getch(); cha... (by b1gb0y2013)
|
by Thuraya
average grade
|
|
[2 replies] Last: Well, I think it would be better to calculate the average as a percent... (by Browni3141)
|
by NickTurner
Vector subscript out of range - instantiation error.
|
|
[3 replies] Last: I see how push_back(...) works - however, with the 2d array i'd rather... (by NickTurner)
|
by DivinFalcon
Multiple Variable Assignments with cin.
|
|
[2 replies] Last: Thank you. (by DivinFalcon)
|
by Thuraya
read from input file name !! :/
|
|
[10 replies] Last: thanks :> (by Thuraya)
|
by irinaki
Printing vector problem.
|
|
[6 replies] Last: thank you. I'll try to fix it! (by irinaki)
|
by Billst
Help with classes or functions
|
|
[1 reply] : Firstly, it's [co de][/c ode] tags here. Then, see http://www.cplus... (by hamsterman)
|
Deleting a File record |
|
[4 replies] Last: Step 1: Read file into memory. Step 2: Find and destroy desired dat... (by Computergeek01)
|
by irishme
C++ Code gives wrong answers (1,2)
|
|
[27 replies] Last: If I post something in the Beginners Forum, I would expect that those ... (by irishme)
|
by stylish
read file in 3d array of character
|
|
[no replies]
|
by jjzpgg
Unhandled Exception error implementing sprite
|
|
[6 replies] Last: I've managed to fix it. Turns out my game folder was a complete mess a... (by jjzpgg)
|
by Wakesta
Help me improve this code
|
|
[no replies]
|
by Tabby
trouble seeing finished product
|
|
[2 replies] Last: If you use Code::Blocks, it will keep the output window open at the en... (by mobat)
|
by Sieves
pointers as parameters and arguements
|
|
[4 replies] Last: I feel like that is terribly inefficient but limited from vectors as i... (by Sieves)
|
A simple guessing game C++ |
|
[6 replies] Last: Add it right before pause at the end of your code. I'm glad it worked ... (by TheNoobie)
|
by Sacred117
Char Error
|
|
[2 replies] Last: So, then what would one use a char for? I have used them before, since... (by Sacred117)
|
by CStu
A Conversion Program
|
|
[17 replies] Last: @ascii: I read it =) (by ultifinitus)
|
by mobat
Subtract from Structure values.
|
|
[2 replies] Last: Ive been puttin =- for a long time. THANK YOU! (by mobat)
|
by Asele
Making my code acceptable
|
|
[3 replies] Last: Remember that an array is just a pointer, so just pass your pointer ar... (by pyrospade)
|