Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. Need to pass private member of a Class as a argument to function of another class and get modified there

Need to pass private member of a Class as a argument to function of another class and get modified there

Scheduled Pinned Locked Moved ATL / WTL / STL
csharpc++
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    ptr_Electron
    wrote on last edited by
    #1

    Need to pass private member of a Class as a argument to function of another class and get modified there and Class A will again user the modifed value of x there after.. int .Net Managed C++

    class A
    {
    <pre> private :
    int ^x;// actually this is a complex object
    ...
    B ^ ojbB;

     ojbB-&gt;TheFunctionneedsPrivateObjectof\_A( int &amp;x)// x will get modified in this function
    

    // Use modified x
    }</pre>

    <pre>class B
    {
    public TheFunctionneedsPrivateObjectof_A(int ^x)
    {
    Modify x here
    }

    }</pre>

    N 1 Reply Last reply
    0
    • P ptr_Electron

      Need to pass private member of a Class as a argument to function of another class and get modified there and Class A will again user the modifed value of x there after.. int .Net Managed C++

      class A
      {
      <pre> private :
      int ^x;// actually this is a complex object
      ...
      B ^ ojbB;

       ojbB-&gt;TheFunctionneedsPrivateObjectof\_A( int &amp;x)// x will get modified in this function
      

      // Use modified x
      }</pre>

      <pre>class B
      {
      public TheFunctionneedsPrivateObjectof_A(int ^x)
      {
      Modify x here
      }

      }</pre>

      N Offline
      N Offline
      Nuri Ismail
      wrote on last edited by
      #2

      Please, do not cross-post. You have already posted the same question in Managed C++/CLI[^] forum. Your question has nothing to do with ATL/WTL/STL. Please stick to Managed C++/CLI forum.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups