Thread: Help With Classes

  1. #1
    Unregistered
    Guest

    Question Help With Classes

    I made a class called "Employee" using C++. I entered data and saved it to a file using read()and write(). I want to let the user of my program to create tables other than the "Employee" and not to use my classes only .... Can I do that ?

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    explain a little bit more what you want to do.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  3. #3
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    I hope you don't mean do a binary read and write of the whole class.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Multiple Inheritance - Size of Classes?
    By Zeusbwr in forum C++ Programming
    Replies: 10
    Last Post: 11-26-2004, 09:04 AM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  5. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM