by bidi
Inheriting from a template
|
|
[1 reply] : What you want to do is what casting is for. Templates do not help you... (by Disch)
|
by MNRA
Dynamic programming solutin
|
|
[1 reply] : What? Dynamic programming? This is just a recursive formula. http://e... (by helios)
|
by sigutis
dynamic arrays
|
|
[2 replies] Last: of course! thanks helios (by sigutis)
|
by Lorena
Slowing down the console...?
|
|
[2 replies] Last: A delay function: http://www.cplusplus.com/forum/unices/10491/page1.h... (by Duthomhas)
|
by nanger
error in opening files
|
|
[1 reply] : Do the files exist in the currect directory the program is running in?... (by kbw)
|
by DCC1
Rectangle Class - Using a class as member data
|
|
[3 replies] Last: Though it's not in front of me right now, I believe msvc++ has a "watc... (by jeffbmartinez)
|
by jayt
protected access specifier
|
|
[2 replies] Last: thank you Disch (by jayt)
|
by mdgdoc
Under construction
|
|
[2 replies] Last: Here is the attempt to get the max/min of this array and it says I hav... (by mdgdoc)
|
by greentype
Overloading assignment operator
|
|
[3 replies] Last: It is happening because the line: throwaway_class var3 = 6; ... (by jsmith)
|
by rishamessi
Symmetric Matrices
|
|
[3 replies] Last: You would loop through the matrices the same way you would looped thro... (by firedraco)
|
by Laeion
Generating Random Numbers
|
|
[4 replies] Last: valueX = rand()%LIMIT+9; // Must start higher than 9, include 9 ... (by zipuch)
|
by static33
Array rotation
|
|
[2 replies] Last: I addition to what Bazzy suggested, the std::rotate works with arrays ... (by kempofighter)
|
by AnotherJoe
Vector bidimensional & class variables
|
|
[3 replies] Last: For simplicity, just use a vector of vectors. (Sorry to have forgotten... (by Duthomhas)
|
by uscuba2
c and IA32 assembly languauge
|
|
[5 replies] Last: yup. (by jsmith)
|
by retronoodle
associative array 2 deep
|
|
[9 replies] Last: I have seen 2d maps implemented as Hammurabi suggested, so I don't kno... (by kempofighter)
|
by makneltek
change array references to pointer references
|
|
[1 reply] : change char check ( char it ); to char check ( char* it); ... (by kempofighter)
|
by petra999
Minimum Binary Heap problem
|
|
[5 replies] Last: Ok. Line 97 is unneeded i think, I don't know why write this, i found ... (by petra999)
|
by dooper
distance calculating program
|
|
[3 replies] Last: @ zipuch i have to use stricmp to compare two strings @ helios i d... (by dooper)
|
by MarcioAB
Create, delete and recreate same object with global visibility
|
|
[11 replies] Last: Did you put the semicolons after the class closing brace? class Ba... (by Bazzy)
|
by masiht
Problem with this program (1,2)
|
|
[23 replies] Last: masiht, You, the person who could not write the simplest class, w... (by closed account z05DSL3A)
|