by klay2
help me with bug in program
|
|
[4 replies] Last: well other than the problem I said it works so... its not with the a ... (by klay2)
|
by Harish050887
constructor for class variables which are elements in vector
|
|
[2 replies] Last: Thank you..!! (by Harish050887)
|
by tylradm5
Need help with operators
|
|
[3 replies] Last: int add(int a, int b){return a+b;} //etc... int main() { int(*fun... (by BigBlackSheep)
|
by ngopza
getline function
|
|
[4 replies] Last: That error is saying that you are using an int variable, zombieCount, ... (by Carm)
|
by ar2007
recursive function
|
|
[7 replies] Last: thank you so much Vlad. you are better than a compiler :) bye and se... (by ar2007)
|
by tomazi
Braking out of if statement
|
|
[5 replies] Last: the only reason it would do that is if you have it inside of a loop. s... (by giblit)
|
by abard
Bank Program to Add Account to file and Validate account question.
|
|
[2 replies] Last: *EDIT* Problem Solved, there was an error in the cin and I removed clo... (by abard)
|
by McSwaggah
First Time writing code in C++, getting error: 'event' was not declared in this scope.
|
|
[1 reply] : You are using a variable 'event' in line 39, which was never before de... (by JockX)
|
by luckyelee
Using Array in for loop need assistance please
|
|
[6 replies] Last: probably your compiler you can a either do what I was doing putting st... (by giblit)
|
by gelatine
this doesn't make sense.. need help
|
|
[10 replies] Last: i had some major updates in my class and i didn't even change the scal... (by gelatine)
|
by ravtimp
homework help! My code wont execute
|
|
[3 replies] Last: @Bourgond Aries The original code unfortunately deleted was like this... (by Chervil)
|
by hamsamh
HELPPPPPP
|
|
[2 replies] Last: I can help you with math: if sqrt( (x1 - x2)^2 + (y1 - y2)^2) > r1 + r... (by MiiNiPaa)
|
by jidder
Character moving when it shouldn't
|
|
[6 replies] Last: what's the best way to clear the console screen ? This depends on th... (by Chervil)
|
by VeikkoPeikko
Whats wrong with my switch case?
|
|
[3 replies] Last: Thank you Vlad! I got it working. Had to define number of loops with l... (by VeikkoPeikko)
|
by Rinches
Functions with Value Parameters
|
|
[3 replies] Last: Great! To be able to output the results in your main routine, I sugge... (by kooth)
|
by Maulus
Strange errors "hello world" program (1,2)
|
|
[24 replies] Last: Mark this post as "Solved" on the top of this page to avoid more comme... (by OxBADC0DE)
|
by Minimacfox
Connect 4 winning condition?
|
|
[1 reply] : Take a look at this post http://stackoverflow.com/questions/7033165/al... (by OxBADC0DE)
|
by teand2
Passing Struct To Function
|
|
[7 replies] Last: Thanks both of you. It works fine now. (by teand2)
|
by Vidminas
Delaying a function (1,2,3)
|
|
[45 replies] Last: The MinGW build on the Nuwen distro has been updated from 10.0 to 10.1... (by Vidminas)
|
by dhruv90
echo a number with functions
|
|
[3 replies] Last: thanks a lot for all your replies. I guess, i have a lot to learn. :) (by dhruv90)
|