Thread: ABout Virtual table

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    3

    ABout Virtual table

    Hi guys
    Please tell me abt Virtual Table concept ........and how V Table is Organised ?????????

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    It's the way the operating system manages memory. It's all tied up in Win32 subsystem DLL's.

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Actually on second thought, isn't that how the Unix Operating System deals with child processes.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    1. It's a C++ thing
    2. So it should be on the C++ board
    3. Read this - http://www.parashift.com/c++-faq-lit...functions.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. Pure Virtual Function - Virtual Method Table
    By u_peerless in forum C++ Programming
    Replies: 8
    Last Post: 06-07-2008, 01:19 AM
  3. Writing array, to file
    By zootreeves in forum C Programming
    Replies: 9
    Last Post: 09-08-2007, 05:06 PM
  4. C++ XML Class
    By edwardtisdale in forum C++ Programming
    Replies: 0
    Last Post: 12-10-2001, 11:14 PM
  5. Exporting Object Hierarchies from a DLL
    By andy668 in forum C++ Programming
    Replies: 0
    Last Post: 10-20-2001, 01:26 PM