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 32
Stran 143
Address space of a process highest memory address stack segment (data local
to functions) a.out file a.out magic number other a.out contents
sizeneededforBSS segment data segment initialized global and static variables
textsegment ...
Address space of a process highest memory address stack segment (data local
to functions) a.out file a.out magic number other a.out contents
sizeneededforBSS segment data segment initialized global and static variables
textsegment ...
Stran 144
Note that the lowest part of the virtual address space is unmapped; that is, it is
within the address space of the process, but has not been assigned to a physical
address, so any ref- erences to it will be illegal. This is typically a few Kbytes of ...
Note that the lowest part of the virtual address space is unmapped; that is, it is
within the address space of the process, but has not been assigned to a physical
address, so any ref- erences to it will be illegal. This is typically a few Kbytes of ...
Stran 194
If instead you see something like: fetch at 0xeffe7a60 failed -- I/O error (dbx) then
it probably has run out of stack space. That hex number is the stack address
which could not be mapped or retrieved. You can also try adjusting the segment ...
If instead you see something like: fetch at 0xeffe7a60 failed -- I/O error (dbx) then
it probably has run out of stack space. That hex number is the stack address
which could not be mapped or retrieved. You can also try adjusting the segment ...
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