by Zorac
Find a partly match instead of perfect match (if-statement).
|
|
[1 reply] : So how much of a match do you want? Would just "O" satisfy your sear... (by AbstractionAnon)
|
by PWookie
Nested switch problem
|
|
[2 replies] Last: Thank you, that seems to have solved the problem. (by PWookie)
|
If/Else Help |
|
[1 reply] : Worked fine for me as long as I entered the correct answers (subject t... (by AbstractionAnon)
|
by hayyan
best ui for gaming purpose
|
|
[5 replies] Last: If you really want to code android games I think you should start with... (by jgg2002)
|
by undecked0
calling a function inside another function
|
|
[12 replies] Last: Well, I already described what you need to do. Define an integer varia... (by Chervil)
|
by Mboxer511
Why isn't my vector code working?
|
|
[1 reply] : I'm guessing that you are talking about an error like this 41:8: erro... (by coder777)
|
by jessychenng
HELP!!
|
|
[5 replies] Last: I am afraid it's not ok. error C2660: 'DisplayPay' : function does no... (by Thomas1965)
|
by Dkmariolink
Line spacing dealing with files
|
|
[17 replies] Last: > What does this error mean? An old (pre-C++11) compiler/library is b... (by JLBorges)
|
by DizzyD23
Help with arrays and pointers. (Skipping an element/index while copying)
|
|
[1 reply] : Perhaps you can use the continue keyword. (by Arslan7041)
|
What is the vector representation of an integer or variable? |
|
[2 replies] Last: maybe something like: vec.push_back() ? (by Mboxer511)
|
by sdallama2
Arrays, Functions, Prime Numbers
|
|
[1 reply] : The error C2660 is because you only passed in two arguments to input(... (by Tyler T)
|
by Decept1ve
Roulette game
|
|
[4 replies] Last: Wow thanks for the datailed reply Sadly I don't understand much of it... (by Decept1ve)
|
by travina8
Display which array element holds smallest value
|
|
[2 replies] Last: Thank you! I just realized someone replied. I finally figured it out a... (by travina8)
|
by DizzyD23
Please help (Pointers, Arrays, Dynamic Memory Allocation)
|
|
[3 replies] Last: int *tmp = new int[size - 1]; for (int i = 0; i < size; ++i) { ... (by ne555)
|
by BenW
Getting some negative values for volume and density. . .
|
|
[3 replies] Last: Exceeded the value of int, indeed. Thanks so much guys. (by BenW)
|
by ry0823
unsortedtype overloaded assignment operator
|
|
[1 reply] : if (info != NULL) // It's our responsibility to set info appropriatel... (by ne555)
|
by comellie
Error/Program aborts
|
|
[no replies]
|
by shanebond10
backyard bowling problem
|
|
[4 replies] Last: Is your program supposed to support more than one player, or is only i... (by AbstractionAnon)
|
string array morse code translation |
|
[1 reply] : Um, where is the rest of your program? (by koothkeeper)
|
by Pjonathan
How do I efficiently iterate through a vector and run a method on each object?
|
|
[2 replies] Last: A loop! I never thought about that! (by Pjonathan)
|