Skip to content

reparke/Programming-Language-Transition-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Language Transition Guide

The goals of these documents are to help you translate your familiarity with Python, C++, or Java into one of the other languages. The main focus here is to guide those with Python experience to be able to program for Arduino in C++ so certain advanced features of each language are not covered.

C++ Quick Start Guide

This C++ Quick Start Guide covers the basic language features to write simple programs.

Code Comparison

Below are examples of complete programs using functions, arrays / lists, and classes in C++, Python, and Java. Each group of programs performs the same functionality so you can compare C++ to a language you might be more familiar with.

You can also download all the source code directly.

  1. Basic Syntax
  2. Functions
  3. Arrays
  4. Classes
  5. Inheritance

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published