[newbie] C++ question

2005-01-06 Thread linux
Hi all, Perhaps this is not the place to ask, but I am getting nowhere searching the web. I am trying to learn C++ programming. At my work (for which I need to learn this) I am futzing with a program which so far works. The machine I use runs on Tru64 Unix. When I try to compile the same program

RE: [newbie] C++ question

2005-01-06 Thread jmaay ody
try writing : using namespace std; after the headers From: [EMAIL PROTECTED] Reply-To: newbie@linux-mandrake.com To: newbie@linux-mandrake.com Subject: [newbie] C++ question Date: Thu, 6 Jan 2005 12:39:51 +0100 (CET) Hi all, Perhaps this is not the place to ask, but I am getting nowhere searching

Re: [newbie] C++ question.

2003-02-12 Thread Benjamin Pflugmann
On Wed 2003-02-12 at 00:06:24 -0800, [EMAIL PROTECTED] wrote: Hi, I am using the GNU gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) to compile the program listed below. I get the compile time error: 23: field `cb' has incomplete type Can somebody please give me a hint on why the compiler