LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

C99 bool type not implemented?

We don't have the C99 bool type in CVI?  stdbool.h?  _Bool ?  true, false?

 

 

0 Kudos
Message 1 of 5
(4,474 Views)

As of CVI2010, bool is still missing, see here

0 Kudos
Message 2 of 5
(4,471 Views)

Just started using CVI 2010 so hadn't figured out it was still missing.

 

I suppose it isn't so much that bool itself is a compelling deficiency in CVI, the problem seems to me to be more so that you have to keep track of a confusing medley of what's implemented and what's not.  For example, using a good reference such as H&S for C, you're going to be confused all the time because the reference generally is written to C99, some of which you'll be able to use in CVI and some you won't.

0 Kudos
Message 3 of 5
(4,440 Views)

For what it's worth, in CVI2015, stdbool.h is now included.

0 Kudos
Message 4 of 5
(4,012 Views)

Thanks for the info.

0 Kudos
Message 5 of 5
(4,002 Views)