question: c++ extern equivalent..
Christopher Faylor
cygwin@sourceware.cygnus.com
Tue Dec 28 08:42:00 GMT 1999
I'm sorry. This is *really* off-topic for this newsgroup.
Please try some other forum. You should be able to find any
number of C++ related forums at deja.com or egroups.com.
cgf
On Tue, Dec 28, 1999 at 11:53:47PM +0800, Chan Kar Heng wrote:
>hi.
>
>i'm sorta new to c++... been wondering how i can do the following with
>c++... tried looking around, but didn't really find any sort of
>documentation for this..
>
>to do the following:
>
>gcc mylib.c -o mylib.o
>gcc mylib2.c -o mylib2.o
>gcc mylib.o my.ib2.o main.c -o main
>
>i make mylib.h, mylib2.h and declare functions in mylib.c and mylib2.c
>using extern.. something like:
>
>extern int myfunc(void);
>
>how about in c++? how do i declare a class? i mean, i can't do this right?
>
>extern class MyString
>{
> ...
>};
>
>
>thanks in advance.
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list