about
12/11/2022
Basic Track Summary
Basic Track Summary
Platforms, Programming, and Object Models
Basic Bites Index
- Arthur Ashe
Table 1. - Getting Started
Step | To Do |
---|---|
1. - Acquire Tools | In Tooling scroll to section 3. Development Process. The first row shows how to download and install tools to build C#, C++, and Rust. That works for Windows, Linux, and MacOS. Cheers! |
2. - write hello world |
|
3. - probe code features | Frequently, when you look at a new type or feature of the language, use web execution engines in step 2. to try out the new thing and twist it a bit to see what happens. Save your code to clipboard [ctrl-c] and paste [ctrl-v] into a file or snippet (see step 5.) |
4. - install git |
download from github or
download from git-scm.com git commands - Josh Hibbert git commands - git-scm git Cheat Sheet git walkthru from this site When I've changed something in a local repository I use a terminal and emit:
Details |
5. - open github account | If you don't already have one, open an account - it's free. You can save code you've worked on in a github code snippet. Make a snippet repository locally and save your first snippet there. Make a github snippet repository and push your local repository every time you add new code. |