Introductory C with C++
Richard Petersen
Broschiertes Buch

Introductory C with C++

Versandkostenfrei!
Versandfertig in 1-2 Wochen
46,99 €
inkl. MwSt.
PAYBACK Punkte
23 °P sammeln!
C differs from most programming languages in its use of expressions, pointers, and arrays. For those learning C, pointers are the greatest source of confusion. The primary aim of this text is to provide working models of how pointers are used in C as well as an introduction to their use in C++. Most beginners falter on the use of pointers. Many try to avoid pointers completely, but quickly find that pointers are used extensively throughout C programs. Some attain a partial understanding of pointers which, at first, gets them by. However, when faced with complex programming tasks, they find tha...