- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just bought VCF for window, and want to translate my c code to it. I have a question on the integer data type. Is it true that no matter which kind of integer, I can just use "integer" to define it? Is there a corresponding type "long" in C as in VCF?
Thanks,
Erhei
Thanks,
Erhei
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just answered the question about big integer types on the linux forum. Define the LONG (8 byte) kind using standard Fortran syntax. The default integer in Intel Fortran is 32 bits. Windows C int and long also are 32 bits. While it does matter which kind of integer, you most likely want the default kind.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page