Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

Enod of line characters in CVF6.6 vs. VS6

ae6961t
Beginner
558 Views
The MS-VC++ 6 compiler offers "Text and Binary file translation modes" modes in the fopen statement. This effects the end of line characters in ASCII files, and makes it easier to move data files from Unix to Windows.

Does CVF6.6 have an option that is the equivalent of the fopen "b" tag that will eliminate the LF(CTRL-M) at the end of fortran writes? Is there another way to write ascii files from CVF6.6 that look like "Unix" files? (CR but no LF).

0 Kudos
0 Replies
Reply