- Регистрация
- 27 Авг 2018
- Сообщения
- 37,499
- Реакции
- 534,763
- Тема Автор Вы автор данного материала? |
- #1
while (dead_horse)
beat ():
If you’re like most people, the above seems like nonsense. Actually, it’s computer sense—C programming. After digesting C For Dummies, 2nd Edition, you’ll understand it. C programs are fast, concise and versatile. They let you boss your computer around for a change. So turn on your computer, get a free compiler and editor (the book tells you where), pull up a chair, and get going. You won’t have to go far (page 13) to find your first program example. You’ll do short, totally manageable, hands-on exercises to help you make sense of:
- All 32 keywords in the C language (that’s right—just 32 words)
- The functions—several dozen of them
- Terms like printf(), scanf(), gets (), and puts ()
- String variables, numeric variables, and constants
- Looping and implementation
- Floating-point values
- Design and develop programs
- Add comments (like post-it-notes to yourself) as you go
- Link code to create executable programs
- Debug and deploy your programs
- Use lint, a common tool to examine and optimize your code
INFORMATION PAGE:
DOWNLOAD: