暖昧关系 发表于 2025-3-25 05:20:41

Applications with Strings and Text,his chapter you’ll extend your knowledge of arrays by exploring how you can use arrays of characters. You’ll frequently have a need to work with a text string as a single entity. As you’ll see, C doesn’t provide you with a string data type as some other languages do. Instead, C uses an array of elements of type char to store a string.

壁画 发表于 2025-3-25 10:05:48

Structuring Your Programs,ure. When confronted with a big task, the most sensible thing to do is break it up into manageable chunks. You can then deal with each small chunk fairly easily and be reasonably sure that you’ve done it properly. If you design the chunks of code carefully, you may be able to reuse some of them in other programs.

Myosin 发表于 2025-3-25 15:16:57

More on Functions, foundation by exploring how functions can be used and manipulated; in particular, you’ll investigate how you can access a function through a pointer. You’ll also be working with some more flexible methods of communicating between functions.

捏造 发表于 2025-3-25 17:17:00

http://reply.papertrans.cn/19/1823/182269/182269_24.png

严厉批评 发表于 2025-3-25 21:59:17

Working with Files,with would be severely limited. Virtually all serious business applications require more data than would fit into main memory and depend on the ability to process data that’s stored on an external device, such as a fixed disk drive. In this chapter, you’ll explore how you can process data stored in files on an external device.

faucet 发表于 2025-3-26 02:33:03

http://reply.papertrans.cn/19/1823/182269/182269_26.png

dithiolethione 发表于 2025-3-26 07:08:45

http://image.papertrans.cn/b/image/182269.jpg

overrule 发表于 2025-3-26 12:11:17

Martin Schuerenberg,Soeren-Oliver Deiningerite and the flexibility you can build into them. You’ll add one of the most powerful programming tools to your inventory: the ability to compare the values of expressions and, based on the outcome, choose to execute one set of statements or another.

curettage 发表于 2025-3-26 13:44:31

Nobuhiro Zaima,Mitsutoshi Setouhis chapter you’ll extend your knowledge of arrays by exploring how you can use arrays of characters. You’ll frequently have a need to work with a text string as a single entity. As you’ll see, C doesn’t provide you with a string data type as some other languages do. Instead, C uses an array of elements of type char to store a string.

SSRIS 发表于 2025-3-26 17:56:57

http://reply.papertrans.cn/19/1823/182269/182269_30.png
页: 1 2 [3] 4 5
查看完整版本: Titlebook: Beginning C; From Novice to Profe Ivor Horton Book 2007Latest edition Ivor Horton 2007 C programming language.C++ programming language.Linu