by Divad
STL compare function in a struct
|
|
[1 reply] : because what you wrote there is a member function declaration. (by hamsterman)
|
by Skills
Thank You (1,2,3)
|
|
[43 replies] Last: thank you i knw i have done that. and thnx 4 ur help...... (by Skills)
|
by m3laa4u
Need to create C++ Programs
|
|
[3 replies] Last: Don't give people code. It's not going to teach them anything. (by hamsterman)
|
by student1
Adding functions in to C++ code
|
|
[no replies]
|
by jackie
Menu Error Checking
|
|
[1 reply] : if( cin>>choice ) //do stuff... else{ //input could not be inter... (by hamsterman)
|
by guyserman82
Linked List/Stack/Queue Template problems
|
|
[4 replies] Last: I´m not sure about exception handling myself too, but why are you thr... (by HenriK)
|
by mcqueen
I need help with hangman
|
|
[1 reply] : Firstly, strings need quotes around them ( "cat","dog" ... ) Have ... (by hamsterman)
|
by CaribeGirl
meaning of a=b>>1
|
|
[4 replies] Last: it is a division by 2, which I forgot. (by Azagaros)
|
by CCprogrammer
Creating a file by name of user input
|
|
[5 replies] Last: I guess I don't understand why you need to dynamically allocate it wit... (by Azagaros)
|
by gizzmo
calling an object
|
|
[1 reply] : class matrix{ public: T& operator()(int, int); const T& operator(... (by ne555)
|
If Statements |
|
[3 replies] Last: int n = ...; bool b = n; //implicit cast //now if( n == 0 ) ... (by Mathhead200)
|
by mcqueen
Hello I am new
|
|
[3 replies] Last: You might want to put your words in quots too: string words ={"cat",... (by Galik)
|
by mcqueen
HELP WITH HANGMAN
|
|
[5 replies] Last: Got to get into my chat type of mode. (by mcqueen)
|
by mcqueen
Hangman Update But Still Need Help
|
|
[1 reply] : #include <cstdlib> #include <iostream> using namespace std; int mai... (by mcqueen)
|
by Ignatus
Writing, compiling, and linking against DLLs
|
|
[6 replies] Last: Not yet, but its methods described looks alien to me. (by Ignatus)
|
by leotime429
Please help me with reading data
|
|
[2 replies] Last: Thank you very much. I figured out what I did wrong. Again, thanks (by leotime429)
|
by msem92
C++ program to detect palindromic words
|
|
[2 replies] Last: Compilation errors/warnings: line 16: Error: Multiple declaration for... (by msem92)
|
by HenriK
Problems with pointers
|
|
[5 replies] Last: Oops, my bad. It seems to work now, but could somebody please explain ... (by HenriK)
|
using std::maps |
|
[9 replies] Last: That's because it is a bad iterator when you try to print it in Star... (by Disch)
|
by Stupebrett
Multiple class inheration problem
|
|
[3 replies] Last: No problem. You´re welcome. (by HenriK)
|