|
From: DeAd P. <dea...@ho...> - 2001-05-18 19:13:33
|
ok, in school i have this file i use for my own shortcuts.. like mystuff.cp,
when i try it on my PC it dont work.. can somone help me?
I usually put it like this on the mac in school..
mystuff.cp
void whatever()
{
cout<<"This is my sample";
}
-----------------
myprogram.cp
#include <iostream.h>
#include <stdlib.h>
#include "mystuff.cp"
int main
{
whatever();
return 0;
}
-Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
|