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: *

  1. korobert

    COM+ howto for beginners

    hi all, i'm totally new at COM+ but i'm urged to create an application which explodes all the potential of COM+... anyone knows any article and/or book? i will really apreciate it.
  2. korobert

    PAUSE PROGRAM? - PROBLEM

    to run the program, use the button with a red exclamation sign, not the combination "ctrl+F5", nor "F5".... this should cause the program to make a pause at the end and request you to "press a key to continue..."
  3. korobert

    Object Oriented Programming doubt (2)

    clearly the problem is that to create an x object you need to create a y object, but to create an y object you need to create a x object, but to create an x object you need to create a y object.... an infinite loop, using all heap memory..... redo your program removing this recursion.
  4. korobert

    A book or website for Learning Thread process

    try visual c++ 6 for developers, by david bennett, from prentice hall (sams publishing), for beginners, clear explanations
  5. korobert

    beginner, have problem with memory leak

    well the way you should free all unused memory, depends on how you reserved the memory previously..... did you use malloc? use free..... did you use new? use delete.....

Part and Inventory Search

Back
Top