- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Hi, I am a almost thirtysomething, going back to school at night while working full time. I decided that it was time to get an education to enable me to break out of the Cable industry and into the programming scene. I am interested in Computer Science and web programming(maybe). … | |
Hi, I am thinking about writing a program to compare MP3's in different directories that will compare file size, ID3 tags, bit rate etc. I want to be able to search the computer for MP3 files, then list them in a rich text box like you would see in windows … | |
Re: [QUOTE=Mature_Student]Thanks Dave! I got the formatting part. and it produces the format I rquire but I still do not have the output in the formattedTime string. if I put anything infront of the << operator I get plenty of errors. [code] int hr, min, sec; string formattedTime; hr = ts … | |
Hi, I work full time in a non-computer industry and am looking for a online school or more specific a college that provides online classes for a Computer Science degree. I am taking classes at night at a local community college right now. I expect to finish an associates in … | |
Re: [QUOTE=Acidburn][php] #include <iostream> #include <cstring> using namespace std; class date { public: date(int = 1, int = 1, int = 1990); //constructor void Printdate(); void setday(int); void setmonth(int); void setyear(int); void setdate(int, int, int); private: int day, month, year; }; date::date(int d, int m, int y) { setdate(d,m,y); } void … | |
Hi, I am writing a couples class, one base, and one derived to track an employees pay records. It has a static private ptr array to store Employee and EmployeePay objects. [CODE]static Employee* empArray[];[/CODE] Employee has first and last name, ssn, id number and a date. EmployeePay derives from Employee. … |
The End.