Software Archive
Read-only legacy content
17061 Discussions

QUICKWIN and C/C++ output

Intel_C_Intel
Employee
158 Views
I am developing a QUICKWIN application and are calling C/C++ routines from FORTRAN. How do I send text output to the text window from within C or C++ (using the usual way like e.g. cout << "hello world"; ?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
158 Views
You can't. You'll have to call back into Fortran code to do the writes.

Steve
0 Kudos
Reply