Expert C Programming: Deep SecretsThis book is for the knowledgeable C programmer, this is a second book that gives the C programmers advanced tips and tricks. This book will help the C programmer reach new heights as a professional. Organized to make it easy for the reader to scan to sections that are relevant to their immediate needs. |
Iz vsebine knjige
Zadetki 1–3 od 12
Stran 98
This is termed an l-value. An l-value is known at compiletime. An l-value says
where to store the result. The symbol y, in this context, means the contents of the
address that y represents. This is termed an r-value. An r-value is not known until
...
This is termed an l-value. An l-value is known at compiletime. An l-value says
where to store the result. The symbol y, in this context, means the contents of the
address that y represents. This is termed an r-value. An r-value is not known until
...
Stran 245
Deep Secrets Peter van der Linden. Array Access Intermediate code for (i=0;i<10;
i++) a[i] = 0; load l-value(a) into R1 (can be hoisted out of loop) load l-value(i) into
R2 (can be hoisted out of loop) load [R2] into R3 if necessary, scale R3 add R1 ...
Deep Secrets Peter van der Linden. Array Access Intermediate code for (i=0;i<10;
i++) a[i] = 0; load l-value(a) into R1 (can be hoisted out of loop) load l-value(i) into
R2 (can be hoisted out of loop) load [R2] into R3 if necessary, scale R3 add R1 ...
Stran 351
L. language lawyers , 22, 74 late binding , 315 latency , 172 leak , 183, 187 line ,
178, 179 linked list , 193, 221, 286 linker , 110 lint , xx, 59, 212, 246 Lint Party , 60
LISP , 86, 193 locality of reference , 271 longjmp , 153 lpr , 125 l-value , 98, ...
L. language lawyers , 22, 74 late binding , 315 latency , 172 leak , 183, 187 line ,
178, 179 linked list , 193, 221, 286 linker , 110 lint , xx, 59, 212, 246 Lint Party , 60
LISP , 86, 193 locality of reference , 271 longjmp , 153 lpr , 125 l-value , 98, ...
Mnenja - Napišite recenzijo
LibraryThing Review
Uporabnikova ocena - kalafjj - LibraryThingA very enjoyable read. Not only will you learn aspects of C in great detail (the section on pointers vs. array is excellent), but the author writes in a witty manner I haven't typically found in programming books. (The style reminded me a bit of Programming Perl by Larry Wall.) Celotno mnenje
Vsebina
1 C Through the Mists of Time | 1 |
2 Its Not a Bug Its a Language Feature | 31 |
3 Unscrambling Declarations in C | 63 |
Avtorske pravice | |
10 preostalih delov ni prikazanih
Druge izdaje - Prikaži vse
Pogosti izrazi in povedi
a.out activation record address space algorithm allocated ANSI ANSI C Standard argument array of pointers assignment barometer base class BCPL bytes cache char character compiler compiler-writer const convention data segment data structures debugging declaration default define definition destructor disk dynamic linking element example executable expression Figure float Fortran function call gettoken Handy Heuristic hardware header file identifier Iliffe vector implementation inheritance input integer Intel kernel keyword l-value linker lint longjmp look machine malloc manpage memory leak MS-DOS multidimensional arrays nextstate null object operand operating system parameter printf problem Programming Challenge programming language prototype reference return TYPE routine runtime segmentation fault setjmp/longjmp signal Software Dogma statement statically linked string string literals struct subscript SunOS switch symbol syntax system call There’s thing Turing test typedef UNIX variable virtual memory void write