by arnes99
Can't convert string to char**
|
|
[5 replies] Last: Thanks to both of you! (by arnes99)
|
by satchmo05
What does this error mean?!?!
|
|
[2 replies] Last: well that's odd because it doesn't really seem like I am accessing too... (by satchmo05)
|
Triangle problem |
|
[1 reply] : why is the function an int if its return value has no impact? (Make it... (by Warnis)
|
by static33
Arrays and Functions
|
|
[13 replies] Last: sorry, the code i put up returns the minimum value, but not it's inde... (by mcleano)
|
by Bv202
Got trouble understanding Pointers
|
|
[12 replies] Last: A bit yes, thanks :) (by Bv202)
|
by Null
Waiting for input
|
|
[3 replies] Last: Suppose you function is called getinput() and takes no parameters, you... (by helios)
|
by MatieA
24 hour time conversion
|
|
[3 replies] Last: Thus, the function for doing the conversions will have a call-by-refe... (by helios)
|
by jayt
how to create a .cpp and .h file (1,2)
|
|
[25 replies] Last: How can I with functions in header file modifed variables in .cpp file... (by jasmin m)
|
by willydlw
makefile to create a shared object library
|
|
[2 replies] Last: ok. i missed on thing.. dependencies of the headers.. lets say main.cp... (by writetonsharma)
|
by abuikhlas
The Different using "include" and "class"
|
|
[2 replies] Last: //Second case class myB { class myA; . . } if you ... (by writetonsharma)
|
by ShadowReaper
What should i do next?
|
|
[6 replies] Last: computerquip:Which are the basics and the advanced? (by ShadowReaper)
|
by satchmo05
Problems with display
|
|
[no replies]
|
by mk2008
Vector addition using class and operator overload
|
|
[1 reply] : You do not use "sizeof" to get the size of the vector. Use vector::siz... (by Zhuge)
|
by jayt
Question about .h File
|
|
[1 reply] : I'm not sure I understand, but if you mean variables local to the func... (by Zhuge)
|
by lerwys
cout precedence doubt
|
|
[1 reply] : The order of the function calls is undefined. You are only guaranteed ... (by Duthomhas)
|
by lerwys
Changing text color
|
|
[5 replies] Last: *sigh* ...And something people should be fired for doing. Don't use s... (by Duthomhas)
|
by musique
What is wrong with my selection sort function?
|
|
[3 replies] Last: Something like this? void selectionSort(int array , int numts) ... (by musique)
|
by MarcioAB
How to construct/declare this kind of recursivity ?
|
|
[5 replies] Last: I see. Maybe you could help me understand with the program example bel... (by MarcioAB)
|
by upo
Input problem
|
|
[5 replies] Last: Yes, just tack it on to the end of the sum string. string all_word... (by Duthomhas)
|
by nanger
about polymorphism
|
|
[2 replies] Last: The object is still of type Derived as mentioned above. You can cast i... (by messenjah)
|