by liac
bubble sort
|
|
[3 replies] Last: I had a look at wikipedia already thanks, but the sort is done the oth... (by liac)
|
by DeadH34d
VC2008Express and SDL
|
|
[no replies]
|
by neoxyn
Chatbot -text gets double processed
|
|
[no replies]
|
by usafsatwide
Lottery Generator (1,2)
|
|
[23 replies] Last: Look at your for loop: for (int x = 0; x < 1; x++) { if (user... (by closed account Lv0f92yv)
|
by tinauser
allocating memory and initializin array.
|
|
[2 replies] Last: Dear kbw, thanks a lot for the replay! Basically the mistake was not... (by tinauser)
|
by santoshkb
destructor called twice for single object
|
|
[2 replies] Last: Thanks Null! (by santoshkb)
|
by bkapitan
!isdigit woes!!
|
|
[3 replies] Last: This is what I have - NOTE that there is a correction in the loop test... (by guestgulkan)
|
by numblocke
Cin for validation purposes.
|
|
[5 replies] Last: Anything the user types is a char . You need to explicitly validate... (by Duthomhas)
|
Catching Exceptions with Struct |
|
[6 replies] Last: That does explain what I'm getting at a little clearer. Can I write me... (by closed account Lv0f92yv)
|
by bratgurl
how to write to excel using C++
|
|
[2 replies] Last: ok thanks that helps alittle bit.. but i still dont know what to put i... (by bratgurl)
|
by Selse06
Tutorial Question to Pointer2Pointer
|
|
[2 replies] Last: Thanks! (by Selse06)
|
by fyodor
problem with ostream operator
|
|
[1 reply] : In your constructor Tablica::Tablica(int rozmiar) , you never initial... (by kbw)
|
by amma
printing values from multimap
|
|
[6 replies] Last: Yes, problem solved! Thank you! (by amma)
|
by fyodor
operator= ...what's wrong?
|
|
[2 replies] Last: thank you!:) (by fyodor)
|
by vampire
Big numbers
|
|
[1 reply] : I assume you express the big number as a sequence of digits (it hasn't... (by imi)
|
by SoloXX
Multiple files - 2nd parameter advice
|
|
[4 replies] Last: You shall calculate average outside of loop. And you shoudn't make... (by Dufresne)
|
by zuheyr
ifstream seekg error
|
|
[6 replies] Last: Hello, Galik, thank you very much. Yes, adding File.clear(); works.... (by zuheyr)
|
by sumitdhar
switch statement doesnt work!!!!
|
|
[1 reply] : dir is of type int, but in the switch statement you treat it as if it ... (by fafner)
|
by tehjoe
Trouble saving a struct to a binary file
|
|
[1 reply] : So what happens when you run the program? Does it crash or something? ... (by blackcoder41)
|
by barkley
Bool question
|
|
[8 replies] Last: Haha I've been staring at the screen too long I didn't even realize th... (by barkley)
|