![]() |
|
|||||||
| Visual Basic & C++ All About VB and C++ |
Donation Goal
|
||||
| Goal amount for this month: 200 EUR, Received: 0 EUR (0%) |
|
Donate Now | ||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
// screen.h
// Screen class definition. Represents the screen of the ATM. #ifndef SCREEN_H #define SCREEN_H #include <string.h> char string; class Screen { public: void displayMessage( string ) const; // output a message void displayMessageLine( string ) const; // output message with newline void displayDollarAmount( double ) const; // output a dollar amount }; // end class screen #endif // SCREEN_H -------------- While compiling I am getting one error that class Screen - declaration syntax error.
|
![]() |
| Bookmarks |
| Tags |
| prog , solve |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Common problems about a DVD Ripper and how to solve them | regman | Guest Downloads | 0 | 9th April 2009 10:38 |
| can any1 solve this programmes.??? | Hellboy | Visual Basic & C++ | 4 | 10th August 2008 16:48 |
| Solve This: Math Activities for Students and Clubs | ashman007 | E-Book Download | 0 | 22nd February 2008 05:58 |
| Repidshare Downloader.net >>>>NEw Prog For Download From R | givingriver | Applications | 3 | 1st February 2008 14:09 |
| Repidshare Downloader.net >>>>NEw Prog For Downl | G@ZI | Applications | 0 | 24th January 2008 15:22 |