You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* File: */
/* Author: */
/* This codes is generated by CFortranTranslator */
/* CFortranTranslator is published under GPL license */
/* refer to https://github.com/CalvinNeo/CFortranTranslator/ for more */
/**********************************************************************/
#include "../for90std/for90std.h"
#define USE_FORARRAY
int main()
{
return 0;
}
. There were no error messages, but the result was incorrect.
The text was updated successfully, but these errors were encountered:
Hi @whycng, Could you run in debug mode by CFortranTranslator.exe -dFf demos/helloworld.f90 > target.cpp, and we could see what happened.
However, I guess it is because the relative path demos/helloworld.f90 is wrong. You can try with an absolute path like C:/xxx/xxx/demos/helloworld.f90
I compiled this project using MSVC v141 and generated an EXE file without any errors. When I ran the 'hello world' demo,
the generated C++ file looked like this:
. There were no error messages, but the result was incorrect.
The text was updated successfully, but these errors were encountered: