by tinytimes
i need some help about the loop construct
|
|
[2 replies] Last: Rough draft: char secret = /*...*/ char user_guess; int i = 3; while(... (by MiiNiPaa)
|
by shadowCODE
permutation
|
|
[1 reply] : how may distinct ways can you arrange n different objects in a shelf ... (by MiiNiPaa)
|
by Shirwyn
Hangman with Hint problem
|
|
[5 replies] Last: how can i fix it? should i remove it? (by Shirwyn)
|
by dark ninjuh
What's the Difference?
|
|
[3 replies] Last: Another reason for using a pointer would be for something like this: ... (by megatron 0)
|
by DrJones
manipulate element within a distance of x
|
|
[2 replies] Last: The idea is it has to move like a wavefront planer.. I've created a me... (by DrJones)
|
by bryan177mcsc
function return type ONLY in some circumstances?
|
|
[3 replies] Last: If you are familiar with exceptions: include <iostream> #include <st... (by JLBorges)
|
by wolfv
"undefined reference" link error in Makefile
|
|
[4 replies] Last: I like your strategy of not having .cpp file if it should not be compi... (by wolfv)
|
by scarecr0w132
Access to parent class instance
|
|
[3 replies] Last: I would say virtual base classes is out, a NewDocumentSelector is not ... (by Lowest0ne)
|
by Ch1156
std::bind help
|
|
[no replies]
|
by Squidy
Finding Number of Integers Divisible by Divisor Between Two Bounds
|
|
[16 replies] Last: U of L? Was googling around for help on this assignment, found this, s... (by mrmetronome)
|
by Corey21Woods
Reading from File Contents to File / Outputting to a File
|
|
[1 reply] : First off, add a 'endl' to the end of your output writes. Otherwise th... (by Esslercuffi)
|
by mekkatorqu
-1 array value?!
|
|
[9 replies] Last: @MiiNiPaa I like the foobar2k reference also thanks all for responses... (by mekkatorqu)
|
by kemkoi
Problem using random function.
|
|
[6 replies] Last: Oh sorry kemoi, i didnt see your input function. In that case, you hav... (by shadowCODE)
|
by BaneX
Trouble with output of my program.
|
|
[1 reply] : your problem is in this line "if ((studentID > 9999) || (studentID < 9... (by Esslercuffi)
|
by bgold12
Reverse my code, help
|
|
[2 replies] Last: hello dear ! read the comments in code. here is the reversed code fo... (by Rahmat)
|
Functions - I don't know what to do. |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/functions/ (by Disch)
|
by abdalimran
Passing array as function argument
|
|
[1 reply] : You're passing t1 twice, so the only problem is you're just passing to... (by TheKingOfTyrants)
|
by superss94
Binary tree help!!!
|
|
[no replies]
|
by DaGoblin
Vector question
|
|
[2 replies] Last: Thanks (by DaGoblin)
|
by tobpe93
program.exe has stopped working
|
|
[2 replies] Last: Like this error message (but in swedish and "program.exe"): http://th... (by tobpe93)
|