by BiscuitDuke
Increasing values of elements in list
|
|
[9 replies] Last: In other words your final version has: std::list<int> mylist3 ( 0 ); ... (by keskiverto)
|
by blankpat
Looping in this situation
|
|
[9 replies] Last: if (options < 1 || options > 7) { // Compare logic with your old cod... (by wildblue)
|
by Eldion
1stProject
|
|
[7 replies] Last: Ty man ! Your welcome :) Make sure to click on the button at the top... (by UrbanNinja)
|
by mehak
command line arguments
|
|
[1 reply] : It is as you described. Step thru this in the debugger. int main(int... (by kbw)
|
by UrbanNinja
Weird Error "This application has requested the runtime to terminate it in an unusual way"
|
|
[2 replies] Last: Thank you, will try suggestions and indent my code :) I will post an u... (by UrbanNinja)
|
by Makambi
ofstream error
|
|
[5 replies] Last: Hello! If your problem is solved, it is very helpful to other users i... (by UrbanNinja)
|
by alekscooper
3n+1 - Wrong Answer - UVA Online Judge
|
|
[2 replies] Last: Yes, after posting this topic I continued googling and was more succes... (by alekscooper)
|
by ahackit
LoadBMP SDL Issue - Help!
|
|
[5 replies] Last: Thanks for being that guy! New to the forum and will mark any problems... (by ahackit)
|
by Sausage
How to remove a vector element based on value?
|
|
[2 replies] Last: Thanks for helping me with that, that makes so much more sense. <3 (by Sausage)
|
by Stoneynine
Takes hours for program to run
|
|
[5 replies] Last: Oh wow, I see now. Thanks for explaining it to me. (by Stoneynine)
|
by Sgreen
Adding floats into a string
|
|
[1 reply] : void doFrac(int x, int y, std::string& rep, float& result) { rep ... (by cire)
|
by zeberwood
Random number generation - repetition problems
|
|
[15 replies] Last: Hi everyone, I think I have a solution working. I used xismn's idea o... (by zeberwood)
|
by Jakee
Multi-Dimensional Vector Problem
|
|
[2 replies] Last: Thanks that fixed the issue, I knew it was some dumb little thing like... (by Jakee)
|
by turtlesavage
Why am I getting "No operator matches..."
|
|
[2 replies] Last: Do you understand why though? The "<<" pair is known as an operator, e... (by Computergeek01)
|
by DEnumber50
Exception Handling
|
|
[3 replies] Last: class outOfBoundsNumber { /*...*/ } myex ; myex is a variable defin... (by MiiNiPaa)
|
by CMonkey
Volume of a Sphere- Need Help
|
|
[14 replies] Last: Also, you should try to make the formula more accurate. 1.33 is only s... (by dhayden)
|
by Drak
Numbers in a file (using arrays)
|
|
[7 replies] Last: Perhaps I didn't make my thought processes clear. What I had in mind w... (by Chervil)
|
by PATBALM
Calculate cost info function
|
|
[1 reply] : Line 54: You can't return 3 items in a return statement. That's not ... (by AbstractionAnon)
|
by xDann
Capitalization Error ?
|
|
[2 replies] Last: Several things wrong with your snippet. First character constants can ... (by jlb)
|
by udnid
Negative numbers in the Fibonacci series
|
|
[5 replies] Last: I figured the OP would be more likely to understand that than a declt... (by cire)
|