User profile: crosslink

User info
User name:crosslink
History
Joined:
Number of posts:23
Latest posts:

To Use Classes in C++
In addition, preferable, put your class definition at the top before the main block. Also, it seems ...

Expected unqualified id
Declare a class (BookType) type like this: [code]BookType b[/code] and not [code]class BookType b[/c...

Not sure whats wrong with my program.
Your code is almost correct. But a few important details have been left out. In the [code] remainde...

Conversion of Decimal numbers to Binary
This program is almost complete, although it performs its function, that is, it converts base 10 num...

cin.getline error
This will not work because the members of the class should be declared inside the class i.e. The "vo...