We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f42f6 commit e54a635Copy full SHA for e54a635
README.md
@@ -50,7 +50,16 @@ export CXXFLAGS=-I$CPLUS_INCLUDE_PATH
50
export CFLAGS=$CXXFLAGS
51
```
52
53
-## Error handling in Fortran with C/C++ main program
+## Examples
54
+
55
+While the examples prioritize C++, there are also several companion C examples to go with the C++ examples.
56
+There are also some Fortran main programs calling C or C++.
57
58
+### arrays
59
60
+The examples "array", "malloc", "vector" show distinct ways to send arrays to/from Fortran with C and C++.
61
62
+### Error handling
63
64
Using Fortran statement "stop" or "error stop" with a C/C++ main program works like with a Fortran main program.
65
The "error" examples show this.
0 commit comments