Thread: value types: allocated inline in a structure?

  1. #1
    Registered User jawwadalam's Avatar
    Join Date
    May 2002
    Posts
    131

    value types: allocated inline in a structure?

    The MSDN Library states that "Value types are either stack-allocated or allocated inline in a structure"
    What does the value types' allocation as inline in a structure mean?

    Regards.

    Jawwad
    Last edited by jawwadalam; 08-14-2004 at 04:47 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  2. Replies: 6
    Last Post: 01-16-2007, 09:21 PM
  3. passing structure arrays to functions?
    By bem82 in forum C Programming
    Replies: 3
    Last Post: 10-30-2006, 06:17 AM
  4. Certain functions
    By Lurker in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2003, 01:26 AM
  5. bit shifting
    By Nor in forum C++ Programming
    Replies: 9
    Last Post: 08-08-2003, 11:55 AM