Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a tutorial for C #470

Open
seisman opened this issue Mar 11, 2022 · 1 comment
Open

Add a tutorial for C #470

seisman opened this issue Mar 11, 2022 · 1 comment
Milestone

Comments

@seisman
Copy link
Member

seisman commented Mar 11, 2022

Possible content for the C tutorial:

  1. Write a simple C code in vscode
  2. Compile the C code in terminal
  3. Run the C code and see the output
  4. Write an example with a slightly complicated C code (two .c file, a .h file, linking with the math library -lm)
  5. Compile the complicated C code and run
  6. Perhaps we should explain more about compilation and linking.
  7. Provide links for online resources
@seisman
Copy link
Member Author

seisman commented Mar 11, 2022

For Fortran, the tutorial is similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant