Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7906545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:01:28+00:00 2026-06-03T11:01:28+00:00

I know in C++/CLI one cannot use unmanaged types when defining a managed class:

  • 0

I know in C++/CLI one cannot use unmanaged types when defining a managed class:

public struct Unmanaged
{
    int x;
    int y;
};

public ref class Managed
{
    int one;
    Unmanaged two;  //error C4368
};

I do not understand why though. Unmanaged is simply a collection of native types – its size is known, surely it (and by it I mean the block of memory that defines it) would be moved around with the ‘block of memory’ that is Managed inside the ‘managed heap’, and whatever offset is stored in the metadata will remain valid, no? Just as if an integer or a float were declared?

Why can we not mix types?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T11:01:38+00:00Added an answer on June 3, 2026 at 11:01 am

    Mixed type actually refers to the mixed memory models. Unmanaged types go on the heap, managed types go in the garbage collected heap, so when you embed an unmanaged type in a managed, it would require memory on both heaps, which is why you do this sort of thing with a pointer. The pointer is managed, the value it points to isn’t.

    I was curious myself, so I gathered up my google and found this.

    http://blogs.msdn.com/b/branbray/archive/2005/07/20/441099.aspx

    Guy seems to know what he’s talking about.

    Good question though…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i know how to import an sql file via the cli: mysql -u USER
I want to know what exactly is the difference between CLR & CLI? From
Does Mono .NET support and compile C++ / CLI? If not, do you know
Know of an OCAML/CAML IDE? Especially one that runs on Linux?
I know only very little about C++/CLI, but I have a simple problem that
I really just wanted to know a bit more about the PHP Cli with
I'm using Rails with Resque. I know the command of redis-cli is: expire key
I want to load two assemblies from C++/CLI; assembly A depends on assembly B,
In my next personal project I want to use the HTML5 doctype. I know
I have a class, A , in C++/CLI which derives from a templated base

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.