by Vincentant
I need Help...
|
|
[1 reply] : What is your specific problem? where are you stuck? (by codewalker)
|
Create File |
|
[1 reply] : You're not checking return codes for errors. (by kbw)
|
by dtaqee88
Why is Codeblocks terminating my program with Status 3?
|
|
[3 replies] Last: @James2250 *muffs head* Thanks! I did not even initialize funny... (by dtaqee88)
|
by ahmedelbadwi
Menu doesn't work
|
|
[1 reply] : First, please edit your post so that it uses code tags - the <> butto... (by TheIdeasMan)
|
by Tyler Hummel
Cannot instantiate abstract class
|
|
[2 replies] Last: Huh apparently I left a version of it buried in main. Thanks alot. (by Tyler Hummel)
|
by DeXecipher
Question About Different (Feasible) Methods of Memory Management
|
|
[12 replies] Last: If you want to see the code, i can PM it to you if you want, it works ... (by DeXecipher)
|
by toomanystars
Game Development and Compilers
|
|
[4 replies] Last: Thanks for the help guys. I thought maybe there would be a simple down... (by toomanystars)
|
Sorting lists |
|
[1 reply] : Add to the Stock struct one more field that represents the precedence ... (by webJose)
|
by Reaper1
Running the race
|
|
[5 replies] Last: #include <iostream> using namespace std; int main() { string ru... (by rhoninho)
|
by Steve3232
Error Messages
|
|
[4 replies] Last: I would suggest doing something like the following: #include <iostre... (by cire)
|
by edwinzhong
Need help with this program about the presidential poll
|
|
[3 replies] Last: int pollA1,pollA2,pollA3,pollB1,pollB2,pollB3 (should be double) RPA,O... (by dougok07)
|
by s123456
How to append to binary file?
|
|
[1 reply] : Ive tried another approach and it still wont work: #include <iost... (by s123456)
|
by Jayhawker07
Licensing your code
|
|
[3 replies] Last: If you're going to close the source later, I recommend that you don't ... (by helios)
|
by Flurite
Defining a static member variable
|
|
[5 replies] Last: When you include your header file with X's definition in other .cpp fi... (by rollie)
|
by Amanda313
Overloading [] and Ternary trees
|
|
[1 reply] : Thank you for giving my the chance to provide this response. http://l... (by rollie)
|
by chiquitina21
For loops
|
|
[1 reply] : I think there may be something you aren't showing us, but one glaring ... (by rollie)
|
by brandonator
I'm trying to implement something similar to this in my program
|
|
[13 replies] Last: If you wanna try to fix my memory leak problem, go ahead, ill give yo... (by cire)
|
by Sena2012
BMI Program
|
|
[2 replies] Last: The prompt says a BMI between 18.5 and 25 is optimal weight. Then shou... (by Sena2012)
|
by chiquitina21
Nested for loops
|
|
[no replies]
|
by Mau
adding random numbers using & function?
|
|
[3 replies] Last: okay now it works thanks. but the odd number is giving me a huge numbe... (by Mau)
|