by Tiger58
Help, I don't know how to clear input when using getch()...
|
|
[4 replies] Last: Well it's more like this, the reason for the gotoxy function and the a... (by Tiger58)
|
by Explodey
Polymorphism
|
|
[10 replies] Last: Okay, I get it. Well, thanks again, this has been very educational. (by Explodey)
|
by JMichaelC20
Help: Pyramid Nested Loop Pattern is inverted
|
|
[3 replies] Last: thanks for the help guys....really appreciated it! =) (by JMichaelC20)
|
by Edevan
Problems whit queue
|
|
[1 reply] : http://lmgtfy.com/?q=queue+data+structure It's quite fitting that you... (by Danny Toledo)
|
by ITR
Get multiple values from cin
|
|
[12 replies] Last: Thanks, that worked, but how? the cin>> operator will extract a v... (by Chervil)
|
by SloPro
Loop and array - variable not being set properly
|
|
[2 replies] Last: Oh crap, I've been looking the code for over 2 hours now and I haven't... (by SloPro)
|
by ynooran
long prime
|
|
[13 replies] Last: With array: #include <iostream> #include <cstdlib> #include <cmath> #... (by ynooran)
|
by Fouj
KMP implementation
|
|
[4 replies] Last: Hi, I still haven't worked out the logic (no time or energy :0), so I... (by tipaye)
|
by h4ever
iterator
|
|
[6 replies] Last: Thanks (by h4ever)
|
by slayer epul
help me....please.....
|
|
[1 reply] : What kind of situation are you in when this happens? Are you trying to... (by NullInfinity)
|
by ibrahim anis
write a program when given an integer n prints out all positive number with 4 divisors up to n
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int n ; ... (by Chriscpp)
|
by harry9393
Gaussian elimination
|
|
[no replies]
|
by leo255
Need help utilizing stringstream in my program (reading #'s line by line from file)
|
|
[1 reply] : The (simplified) logic would be something like this: string line;... (by Chervil)
|
by cwb2013
Making simple database non mysql
|
|
[no replies]
|
by pokk
get private variable from public function
|
|
[2 replies] Last: Hi coder777 thank you for your answer and your explanation, now I und... (by pokk)
|
by stardust2552
Not seeing << ??
|
|
[2 replies] Last: Ohhhhh, Duh, Thank you so very much..... When you look at it for so lo... (by stardust2552)
|
by epba
Help ME about type data
|
|
[4 replies] Last: i cant change, if i use int gaji_bersih=total_gaji_kotor-(asuransi+p... (by epba)
|
by miladam
function and dynamic aray
|
|
[3 replies] Last: This involves using variadic functions but it seems that is dangerous.... (by condor)
|
by JAI SINGH
problem with const pointer
|
|
[5 replies] Last: #include <iostream> void takes_array_ref(int (&) ) { std::cout <... (by Cubbi)
|
by nelyarg
% operator HELP!
|
|
[1 reply] : No. That shouldn't compile. (by MrHutch)
|