by kikirikou
How this is working?
|
|
[3 replies] Last: Ok got it,thanks!!! (by kikirikou)
|
by ZondaR
getline command
|
|
[2 replies] Last: You are mixing formatted (<<) and unformatted (getline) input. Don't d... (by Duthomhas)
|
by zubaidi hack
class instance error
|
|
[no replies]
|
by ARWA
the base class is not found!
|
|
[10 replies] Last: ok ^_^ thanks its working now.. (by ARWA)
|
by Swiftslide
The case of the mysterious disappearing stringstream...
|
|
[no replies]
|
by Gladdok
Getting the next element in a set without incrementing the iterator?
|
|
[5 replies] Last: Does not first++ CHANGE what first points to? No, a correct impleme... (by Athar)
|
by claudiordgz
binary files
|
|
[3 replies] Last: Actually for binary files, write byte by byte to the file in binary wr... (by sohguanh)
|
by hydride
Simple class program
|
|
[13 replies] Last: Also line 18. t1.mileage is a function not a variable. If you want it... (by MaxT)
|
how do you use char for multiple charector input |
|
[6 replies] Last: I think that was the problem though, 2 characters were needed for his ... (by AlphaBravo)
|
by ender2
STL List insertion and retrieval?
|
|
[1 reply] : committeeClass com; ... while (!fil.eof()) { ... p = committee... (by sohguanh)
|
by joseplusplus
Why this prints Garbage?
|
|
[4 replies] Last: However I have one more doubt.. Is the delete statement delete *iter;... (by sohguanh)
|
by Yitzu
std::cin.get();
|
|
[1 reply] : Try this instead; cin.ignore().get(); That always worked for m... (by AlphaBravo)
|
by ffcalixto
countdown();
|
|
[no replies]
|
by Bacos001
simple/short code wont work (char and if)
|
|
[2 replies] Last: if same string strcmpt(string1,string2)==0 and else strcmpt(stri... (by dandy)
|
by x3ldonx
What am I doing wrong?
|
|
[1 reply] : #include <cstdio> #include <cstdlib> void getyear(int y); int ma... (by dandy)
|
by ToniAz
Inputing into a double vector
|
|
[19 replies] Last: Dear Galik, The program finally worked smoothly, and correctly ...... (by ToniAz)
|
Do you have any methods to speed up the dynamic array? |
|
[4 replies] Last: Thanks a lot, maybe express edition never do the totally optimizatio... (by stereoMatching)
|
by evilpenguin
How do you round numbers?
|
|
[2 replies] Last: That truncates. 32.5 --> (int)32, not 33. I wrote an article on thi... (by Duthomhas)
|
by zimz
if statement being skipped after validation
|
|
[1 reply] : Much of what you did was repeated. For instance, inside each of the ca... (by AlphaBravo)
|
by Bacos001
multi character char?
|
|
[9 replies] Last: Yes, I agree that switch and case are cleaner -- which is why I gave y... (by Duthomhas)
|