Does Visual C++ support C99?
- From: "Frederick Ding" <me@xxxxxxxxxxx>
- Date: Mon, 5 Dec 2005 00:22:41 +0800
Hi, guys!
I used #include <stdbool.h> in my c file to use _Bool type, but it fails
to compile:
fatal error C1083: Cannot open include file: 'stdbool.h': No such file
or directory
I wonder if Visual C++ 2005 support C99 or part of C99? I need the
detailed information, please.
.
- Follow-Ups:
- Re: Does Visual C++ support C99?
- From: P.J. Plauger
- Re: Does Visual C++ support C99?
- From: Igor Tandetnik
- Re: Does Visual C++ support C99?
- Prev by Date: Re: CTime::Format
- Next by Date: Re: Does Visual C++ support C99?
- Previous by thread: CTime::Format
- Next by thread: Re: Does Visual C++ support C99?
- Index(es):
Relevant Pages
|