책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > C
· ISBN : 9780789751980
· 쪽수 : 352쪽
· 출판일 : 2013-08-07
목차
Part I: First Steps with C 1. What is C Programming? 2. How Do I Get Started in C? 3. How Do I Know What's Happening? 4. Can I See Results? 5. How Do I Store Stuff? 6. Can C Store Words? 7. What Do include and define Mean? 8. Can I Ask the User Questions? 9. How Does C Do Math? Part II: The Operating Room 10. What Else Can I Do With Expressions? 11. Can I Compare Two Values? 12. How Do I Test Several Things at Once? 13. Are There More Operators? 14. How Can I Do the Same Stuff Over and Over? 15. Are there Other Loops? 16. What If I Want to Stop in the Middle of a Loop? 17. How Can I Test Lots of Values? 18. How Else Can I Control Input and Output? 19. Can You Tell Me More About Strings? 20. Can C Do My Math Homework? Part IV: C Programs and Lots of Data 21. How Does C Work with Lists? 22. How Can I Search for Data? 23. How Can I Arrange and Alphabetize? 24. What's the Point? 25. How Are Arrays and Pointers Different? 26. Where's More Memory? 27. How Do I Store Lots of Data? Part V: Form Follow Functions 28. Can My Programs Save Stuff on Disk? 29. Is There Another Way to Save Files? 30. How Can I Better Organize My Programs? 31. How Do Functions Share Data? 32. How Can I Perfect My Functions? Appendixes A. Where Do I Go From Here? B. Playing Around with C Blackjack C. The ASCII Table