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

Recent content by cybertuner

  1. cybertuner

    Memory Leaks

    I make some API calls in C but when I use Rational PurifyPlus to detect memory leaks, it show that everyline of this code causes a leak of 68 bytes. Is it caused by WinAPI function or from my code? //memset( &ti, 0, sizeof( TOOLINFO ) ); ti.cbSize = sizeof( TOOLINFO )...

Part and Inventory Search

Back
Top