Search
Fundamental product programming
- Yuuki

- Oct 9, 2019
- 1 min read
Updated: Nov 22, 2019
C++ is a lower level language than python.
Logic error is where you've screwed up.
Syntax error is due to a typo or wrong syntax used.
Switch statement is a list of if, else statements.
Compiled languages are converted into machine code prior to execution.
Interpreted languages are compiled to machine code at the time of execution.
What do we need to write a computer program.
1) a text editor.
2) a program to compile /interpret your text into machine code.
IDE integrated development environment
Pre-process Directives - using / include functions
A class is a data structure



Comments