about
Bits References
08/02/2024
Bits References
Bits, languages, VS Code
Bits Index
Table 1. References
| Tool Chain References | Comments |
|---|---|
| VS Code IDE | VS Code using language toolchains, launch.JSON files, and plugins. |
| VS Code Variables Reference | References for VS Code terms used in launch.JSON and tasks.JSON. |
| Cargo Tutorial | Examples for build, run, test commands and dependency configuration. |
| Language References | Comments |
| C++ Tutorial - w3schools | Interactive examples of syntax, functions, and classes. |
| C++ Reference | Thorough discussion of syntax and libraries. |
| Rust Tutorial - tourofrust.com | Examples of syntax, borrowing, cargo. |
| Rust Programming Language | Covers most of the language at beginning to intermediate levels. |
| C# Tutorial - w3schools | Interactive examples of syntax, functions, and classes. |
| Python Tutorial - w3schools | Interactive examples of syntax, functions, and classes. |
| JavaScript Tutorial - w3schools | Interactive examples of syntax, functions, and classes. |