cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
bool
bool
Sep 28, 2009 at 5:12pm UTC
VictorH
(41)
...should work in plain old C, right? Sorry for posting a C question in this forum but I like the C++ crowd better...
Sep 28, 2009 at 5:31pm UTC
mcleano
(922)
Simple google man:
http://en.wikipedia.org/wiki/Boolean_data_type
Sep 28, 2009 at 6:13pm UTC
firedraco
(6243)
It works if you
#include <stdbool.h>
I believe.
Topic archived. No new replies allowed.