about
Bits References
08/02/2024
Bits Code in github Repo

Bits References

Bits, languages, VS Code

Bits Index Bits Track Summary Overview of Bits Bits Repository Document for Bits code repository Introduction Initial language comparisons Tooling Compilers, builders, VS Code IDE C++ Hello "Hello World" program with links to Rust, C#, Python, and JavaScript C++ Data Basic types and instances C++ Objects Standard and user-defined types C++ Generics Generic types and functions C++ Iteration Iterators and iteration    
This page links to references for Languages and Visual Studio Code (VS Code).

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.
  Next Prev Pages Sections About Keys