C++
What is C++
C++ is a standardized coding language that builds upon the C language. It offers more flexibility with data and file management then coding languages like python and r. As well as offering object-oriented coding.
What can you do with C ++
-
Develop Games, apps, webpages, and websites.
-
You can Manage your programs memory capacity on your processing system.
-
Create Code for sensors and other embedded systems
-
Control Graphical user interfaces (GUI’s)
Resources
Applied / Domain-Specific Resources
| Resource | Author / Provider | Best for (goal) | Level |
|---|---|---|---|
| nkrishnaswamy | Nikhil Krishnaswam | Using C code to orient and locate objects from files and do large computations | Intermediate |
| dsoprea: github | dsoprea:github | Using C++ to filter through a website for key information | Advanced |
| Medium: A Beginners Guide to Understanding C Programming for Web Developers | Medium | Learning the Basics of C Programming | New to Programming |
Online Courses / Structured Learning Paths
| Resource | Author / Provider | Best for (goal) | Level |
|---|---|---|---|
| Learn C++ | Code Academy | Learning how to use C++ coding | Beginner |
| Learn Intermediate C++ | Code Academy | Understanding more complex C++ Concepts beyond introduction | Intermediate |
| Learn Object Oriented Programming with C++ | Code Academy | Learning Object Oriented Programming concepts with C++ | Intermediate |