
Sams Teach Yourself Programming in 24 Hours explains the basics of programming in the successful 24 Hours format. Greg uses his proven techniques from many years of college programming instruction and his best-selling programming books. The book Read the rest of this entry »

Sams Teach Yourself C++ in 24 Hours, 2nd Edition is a hands-on guide to the C++ programming language. Readers are provided with numerous examples of syntax and detailed analysis of code, an excellent guide for beginning programmers. In just 24 hours, readers will learn about such fundamentals as managing I/O, loops and arrays, object-oriented programming, templates, and Read the rest of this entry »

Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, and Visual Basic .NET. By designing with objects rather than treating the code and data as separate entities, OOP allows objects to fully utilize other objects’ services as well as inherit their functionality. OOP promotes code portability and reuse, but requires a shift in thinking to be fully understood. Before jumping into the world of object-oriented programming languages, you must first master The Object-Oriented Thought Process. Read the rest of this entry »

“If you want to be a C# developer, or if you want to enhance your C# programming skills, there is no more useful tool than a well-crafted book on the subject. You are holding such a book in your hands.” Read the rest of this entry »