If someone would take the time to review my code I would appreciate it. |
|
[no replies]
|
by award982
a big number to separate characters
|
|
[2 replies] Last: You can use the function itoa() however it is not standard and may n... (by mcleano)
|
by GriffinWolf
Problem with ostream overloading
|
|
[4 replies] Last: Maybe I'm being particularly dim tonight (in which case I should proba... (by GriffinWolf)
|
by kevinchkin
Reading from standard input
|
|
[2 replies] Last: You can also use >> operator for input Don't use >> with cin , see h... (by Bazzy)
|
by kenryuakuma
Instance, instance variable and instance of variable
|
|
[1 reply] : Never heard of "instance variable", but here: Type object; object ... (by helios)
|
by Beatlesfan94
Do while loop not working correctly
|
|
[3 replies] Last: You're have to move the while(true) statement to the end of your do ... (by QWERTYman)
|
by triz
Unhandled exception
|
|
[4 replies] Last: Can't think why that would make any difference. (by guestgulkan)
|
by JamesB
2d Array Checking / Error Handling?
|
|
[7 replies] Last: I think this will do the job jsmith. Thanks. Could you explain to be... (by JamesB)
|
by Joliedoll
for loop problem
|
|
[6 replies] Last: another thing i see is that the else if statement will never get ran b... (by btripp)
|
by Moose9999
Problems with streams
|
|
[2 replies] Last: Thanks for the advice, I'll look into that for sure!! For now, can an... (by Moose9999)
|
by mrb9337
My program isn't looping
|
|
[4 replies] Last: Ohhh dang, you're my life-saver. Thank you so much :):) (by mrb9337)
|
by eiba
How do i write a for loop to a file?
|
|
[2 replies] Last: Awesome :D (by eiba)
|
by zmarcoz
know how draw a triangle, but not a square
|
|
[5 replies] Last: DirectX only works with triangles because they are the simplest possib... (by jRaskell)
|
by Waqar Anwar
Input in a char pointer
|
|
[3 replies] Last: Thanks I got the point (by Waqar Anwar)
|
by JamesB
Make a 2d Array into a Row?
|
|
[2 replies] Last: #include<iostream> using namespace std; void mult_to_row(int arg ... (by btripp)
|
Getline & cin.ignore trouble |
|
[6 replies] Last: You are using std::cin>> on lines 27, 34, and 41, don't mix it with st... (by firedraco)
|
Fibonacci Green Crud |
|
[3 replies] Last: Thanks for the help but I had someone else help me. Everything was fin... (by Silverplaya909)
|
how do I destroy a text file. |
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cstdio/remove/ Good luck! (by Duthomhas)
|
by MikeT
Problem with a deque object with embedded deques
|
|
[3 replies] Last: Ha, that MikeT's an idiot. The issue (the idiot hopes, only basic c... (by MikeT)
|
How difficult would it be for me to make a roguelike? |
|
[13 replies] Last: I would recommend the SDL library too ... even though I never got it w... (by DrChill)
|