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!

Search results for query: *

  1. TuxedoTemplar

    Destructor deleting string: Should be easy, but...

    I've gone over this thing with a fine-tooth comb until my face is blue and I've only narrowed it down to the delete[] operators in the destructor not working (the program gives an assertion error.) As far as I've learned and I can observe everything is done as it should be, so I'm basically...
  2. TuxedoTemplar

    My collection of unresolved Windows API questions...

    Well I'm relatively new at API programming, so bear with me here. I'm doing a few C++ windows API programs that I had been planning to do for a while now, but I've hit been running into more problems than I think I can get resolved in a reasonable time frame, so I've instead been collecting...
  3. TuxedoTemplar

    I've been at this for hours, STILL won't compile!

    Alright I'll TRY to be specific on the problem, but then again I have no clue whats causing it, so I'll start off with the part that has me baffled: Trigger Happy error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@) I have a whole 2 pages of...
  4. TuxedoTemplar

    Be nice, this is a newbie windows API question.

    Ok since I just learned windows API programming yesterday (well all the concepts, but the fun part of actually doing anything useful I'm still crawling through [tongue]), I'm now trying to start on the application that I had in mind. All I want to know is what I need to do to have a splash...

Part and Inventory Search

Back
Top