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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: moryoav
  • Content: Threads
  • Order by date
  1. moryoav

    Accessing 'this' inside a class

    I'm writing a class here and inside one of the callbacks I want to have access to the class object itself (what I know as 'this' from other programming languages). Is there a way to do this? Thank you. Y.
  2. moryoav

    Are Global Variables right for me?

    Hi, I'm writing a rather large mass of code here with many many functions all need to use a struct filled with data. What is the best way to access this struct from all the functions? - As a Global variable. - As a getappdata/setappdata to be attached to some main object. - As the figure's...

Part and Inventory Search

Back
Top