Search
Fundamental product programming
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
Recent Posts
See AllSource Control allows you to track certain files over time. If you mess up or delete something you need back you can always return to a...
Commentaires