by Koumatarou
stack
|
|
[4 replies] Last: well a stack is a container (i believe FILO). so what you would want t... (by Little Bobby Tables)
|
by Mike Teavee
Why does this print a value...?
|
|
[2 replies] Last: ohhh... crystal clear when you remove line 2 to simplify. Thanks. (by Mike Teavee)
|
by Allison2106
Error with brace and subscript which requires array or pointer type. Code written, needs slight tweaking to debug?
|
|
[1 reply] : On line 43: All parameters must match the prototype on line 3 There n... (by coder777)
|
by koopey
menu(loop)problem from jumping into C++
|
|
[3 replies] Last: I came up with an answer(after a lot and lot and lot of thought).so ju... (by koopey)
|
by glenjoker
How should I proceed with my C++ study?
|
|
[no replies]
|
by Bilakos
Reduce checks in a for loop
|
|
[1 reply] : Use i as the start value of j: for(unsigned int j = i ; j <= rootm... (by coder777)
|
by nomanrasheed
Temperature conversion loop program
|
|
[5 replies] Last: After line 13: if (temperature == 999) return 0; ... (by AbstractionAnon)
|
by c1885
comparing strings and std::
|
|
[5 replies] Last: Thanks you very much! First time on this forum. Good stuff. (by c1885)
|
Enums |
|
[5 replies] Last: yea the array method I can get, need to read up on maps imtereted in t... (by sourcedesigns)
|
What is "INEXACT" in this code? |
|
[4 replies] Last: To add to Peter87 explanation: http://ideone.com/be3490 Here you can... (by MiiNiPaa)
|
by koopey
(anamoly)beer bottle redemption ptoblem from jumping into c++
|
|
[5 replies] Last: So, I suppose you mean that we cannot include statements like x++,... (by koopey)
|
by koopey
password cracker problem from Jumping into C++
|
|
[3 replies] Last: that is because you mispelled the main into man; by the way that err... (by xenovia12)
|
Menu Error Handling! |
|
[1 reply] : playGame = toupper(playGame); while(playGame != 'Y' || playGame != 'N... (by shamieh)
|
by Arslan7041
Getting incorrect sum of square roots
|
|
[7 replies] Last: Someone else will have to help you with the output formatting. I don'... (by Arslan7041)
|
by daernac
Homework
|
|
[18 replies] Last: @daernac Thank you! You too haha. No problem. Again, I'm glad I could... (by closed account 2LzbRXSz)
|
by druid84
Linked List
|
|
[2 replies] Last: Yes! Thank you! I can't believe I did not notice that. I guess starin... (by druid84)
|
A Scrabble Problem |
|
[9 replies] Last: Okay I figured it out using a do-while loop. Like fin2code said I just... (by WonderingSage)
|
by brosephius
Integration of a function
|
|
[8 replies] Last: Awesome thank you so much!! It works perfectly now. And thank you for ... (by brosephius)
|
by lightwrath
Send click to coords without moving the cursor
|
|
[1 reply] : You can use the send_input winapi function to send just about any keyb... (by ultifinitus)
|
by mjs
Compiler Error on return 0
|
|
[1 reply] : Read what the error is telling you. You're having problem at the retur... (by TarikNeaj)
|