User Tools

Site Tools


haas:fall2019:c4eng:projects:dtr0info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
haas:fall2019:c4eng:projects:dtr0info [2019/08/23 21:53] – [Hexadecimal as a binary short hand] wedgehaas:fall2019:c4eng:projects:dtr0info [2019/08/25 21:01] (current) – [Declaring variables] wedge
Line 45: Line 45:
 </code> </code>
  
 +=====Naming your source file=====
 +Remember to name your source file with a ".c" at the end: **dtr0.c**
 +
 +Especially as we will be creating a **dtr0** executable, there will be a naming conflict, and if you are not careful, you may lose your source code if in a separately named file called **dtr0.c**
 =====Binary representation===== =====Binary representation=====
 The computer is a binary device. That means it stores and transacts all its data in base 2, where there are only 2 counting bits: 0 and 1. The computer is a binary device. That means it stores and transacts all its data in base 2, where there are only 2 counting bits: 0 and 1.
haas/fall2019/c4eng/projects/dtr0info.1566597221.txt.gz · Last modified: 2019/08/23 21:53 by wedge