Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: nerdfiles
Forum: C++ Feb 23rd, 2005, 10:59 PM
Replies: 5
Views: 783
Posted By nerdfiles
Well, now I think I've got the class and...

Well, now I think I've got the class and implementation down.

Class:
#ifndef EMPLOYEE_H
#define COURSE_H

#include <iostream>
using namespace std;

const unsigned LastNameSize = 30;
Forum: C++ Feb 22nd, 2005, 12:27 AM
Replies: 5
Views: 783
Posted By nerdfiles
Welp, I'm back again. I've tried a few things and...

Welp, I'm back again. I've tried a few things and I've found myself even further back than when I started. If you could help, it'd be much appreciated. And yes, I'm thankful for the help I have...
Forum: C++ Feb 20th, 2005, 9:32 PM
Replies: 5
Views: 783
Posted By nerdfiles
Employee Class/Implementation help

#include <iostream.h>

const unsigned LastNameSize = 10;

class Employee {
public:
Employee E1( long id );
Employee E2( long id, char lastName, float payRate, int hours );
long GetId();
char *...
Forum: Visual Basic Nov 30th, 2004, 6:08 PM
Replies: 8
Views: 439
Posted By nerdfiles
And it did it, thanks a bunch. I wasn't aware of...

And it did it, thanks a bunch.

I wasn't aware of the whole retVal concept.

Now I am. O_O
Forum: Visual Basic Nov 29th, 2004, 11:50 PM
Replies: 8
Views: 439
Posted By nerdfiles
Here is the code I have now: Private Sub...

Here is the code I have now:

Private Sub mnuExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuExit.Click
Dim datBalance As StreamWriter
Dim dgrResult As...
Showing results 1 to 5 of 5

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:36 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC