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 Mike Lewis 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: jtax
  • Order by date
  1. jtax

    Visual C++ Pointers to Classes problem

    I created a Class C with a member variable: someString. And a function: string getString() In my main() i have: C object( &quot;hello&quot; ); C* pointer = &object; cout << pointer->getString() << endl; The problem is that it's giving me gibberish. I was wondering if i needed to add a...

Part and Inventory Search

Back
Top