Forum: C May 3rd, 2007 |
| Replies: 3 Views: 749 don't worry i have a brain again! |
Forum: C May 3rd, 2007 |
| Replies: 3 Views: 749 okay make this easier.
how do i make a class once i have the varibles so far i have.
//book.cpp
#include"bookheader.hpp"
class Reader
{
public:
//member variables |
Forum: C May 3rd, 2007 |
| Replies: 3 Views: 749 right basicly i need to make a class. I have a file called book.cpp which needs to be modified and i have no brain at all today.
help is so needed.
//book.cpp
#include"bookheader.hpp"
... |