C++ Class To ASM Class

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2007
Posts: 70
Reputation: laconstantine is an unknown quantity at this point 
Solved Threads: 1
laconstantine laconstantine is offline Offline
Junior Poster in Training

C++ Class To ASM Class

 
0
  #1
Aug 5th, 2009
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

  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..
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,721
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 501
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: C++ Class To ASM Class

 
0
  #2
Aug 5th, 2009
Please read this FAQ
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 259 | Replies: 1
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC