Some short notes here on the lecture:-
source code
compiler
object code 0 and 1
while (true) - can run forever
for loop - iterate from 0 to 10
variable - store something
counter - counts forever
boolean expressions eg if x>y
compiler - eg gcc
standard environment linux - a hypervisor
cs50 appliance - gedit
\n is actually new line
string s %s
printf is part of stdio.h
cs50.h library has functions
GetString
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
No comments:
Post a Comment