Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Q about header and resource files

WSinc
New Contributor I
812 Views

I am not sure these apply to a Fortran situation.

Would a resource file be something like a DATA file?

I have data files as inputs to some of my applications.

For example: OPEN(1,file="input.dat",form="formatted,"status="old")

Likewise, would header files include MODULES, for example?

Some of this might only apply to C++ situations, and Visual Studio is supposed to do both, right?

0 Kudos
2 Replies
WSinc
New Contributor I
812 Views

Yes, I know I made a boo-boo, but that's just an example.

0 Kudos
Steven_L_Intel1
Employee
812 Views

Are you asking about the "virtual folders" that you see in a Visual Studio project? Those are really just for the programmer's convenience - they have no intrinsic meaning. For "header" files think INCLUDE - files that are not directly compilable. Resource files are a specific kind of source that defines dialog boxes and the like.

0 Kudos
Reply