Skip to content

Instantly share code, notes, and snippets.

View gaites's full-sized avatar

Gaites Swanson gaites

  • New York, New York
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gaites on github.
  • I am gaites (https://keybase.io/gaites) on keybase.
  • I have a public key ASADSdF0lPXG6NQlkTaDwYTlfY-toxL3-w7Ag-U3hL8W3Ao

To claim this, I am signing this object:

@gaites
gaites / employee class practice.cpp
Created March 14, 2011 01:52
practice using classes @SaiYT
#include "StdAfx.h"
#include "Employee.h"
#include <iostream>
//constructor
Employee::Employee(int initialAge, int initialYearsOfService, int initialSalary)
{
initialAge = itsAge;
initialYearsOfService = itsYearsOfService;