Wrox Home  
Search

Topic: C# and C++

Cover image for product 0470225904
Ivor Horton's Beginning Visual C++ 2008
Ivor Horton
ISBN: 978-0-470-22590-5
Paperback
1392 pages
March 2008

Back to description


About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: Programming with Visual C++ 2008
34 pages

Windows programming isn't difficult. In fact, Microsoft Visual C++ 2008 makes it remarkably easy, as you'll see throughout... more

Chapter 2: Data, Variables, and Calculations
82 pages
US $6.99

In this chapter, you'll get down to the essentials of programming in C++. By the end of the chapter you'll be able to write... more

Chapter 3: Decisions and Loops
44 pages
US $4.99

In this chapter, you will look at how to add decision-making capabilities to your C++ programs. You'll also learn how to... more

Chapter 4: Arrays, Strings, and Pointers
78 pages
US $6.99

So far, you have covered all the fundamental data types of consequence and you have a basic knowledge of how to perform calculations... more

Chapter 5: Introducing Structure into Your Programs
40 pages
US $4.99

Up to now, you haven't really been able to structure your program code in a modular fashion because you have only been able... more

Chapter 6: More about Program Structure
52 pages
US $4.99

In the previous chapter, you learned about the basics of defining functions and the various ways in which data can be passed... more

Chapter 7: Defining Your Own Data Types
78 pages
US $6.99

This chapter is about creating your own data types to suit your particular problem. It's also about creating objects, the... more

Chapter 8: More on Classes
98 pages
US $6.99

In this chapter, you will extend your knowledge of classes by understanding how you can make your class objects work more... more

Chapter 9: Class Inheritance and Virtual Functions
94 pages
US $6.99

In this chapter, you're going to look into a topic that lies at the heart of object-oriented programming... more

Chapter 10: The Standard Template Library
94 pages
US $6.99

At its name implies, the Standard Template Library (STL) is a library of standard class and function templates. You can use... more

Chapter 11: Debugging Techniques
48 pages
US $4.99

If you have been doing the exercises in the previous chapters, you have most likely been battling with bugs in your code.... more

Chapter 12: Windows Programming Concepts
36 pages
US $4.99

In this chapter, you take a look at the basic ideas that are involved in every Windows program in C++. You'll first develop... more

Chapter 13: Windows Programming with the Microsoft Foundation Classes
26 pages
US $4.99

In this chapter, you start down the road of serious Windows application development using the MFC. You'll get an appreciation... more

Chapter 14: Working with Menus and Toolbars
42 pages
US $4.99

In the last chapter, you saw how a simple framework application generated by the MFC Application Wizard is made up and how... more

Chapter 15: Drawing in a Window
62 pages
US $4.99

In this chapter, you will add some meat to the Sketcher application. You’ll focus on understanding how you get graphical... more

Chapter 16: Creating the Document and Improving the View
76 pages
US $6.99

In this chapter, you'll look into the facilities offered by MFC for managing collections of data items; these are similar... more

Chapter 17: Working with Dialogs and Controls
62 pages
US $4.99

Dialogs and controls are basic tools for user communications in the Windows environment. In this chapter, you'll learn how... more

Chapter 18: Storing and Printing Documents
46 pages
US $4.99

With what you have accomplished so far in the Sketcher program, you can create a reasonably comprehensive document with views... more

Chapter 19: Writing Your Own DLLs
20 pages
US $4.99

Chapter 9 discussed how a C++/CLI class library is stored in a... more

Chapter 20: Connecting to Data Sources
54 pages
US $4.99

In this chapter, I will show you to how you can interface to a database using Visual C++ and the MFC and access the data... more

Chapter 21: Updating Data Sources
50 pages
US $4.99

In this chapter, you'll build on what you learned about accessing a database via ODBC (Open DataBase... more

Chapter 22: More on Windows Forms Applications
48 pages
US $4.99

You already know quite a lot about the process of creating Windows Forms applications from CLR Sketcher. In this chapter,... more

Chapter 23: Accessing Data Sources in a Windows Forms Application
42 pages
US $4.99

In this chapter, you'll investigate how you can develop form-based applications that will display data from a variety of... more

Appendix A: C++ Keywords
2 pages

Keywords have been assigned special significance within the C++ language, so you must not use them as names within your programs... more

Appendix B: ASCII Codes
8 pages

The first 32 ASCII (American Standard Code for Information Interchange) characters provide control functions. In the following... more

Appendix C: Windows Message Types
2 pages

The Windows operating system defines the type of system message that it sends to your application by a symbolic constant... more

Add to Cart

C# and C++ Related Resources

Forums

Blogs

Articles