by Kazuma2
Did I understand references and pointers correctly?
|
|
[13 replies] Last: The function MyClass::MyFunction returns a reference to an integer, ... (by LB)
|
by id10t
Nested Class Question
|
|
[6 replies] Last: The constructor ask for a pointer and an integer. STLDataBuffer::It... (by ne555)
|
by cplusrookie
need help with errors in my code
|
|
[no replies]
|
by s8050
How to run more than one function at the same time?
|
|
[2 replies] Last: mm, that explained a lot. I am not sure what kind of Dav-C++ I am usin... (by s8050)
|
by koopey
string.find method problem
|
|
[6 replies] Last: a great misunderstanding! i initially thought after using 'body_begin'... (by koopey)
|
by iahmed
terminate called after throwing an instance of std::bad_alloc
|
|
[4 replies] Last: Please if you need the complete code to have a look i can email you, a... (by iahmed)
|
by Aim4Erudite
General Question about prog/job math
|
|
[4 replies] Last: Vector math and matrices if you're planning to do any physics/graphics... (by cnoeval)
|
by erfa4n
problem with Date function(help pls)
|
|
[2 replies] Last: look with this function we turned a date to DAYS...this function show ... (by erfa4n)
|
by HelenI
If and else if
|
|
[3 replies] Last: also I missed the semi-colon... statef() should be statef(); ... (by shadder)
|
by HelenI
Function and While Help
|
|
[2 replies] Last: thank you! (by HelenI)
|
by LadyInRed7
RunTime Error not working....
|
|
[1 reply] : #include<stdexcept> See: http://www.cplusplus.com/reference/stdexcept... (by coder777)
|
by syugarr
object oriented inheritance
|
|
[1 reply] : Do you have a question? And no: that's not useful inheritance. (by coder777)
|
by vavoitus
Adding Functionality to Classes
|
|
[1 reply] : Read this: http://www.cplusplus.com/doc/tutorial/classes/ http://www.... (by coder777)
|
by slestr94
End of file loop problem?
|
|
[5 replies] Last: I suggest to place some debug cout if you're not sure whether it runs ... (by coder777)
|
by ozzone
Help with ERROR
|
|
[1 reply] : Do not doublepost. See http://www.cplusplus.com/forum/general/162570/ (by keskiverto)
|
Creating a Phonebook program using classes |
|
[1 reply] : Posting your code on the forums would make people more likely to help ... (by fg109)
|
by david watson
I want to get ride off lists and vectors in this program i also dont want to use classes
|
|
[1 reply] : Why? -Albatross P.S. Those strings you're using on lines 7, 9, 10, ... (by Albatross)
|
by pocketasian
Word Counting with 2 input files & Array
|
|
[7 replies] Last: Do not loop on eof, like you do on line 49. Loop on the input operatio... (by LB)
|
by khatereh
Grade Distribution
|
|
[6 replies] Last: The values that are different should be arguments to the function. (by Duthomhas)
|
by kemotoe
FSM using table lookup
|
|
[no replies]
|