------------
extern int xyz ();
File1.cpp:
--------------
int xyz ()
{
}
File2.cpp:
--------------
#include "file1.h"
int main ()
{
xyz();
}
I hope this helps.
File1.cpp:
--------------
int xyz ()
{
}
File2.cpp:
--------------
#include "file1.h"
int main ()
{
xyz();
}
I hope this helps.
Six
(just to confuse you)
[This message has been edited by MikeD (edited September 27, 1999).]
Hope for answer and Thank you
There, I'm done