Mail Archives: djgpp/1996/07/02/15:15:52
Xref: | news2.mv.net comp.os.msdos.djgpp:5586
|
From: | Daniel Zeman <dzem0338 AT barbora DOT ms DOT mff DOT cuni DOT cz>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Documentation?
|
Date: | Mon, 01 Jul 1996 13:03:06 +0000
|
Organization: | Matematicko-fyzik=?iso-8859-2?Q?=E1ln=ED fakulta UK, Praha?=
|
Lines: | 29
|
Message-ID: | <31D7CC8A.10F@barbora.ms.mff.cuni.cz>
|
NNTP-Posting-Host: | s5-45.ms.mff.cuni.cz
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi,
I'm searching for answers to some questions I have not found neither
in the djgpp info files, nor in the FAQ list. I'd like to see a list
of differences between GNU C++ and the standard. I know, some are
described in the info file GCC/Invoking GCC/G++ dialect (or so).
But, e.g. I don't know which additional data types are available etc.
Particularly, I define in my program a type named "bool" and it seems
to me that this is already defined in G++. As I typed
typedef unsigned char int8;
typedef int8 bool;
I received a warning I don't understand:
"abstract declarator used for declaration"
So, where can I find a list of new types and features. And is there
a list of error/warning messages with more detailed description?
Thanks, Dan
--
**********************************************************************
* Daniel Zeman, student, MFF UK, Praha *
* e-mail: dzem0338 AT barbora DOT mff DOT cuni DOT cz *
* http://www.ms.mff.cuni.cz/acad/webik/~dzem0338/ *
* telefon: (+42)(2) 7399307 *
* "Clovek bez znalosti matematiky je jako ryba bez bicyklu." *
**********************************************************************
- Raw text -