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: totti
  • Order by date
  1. totti

    Pointers?

    Hello, I just started learning c++ and i don't see why you should use pointers. For example, I have the following sourcecode: char c = 'a'; char* p = &amp;c; char c2 = *p; std::cout << c2; this isn't useful is it? because you can also write : char c = 'a'...

Part and Inventory Search

Back
Top