how to start write some code? #3723
Unanswered
Richard-happy
asked this question in
Q&A
Replies: 1 comment
-
You want to write C++ code (although we use the suffix .C for those, somewhat confusingly); almost none of libMesh has pure-C shims. You can put your new files in any path you choose. There are a dozen different ways to set up your build system, but if you're looking for "just any way" as a starting point, I'd suggest going to your install directory, then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have completed the step make install . Now I want to try to write codes. Please tell me if I want to write C code ,which file path I should put the file in and what commands I should run. Please help me
Beta Was this translation helpful? Give feedback.
All reactions