by spenkkk
Helps please
|
|
[1 reply] : Use a loop. (by keskiverto)
|
by dunnDolphin
x^=2;
|
|
[4 replies] Last: Thank you @Stewbond! @mutexe I was just looking for a clear explanati... (by dunnDolphin)
|
by seriphim
I fail to understand cin while looping. (Total noob)
|
|
[3 replies] Last: I'm attempting to understand that link, without success so far... but ... (by seriphim)
|
Problem with std::find |
|
[2 replies] Last: Oh thanks m8 (by closed account EwCjE3v7)
|
by eladage
Recursive character counting
|
|
[7 replies] Last: Ahhhh thank you dhayden, I forgot to call the function again if it act... (by eladage)
|
by Magnes34
Won't allow me to return to menu
|
|
[3 replies] Last: though the && makes it skip i=0 and go straight to i=1 (by Magnes34)
|
by sunOsk
Random Int problem, need help!
|
|
[4 replies] Last: Thanks! It's working now. (by sunOsk)
|
by clodi
#INF ..what is happening is rather bizarre
|
|
[3 replies] Last: why does the total start tripping as soon as the time step does? Wel... (by MiiNiPaa)
|
Auto Creating a library book id code |
|
[4 replies] Last: omg! i love you. Thank you sooo much!!! Esslercuffi. (by omkarborkar95)
|
by Joshcannon
Function Calling
|
|
[2 replies] Last: What do you expect line 19 to do? Where have you defined a print_cale... (by pheininger)
|
Why does the code do not give error? |
|
[7 replies] Last: What is actually happening (probably) is that century is not actually ... (by Esslercuffi)
|
by vishnu123
regarding over loading of operators
|
|
[1 reply] : class foo { foo(int) {} //Implicit conversion enabled constructor... (by MiiNiPaa)
|
by japperx
Tic Tac toe
|
|
[3 replies] Last: I need to have my game in a multidimensional array. my game box needs ... (by japperx)
|
by dksam123
GLOBAL VARIABLES HELP PLS
|
|
[2 replies] Last: so this is what I have now. I removed the header file. /*function.cpp... (by dksam123)
|
by guglaak
Little help please
|
|
[4 replies] Last: Thanks for the help I fixed the code and it runs great! (by guglaak)
|
by stupid
What is a hexadecimal/octal number?
|
|
[3 replies] Last: Thanks so much. It makes a lot of sense now! (by stupid)
|
by cGuru
Error C2087 & Error C2133 Please
|
|
[1 reply] : you can't declare arrays with variable subscripts. Look into vectors.... (by Esslercuffi)
|
by abdalimran
countSort() function not working
|
|
[1 reply] : Whatever else counting_sort() is doing, it's not modifying the array y... (by tipaye)
|
by aids8544
Please help
|
|
[7 replies] Last: And after a long weekend, I found a solution to problem 2. Thank you a... (by aids8544)
|
by weee
question about range for loops
|
|
[4 replies] Last: simply, int a =5; cout<< a; // not cout << *a; int *pt = &a; cout <<... (by anup30)
|