Introduction to Programming Using VISUAL C++ . NET
, by T. Grandon Gill (University of South Florida )- ISBN: 9780471487241 | 0471487244
- Cover: Paperback
- Copyright: 3/1/2004
Offering a solid programming foundation, Grandon Gill\'s Introduction to Programming Using Visual C++ .NET helps students develop strong structured programming techniques, problem-solving skills, and perhaps most importantly, a deeper understanding of what it means to program computers.This first volume (the first of two) focuses on structured programming techniques the building blocks for all forms of programming and leaves the introduction of objects until the end. Recognising that most programmers will ultimately be applying these techniques in an object-oriented programming (OOP) context, Gill adopts a programming style (e.g., use of very small functions, dividing projects into separate files, creating functions to perform specific operations on structures) that fits nicely with typical OOP approaches.