by killaspilla
inheritance and file I/O
|
|
[1 reply] : Absolutely. As long as you can access the fstream object in the deri... (by Hammurabi)
|
by vectorcpp
Read Function Dilemma
|
|
[7 replies] Last: void read(char txtstr , int& size) { int n, i, x; char txt, t... (by vectorcpp)
|
by mcleano
register <var>
|
|
[8 replies] Last: Yes, yes, of course. All this is dependent on compiler options. How... (by Duthomhas)
|
by wretch
initializing class members with member constructor
|
|
[4 replies] Last: I'm unsure what you mean about "class known to myClass". The initiali... (by kempofighter)
|
by imusa007
Array problem
|
|
[1 reply] : You have three errors: int hitemp (int temp ); //function diclarati... (by Bazzy)
|
by gr33dyM3
my ever first C++ program.. I dont know whats wrong
|
|
[14 replies] Last: Well, tbh i think that it is hard to understand classes unless you alr... (by awasteoflife)
|
by fire child
Oh man this is tuff!
|
|
[1 reply] : I think you're stepping out of bounds of your array: (line 23) ... (by Disch)
|
by weefacation
project error. >.<
|
|
[8 replies] Last: It seems someone needs to learn why functions are important. (by helios)
|
by areyoupp
alphabetic sorting
|
|
[6 replies] Last: @duoas very very thank you.it's working xD.cool again thank you :).My... (by areyoupp)
|
by Alexandro
reading from a text file
|
|
[5 replies] Last: I thought fd 's post was succinct and complete. Just looking at the ... (by Duthomhas)
|
by smcguffee
Linking Images?
|
|
[2 replies] Last: On Windows, use application resource files. On Unix/Linux, you'll... (by Duthomhas)
|
by killaspilla
Creating an object of user def. class in another user def. class
|
|
[1 reply] : That is OK, you can use classes in the same way you use basic types (by Bazzy)
|
by alex1985
Problem with the heap
|
|
[5 replies] Last: thanks.Everything is now ok. (by alex1985)
|
by murva
Overloading on templates
|
|
[9 replies] Last: Thanks, you really helped me, == operator is ok, I will start to work ... (by murva)
|
by cukrus
calling class functions by random?
|
|
[8 replies] Last: yah, maby you'r right thnx 4 replies (by cukrus)
|
by hypercube1
Arrays
|
|
[3 replies] Last: an array of strings? Why would you want to pass two values to one elem... (by mcleano)
|
by Gerald
Recommend a free compiler please?
|
|
[9 replies] Last: Personally, I fill that MinGW is more convenient than VC++ in setup bu... (by closed account S6k9GNh0)
|
Using loops to generate arrays |
|
[5 replies] Last: ah quality, sorted! cheers for the link bazzy :) (by shoot to thrill)
|
by unnati
case statements
|
|
[2 replies] Last: thank u thank u :) :) (by unnati)
|
by fire child
Quick question
|
|
[12 replies] Last: I'm not sure how A for loop works, but ur right I did have my grid ups... (by fire child)
|