- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apparently, in Linux and Mac versions of Intel Fortran, one can just include c code into the "make" files for the project. And it gets automatically compiled.
Is there anyway to do something similar in Windows from the IDE approach?
Linda
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was hoping somebody else would jump in, but what the heck. BYTESWAP8, to the best of my knowledge, does nothing in standard C because it isn't defined there. Searching for it with Google leads me to suspect it is commonly a macro (preprocessor pseudo-function) that reverses the order of the bytes in an eight-byte word.
The reason you'd want to do this is if you have a binary data interchange format (file or network packet) that needs to interoperate between big-endian and little-endian machines. http://en.wikipedia.org/wiki/Endianness

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »