by vitoreiji
inline member functions in source file and not in header file
|
|
[5 replies] Last: Yes, inline is always a suggestion. You can mark functions you would... (by Duthomhas)
|
by audinue
Constructor (and Destructor?) problem
|
|
[5 replies] Last: You must use new when instantiating classes. You cannot use malloc. (by jsmith)
|
by kanesoban
while loop seemingly refuses to stop
|
|
[12 replies] Last: template <class T> ChainedList<T>::~ChainedList() { Node<T>* ... (by helios)
|
by jcorral79
homework assistance needed.
|
|
[1 reply] : This is all i have....not sure where to go from here HOMEWORK #... (by jcorral79)
|
by TechNewbie
Getting the closest value in an array
|
|
[19 replies] Last: It would be easier if you could you post the errors here. And about... (by satm2008)
|
by Spaesee
Strange behaviour - Pointer to an object of a class
|
|
[1 reply] : First of all, memberFunction() prints out its parameter, not the value... (by jsmith)
|
by akmal4ik
Problem with reading data from file
|
|
[1 reply] : Define "doesn't work". Line 10: s can be left uninitialized. (by helios)
|
by clearsights
Can someone do this program for me? Easy
|
|
[1 reply] : Yes, someone could . But it is unlikely someone will from this foru... (by Faldrax)
|
by ebarroga
Assign Value to Local Variable via Function
|
|
[5 replies] Last: Yes. (by firedraco)
|
by velski69
H3LP!!! Ordering machine Program C++
|
|
[5 replies] Last: Yeah, functions > gotos in this case...I would just make functions: ... (by firedraco)
|
by Mobius
Scripting
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by KateetaK
Writing 2 programs. ...\n.....output in seconds... (1,2)
|
|
[24 replies] Last: That's not the point of the exercise, and that's not what the problem ... (by helios)
|
by mikeCoolBoy
stl vector wrapper
|
|
[no replies]
|
by ebarroga
Converting A Variable Type
|
|
[4 replies] Last: CIniReader iniRead((char*)fileDir.c_str()); C++ complains about imp... (by helios)
|
by devilheart
Fatal Error LNK2001
|
|
[2 replies] Last: yeah, i know that. but i forgot that im using VS 2005, when i use vs ... (by devilheart)
|
by komal
substr()
|
|
[3 replies] Last: http://www.cplusplus.com/reference/string/string/substr.html (by helios)
|
by dodo ind
String buffer overflow
|
|
[1 reply] : Is it a STRING or a string? They're different, you know? The former i... (by helios)
|
by mnmlance
how to compare "T" "F" answers
|
|
[8 replies] Last: strcmp(examAnswer , stuAnswers ); if (strcmp >0 || strcmp <0) ... (by helios)
|
by vvadan
Shared Memory -- Pointer problem
|
|
[no replies]
|
by gbaker386
Complex Numbers
|
|
[6 replies] Last: Well, the compiler wouldn't let me do the scalar division, but here's ... (by helios)
|