C++ Development Practice #27074
-
In an effort to increase my ability to comprehend and apply C++ programming to my MOOSE applications, I would like to make and test the output for coding such as "Hello World". Is it possible to make and test simple programs, not associated with numerical analysis in the MOOSE environment, or do I need to install a dedicated C++ compiler? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello You can use the compilers we shipped with the conda packages to compile simple programs as well. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
You can use the compilers we shipped with the conda packages to compile simple programs as well.
There's a hello world script here https://mooseframework.inl.gov/help/faq/build_issues.html
you can use
Guillaume