Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bob54
  • Order by date
  1. bob54

    mixing c++ and x86

    More generally I would like to know how to refer to a C++ variable from within a separate .asm file containing 8086 assembly code. Bob54
  2. bob54

    mixing c++ and x86

    Say I have an array A declared in a visual c++ program. I want to be able to access this array in a separate x86 assembly program (a .asm file which is in the same workspace). What are the conventions for doing this? Am I supposed to indicate that the c++ file is a "header file"? also...
  3. bob54

    reflective information in classes

    Say I have a class foo, and that one of its fields is a pointer to an instance of itself: class foo { int x; foo y; } When the constructor for foo is called, I want it to initialize the value of the y field to the instance of foo that just got constructed. foo() { y=THIS INSTANCE OF foo...

Part and Inventory Search

Back
Top