Our mental math explorations continue! This week we will explore multiplying and 1-, 2-, or 3- digit number by 11
We'll also learn how to let the computer make decisions, using if statements
Week 2
I've had some good conversations with various individuals on aspects of C over the past week.
You can and are encouraged to clone your BitBucket repository onto lab46 so you can add/commit/push work you do in the lab to it for Joe's consideration.
Should you need assistance, an increasing number of people have been getting this set up
Kyle, our excellent LAIR tutor, can also be of immense value in helping you to achieve success
The next C project has been unveiled, mms0, which will let us explore the modeling of a mental math trick in C code (what better way to solve a problem– to learn a new skill and then apply it to code!)
Week 1
Welcome! I've wrapped all the initial activities into one project, cci0, that I'd like you to perform by the given deadline (by 11:59:59pm / 23:59:59).
Get familiar with logging into the pod systems and/or LAIRstations, and once there:
open up a terminal
log that terminal onto Lab46 for class work and attendance
Get familiar with how to log onto Lab46, and once on:
change to your src/ subdirectory
create/edit .c files (such as hello.c), and how to save/exit
compile the C program (.c file(s)) into an executable with gcc
execute the compiled C program (the executable) by specifying a path: ./program_name
haas/spring2015/cprog/projects.1423139778.txt.gz · Last modified: 2015/02/05 12:36 by wedge