A Structured Approach to Programming |
Kitabın içinden
82 sonuçtan 1-3 arası sonuçlar
Sayfa 243
The fact that the type person had not yet been defined does not create a problem
for the compiler . Note , however , that if you define something to be a pointer to a
type which is never defined , you get a compile - time error . Pointers can be ...
The fact that the type person had not yet been defined does not create a problem
for the compiler . Note , however , that if you define something to be a pointer to a
type which is never defined , you get a compile - time error . Pointers can be ...
Sayfa 263
#define MAX_USER_ID 100 int privileged , user ; struct { char * name ; float
money ; } users ( MAX_USER_ID ] ... Main unit contains variable definition extern
int privileged ; io_display_user ( user_id ) int user_id ; { printf ( " User # % d is ...
#define MAX_USER_ID 100 int privileged , user ; struct { char * name ; float
money ; } users ( MAX_USER_ID ] ... Main unit contains variable definition extern
int privileged ; io_display_user ( user_id ) int user_id ; { printf ( " User # % d is ...
Sayfa 264
Finally , in each unit which references these public variables , define GLOBAL to
be equivalant to extern : #define GLOBAL extern This avoids having to keep two
separate lists of public variables consistent and in synch . Occasionally , you ...
Finally , in each unit which references these public variables , define GLOBAL to
be equivalant to extern : #define GLOBAL extern This avoids having to keep two
separate lists of public variables consistent and in synch . Occasionally , you ...
Kullanıcılar ne diyor? - Eleştiri yazın
Her zamanki yerlerde hiçbir eleştiri bulamadık.
Diğer baskılar - Tümünü görüntüle
A Structured Approach to Programming Joan Kirkby Hughes,Jay I. Michtom,Jay I.. Michtom Metin Parçacığı görünümü - 1977 |
Sık kullanılan terimler ve kelime öbekleri
actual addition allow approach argument begin block called Chapter char character CHECK COBOL compiler completed condition contains create data items define definition detail determine DOWHILE error example executed exit expression Figure flow formatting function GOTO handle hierarchy chart hour implementation indentation indicator initialization input invoked language limited logic loop manager MASTER modified module MOVE necessary nested Note operation output paragraph parameter Pascal passed PERFORM planning pointer possible Print problem procedure produce provides pseudo code READ readability record reference refinement routine sales rep segment separate sequence shows single solution specifications stack standard statement step structured programming stub test data top-down TRANSACTION true unit UPDATE valid variable walk-through WRITE written
Bu kitaba yapılan referanslar
Microcomputer Experimentation with the Intel SDK-85 Lance A. Leventhal,Colin Walsh Metin Parçacığı görünümü - 1980 |