LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting Functions list CVI

Hello,

 

I am new and just starting to learn labwindow cvi.  I learned C and C++ but not labwindow.

Can anyone help me to identify the comparision between C++ console I/O and labwindow fmtout..?

Does anyone have the list of the name of the functions of labwindow and explaine what each of one does?

 

Thanks in advanced

 

cnv

0 Kudos
Message 1 of 2
(2,806 Views)

CVI is basically a C-compiler . So you can use the C-stdio functions ( printf() and friends) out of the box . And the CVI specific functions (FmtOut() and friends ) are basically somewhat extended variants of printf with more options for the format strings. Whereas the C++ IO concept ( streamobjects like cout ) ist quite different.  

For ´Documentation have a look into to the CVI help,library reference, Formating and IO library.  

0 Kudos
Message 2 of 2
(2,796 Views)