Wrox Press C++ Tutorial
This chapter is all about creating your own data types to suit your particular problem. We'll learn how to create objects - the building blocks of object-oriented programming. An object can seem a bit mysterious to the uninitiated but, as we shall see in this chapter, an object is just an instance of one of your own data types.
In this chapter you will learn about: