943,733 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 522
  • C++ RSS
Aug 5th, 2009
0

C++ Class To ASM Class

Expand Post »
I am very interested in ASM I wana learn write it and read it like a pro..
Now i'm in CLASS issue I want to know how c++ Class definition looks in ASM code..

for example this code

C++ Syntax (Toggle Plain Text)
  1. class MathFuncs
  2. {
  3.  
  4. public:
  5. int a,b;
  6. private:
  7. void SetVars(int,int);
  8. }MathObject;
  9.  
  10. void MathFuncs::SetVars(int A,int B)
  11. {
  12. a = A;
  13. b = B;
  14. }

How do I write Class in Assembly how I call class funcs How I write Its vars??

I wana know all about CLASS in assembly..
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
laconstantine is offline Offline
70 posts
since May 2007
Aug 5th, 2009
0

Re: C++ Class To ASM Class

Please read this FAQ
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Link ws2_32.lib
Next Thread in C++ Forum Timeline: Updating map keys





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC