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 7887817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:40:45+00:00 2026-06-03T05:40:45+00:00

The following code: ref class A { private: int% referenceToAnInt; }; produces the following

  • 0

The following code:

ref class A
{
private:
  int% referenceToAnInt;
};

produces the following error in Visual Studio:

error C3160: ‘int %’ : a data member of a managed class cannot have this type

I thought tracking references were a managed thing – so why can’t they be a member of a managed class?
Also: How would I store a reference to a value type in C++/CLI correctly?

  • 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-03T05:40:46+00:00Added an answer on June 3, 2026 at 5:40 am

    The CLR doesn’t allow storing tracking references as fields. Also, from the C++/CLI-Spec:

    A program containing a tracking reference that has storage duration
    other than automatic is ill-formed. (This precludes having a tracking
    reference as a data member.)

    I guess they wanted to avoid the problem where you keep a reference longer than the actual lifetime of the referenced object. An alternative would be to use a wrapper ref class to hold the value, or delegates for reading / writing.

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

Sidebar

Related Questions

Suppose I write the following code: public ref class Data { public: Data() {
Following is the code. create a class lib add the ref to NUnit framework
Consider the following code: client.Send(data, data.Length, endpoint); byte[] response = client.Receive(ref endpoint); While, according
Given the following code; public class CustomControl { private object _dataItem; public object DataItem
I have the following code string three() { return three; } void mutate(string& ref)
// following code works fine n open notepad... class demo { public static void
Following code iterates through many data-rows, calcs some score per row and then sorts
I've got following code in c# public class Shedluer { public delegate void TaskCompletedDelegate(ulong
The following code compile without errors. Basically, the C#2005 Console application calls VC++2005 class
I am new to visual C++. I wrote my class, but it has error

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.