12.010.lec08 - massachusetts institute of technologytah/12.010/12.010.lec08.pdf · — postfix...

Post on 30-Jun-2020

17 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

1

2

3

4

5

6

7

Infix notation is the notation used where arguments are entered first and the operator.

8

9

10

11

12

13

We will return to pointers later. Only got to here 2006 TAH

14

15

The difference between a standard object module (the result of compiling with the -c option) and a library (such as libraries.a above) is that only the modules that are needed are loaded from the library. When on object module (.o extent) or a Fortran module (.f extent) is included all the routines from these are linked to the program even if they are not needed.

16

17

18

19

Place we are likely to get to in first lecture.

20

top related