Discord server for 240: https://discord.gg/5JHxCeQc8Y
Official SI schedules: Save this following information where you can access it easily.
T/Th - Johnson Tong @ 5:15 PM to 6:30 PM, CS 209 in person, zoom: https://fullerton.zoom.us/j/88611581134
M/W - Samuel Valls @ 11:00 AM to 12:15 PM, CS 209 in person, zoom : https://fullerton.zoom.us/j/85950907708
Online resources you can use. These video eliminate the boredom of programming. Try one of the Creel teaching video and discover the fun of programming.
Misconceptions about assembly programming video
C and C++ language standards. Adopted from Wikipedia articles.
For C language: c89, c95, c99, c11, gnu11, c17. [gnu11 was a special standard set by the gnu organization and implemented by gnu's compiler.]
For C++ language: c++98, c++03, c++11, c++14, c++17, c++20 aka c++2a.