by antonycss
How to add STL object as member?
|
|
[4 replies] Last: However, I would prefer some extra typing to some extra debugging... n... (by exception)
|
by reactivo
Getting to grips with wstring
|
|
[3 replies] Last: Hmm, I'm sure I did this before... But it must have been something ... (by Duthomhas)
|
by vijirin
Copy Constructor
|
|
[3 replies] Last: the reason is because when you use a reference it´s become more easy ... (by grecoman)
|
by yamcake01096
loop for sum...
|
|
[5 replies] Last: Given a list of numbers (any list will do, so my example will be short... (by Duthomhas)
|
by kartracer12
Main Loop Question
|
|
[4 replies] Last: The standard states clearly that main has to return int. Otherwise you... (by exception)
|
by hurryo
problem in copying file
|
|
[5 replies] Last: How does it not work? The string getline() function is designed exactl... (by Duthomhas)
|
2D Arrays(Manipulation) |
|
[3 replies] Last: To add up the numbers you want, just think of how the indices change a... (by mahlerfive)
|
by yuyan
a bit confusing!!!
|
|
[1 reply] : sum = a operator_1 b operator_2 c; You can't do that... You must... (by Mitsakos)
|
by low1988
Assignment question
|
|
[1 reply] : This is the sort of question you shoudl be asking the person who set t... (by Faldrax)
|
by kartracer12
Console Text Colors
|
|
[3 replies] Last: ok, i was just wondering if there was any better ways too do it. thank... (by kartracer12)
|
by tyler
word/text twist program, assistance required (1,2)
|
|
[26 replies] Last: Using Duoas solution with the find_first_not_of() and the count() fu... (by Mitsakos)
|
by kacko
Linux windows.h
|
|
[no replies]
|
by tdigdug
I know where the problem is just dont know how to fix it.{still in need}
|
|
[11 replies] Last: Yes the sort does work. I ve used those sorts in previous programs and... (by tdigdug)
|
by krad1548
If else problem
|
|
[7 replies] Last: that program works fine but you may want to only seed the program once... (by kartracer12)
|
what did i do wrong? |
|
[9 replies] Last: Well i thing this code can help you #include <iostream> #include <... (by grecoman)
|
by QWERTYman
getch problem
|
|
[5 replies] Last: Oh, mahlerfive. Stupid me. (by QWERTYman)
|
by Theeper
ordering a map
|
|
[8 replies] Last: Not really, no. The ycoord iterator would always be dependant on the x... (by Duthomhas)
|
by ShadowTek
Appending to a string won't work twice in a row.
|
|
[16 replies] Last: That just invokes a self-assignment. The first way is fine. :-O (by Duthomhas)
|
by bluegray
Bus Error
|
|
[2 replies] Last: Ya that worked thanks (by bluegray)
|
by KgNe
A problem with cin!
|
|
[1 reply] : We can't help without code. However, I suspect that you are getting in... (by Duthomhas)
|