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

    MMX commands

    Embedded assembler of C++ Builder does not recognize MMX comands. (If I use __asm {...}). How can I use them?
  2. Diksi

    keyboards events in MDI application

    If we use MDI application then it is not possible to catch any key events such as OnKeyDown, OnKeyPress, OnKeyUp. The first question is why, the second is how it can be realized
  3. Diksi

    STL

    Is it possible to pass arguments to a function Reset in the following code: for_each(Leaders.begin(), Leaders.end(), mem_fun(&Lead::Reset));
  4. Diksi

    Sorting and searching in STL

    Suppose we have a structure or class with data member double x. Then we put an object to a list STL container, something like that: container.push_back(object). Now how can we sort the container by value x and how can we find an object where the key equal x ?
  5. Diksi

    Problem with property "Picture" in MSHFlexGrid

    Dear All. I've installed MSHFlexGrid (Standard Microsoft component). I have no problem with properies and methods of the component. The only exception is property Picture. If I try to use it by any way then I get Access Violation. If anybody has any ideas how the problem can be resolved, please...

Part and Inventory Search

Back
Top