User profile: dfarmer

User info
User name:dfarmer
Name:Doc Farmer
Location:Georgetown, IN
Website:http://www.linkedin.com/in/richarddocfarmer
Bio:I've been developing software using C++ since 1993. The types of applications range from motion control to serial communication, data manipulation, data warehousing, relational databases, and most recently Bluetooth applications for Windows Mobile/CE. I started programming in C++ under DOS, moved to Windows (95, NT, 98, XP) and eventually to Unix (Tru64, Solaris, AIX) and a few flavors of Linux (Ubuntu, Debian).

I am constantly reviewing my skill set and working on improving and expanding them.
History
Joined:
Number of posts:8
Latest posts:

Using Struct
Your program is written to read from a file, "cars.dat", and write to a file, "cars.out". I don't un...

Copys of different pointer types to a single object
I'm in agreement with Duoas; however, if you just want to see if it can be done, look into dynamic_c...

Copys of different pointer types to a single object
Have you considered adding another virtual function to your Base class? [code]virtual void fun() = ...

Linked lists!
Take a look at http://www.cplusplus.com/reference/stl/list/

How to handle char pointer ?
You've got it. For a more complete understanding of pointers, I suggest reading http://www.cplus...