Where is libg++?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Monday, October 26, 1992 - 2:26 pm

I decided to play with C++ and discovered that
libg++ is missing.  To make things more frustrating, I can't
find it either.  :)

Try this:

#include <stream.h>

int main(void)
{
        cout << "Hello World\n";
        return(0);
}

call it hello.cc

g++ -o hello hello.cc (to compile)

Thanks,
Dan
-- 
 Dan Miner
                                         email: dminer@cs.umr.edu
Computer Science          
University of Missouri-Rolla             "It all begins with a glimmer."
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Where is libg++?, Dan Miner, (Mon Oct 26, 2:26 pm)