Skip to content

Files

Latest commit

b544c14 · Sep 24, 2024

History

History
49 lines (24 loc) · 2.71 KB

02-where-to-write-code.md

File metadata and controls

49 lines (24 loc) · 2.71 KB

Back to Main | Previous Page

Where do I write my code?

How to start coding?

Where do I write my code?

Online Compiler

Programiz

Since some of you may not have installed an IDE (Integrated Development Environment) on your computer yet, you may use an online version to write your code. For your Tutorial 0, Programiz(https://www.programiz.com/c-programming/online-compiler/) is a good choice.

Online Cpp

For Tutorial 1, as we will start to learn how to work with multiple .c .h files, Online Cpp(https://online-cpp.com) is a good choice for multi file programming

However, remember to switch to C instead of C++

Github Codespace

As we will start to learn how to work with multiple .c files in Tutorial 1 and your homework, please create a workspace on Github Codespace. The environment is similar to VSCode. However, we do not really recommend setting it up on your machine as it may be troublesome to install the C compiler (unless you already have it installed). Hence, we will use this for now.

However, if you insist to work on your computer's VSCode, please refer to our guide (the tutorial for Windows only):

CubeIDE

For robotics programming, we will teach you to install CubeIDE, which is where you will spend the majority of your time during our tutorials.

You are recommended to set it up now, but we will make sure your installation works in the first tutorial. Please refer to our guide:

If your computer cannot flash code to the board, please refer to the guide here.

Comic GG

(We hope that it does not take too long for you to setup)

Continue to The Next Page