Why mess around with any other C programming reference book when this is the only book you'll ever need? Internationally recognized programming authority Herb Schildt includes everything you'll need to know about programming in C in this one comprehensive volume. Revised and updated to include the latest developments in C programming, The Complete Reference, Third Edition answers all of your C questions clearly and concisely. To help you with quick fact-finding, the book is divided into five parts, each covering an important aspect of C. You'll find an overview of C, an extensive summary of C library functions, algorithms, and C applications, and a discussion of the C programming environment. The hallmark of the book is the many and varied examples that clarify each major concept.
Best-selling author Herbert Schildt has written extensively about the Java, C++, C, and C# programming languages. His books have sold millions of copies worldwide and have been widely translated. Herb's books have been used in education, corporate training, and individual study. Although he is interested in all facets of computing, Herb's primary focus is computer languages, especially the standardization of languages. He was a member of the original ANSI committee that standardized the C language in 1989, and he was a member of the ANSI/ISO committee that updated that standard in 1999. He was a member of the original ANSI/ISO committee that standardized C++ in 1998 and he was a member of the ANSI/ISO committee that updated the standard for C++ in 2011.
Herb holds both graduate and undergraduate degrees from the University of Illinois, Urbana/Champaign.
Este é um livro que apenas formaliza a teoria de programação em linguagem C, de maneira que, se você está começando a se familiarizar com o assunto, ou está tentando aprender como programar, eu aconselharia a não começar por esse livro. Eu não avalio este livro como ruim, ele apenas não serviu aos meus propósitos como estudante.
Solid and extended course of C/Cpp programming. Explaining all the stuff you may deal with it makes your life easier whenever you doubt in something. Clear, informative, and full of valuable information.
Complete coverage of all components of C programming. Covers universal basics such as variables, arrays, operators, and functions. Also covers concepts specific to C and C++ such as points, memory management, and the standard template library. Learning C is useful as a foundation for C++, hacking a lot of C linux programs, or for small, fast programs, but C lacks the object oriented data structures for larger scale organization.
Insightful book on how the language is interwined. Explores almost all aspects of the language taking time to explain everything in detail. Hebert Schildt masterpiece. After this book C-based languages will be a lot easier to learn.