NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

LabWindows/CVI Tip: Helpful ANSI 99 Features

VERSION 1 Published

Created on: Mar 17, 2008 10:24 AM by Wendy L - Last Modified:  Mar 17, 2008 10:26 AM by Wendy L

 

 

Declare Variables Anywhere in Your Code like C++/Java and other helpful ANSI 99 features

 

A subset of C 99 features have been implemented in LabWindows/CVI 8.5 (which SSP customers should have already received). Even though a subset of the features in the ANSI 99 standard have been implement, CVI is not fully C 99 compliant (which is also the case for many C/C++ development environments). To learn more about available ANSI 99 features and how to enable them, read LuisG post on the following thread.
Some C 99-specific features include:

  • Declaring variables in the middle of a block

  • Macros with variable arguments.

  • Allocating memory on the stack (alloca call).

  • Support for the long long data type

Minimum Version: CVI 8.5

 

 

 

 


CATEGORIES:
Product Category: LabWindows/CVI
Industry: ATE/Instrumentation
Development Topic: Programming Fundamentals
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...