Changes

Jump to navigation Jump to search
Line 971: Line 971:  
They cannot be accessed by derived classes, objects of the class, or external code.
 
They cannot be accessed by derived classes, objects of the class, or external code.
 
Used to encapsulate data and hide implementation details.
 
Used to encapsulate data and hide implementation details.
 +
 +
======So where do these undefined chunks of code come from?======
 +
 +
We haven't had any nice import functions to do this for us so how can these references to external functions be addressed?
 +
 +
We need to 'link' the code we have written with the development hooks of the libraries we imported earlier.
 +
 +
We need something to 'make' our programme. Enter the makefile . . .
    
=====makefile=====
 
=====makefile=====
1,112

edits

Navigation menu