
좋은땅 가이드
우리는 당신과 함께
좋은 책을 만드는
좋은땅 출판사입니다
좋은땅 고객센터
상담 가능 시간
평일 오전 9시 ~ 오후 6시 (점심 시간 12 ~ 1시 제외)
주말, 공휴일은 이메일로 문의부탁드립니다
- Tai-hoon Kim and Debnath Bhattacharyya
- 좋은땅
- 2015년 09월 11일
상세 이미지

책 소개
This is the first edition of “Programming in ANSI C with undocumented features” In the years since, much has happened in the programming world. The Internet and the World Wide Web became an integral part of the computing landscape, Java was invented, and C++ was standardized.
At the same time, a new standard for C, called C99, was created. Although C99 did not grab many headlines, In the onrush of events, it is easy to focus only on the new, overlooking the sturdy foundation upon which the future is built. C is such a foundation. Much of the world's code runs on C. It is the language upon which C++ was built, and its syntax formed the basis for Java. However, if C were simply a starting point for other languages, it would be an interesting, but dead, language. Fortunately for us programmers, this is not the case. C is as vital today as when it was first invented. As you will see, the C99 standard contains new and innovative constructs that once again put C at the forefront of language development. Although C's progeny (C++ and Java) are certainly important, C has a staying power that no other computer language can claim.
목차
Detailed Contents
1. Introduction
2. Data types, Constants and Variables
3. Operators and Expressions
4. Elementary Input and Output functions
5. Control Flow
6. Loops in program
7. Simple Functions
8. Arrays
9. Pointer
10. Structures and Unions
11. String handling
12. Dynamic Memory Allocation
13. Reading C Declarations
14. Input Output Functions
15. Creation of Your Own Library
16. The Preprocessor
17. More on Data File Handling in C
18. Memory Management in C
19. More on pointers and memory
20. Programming Examples