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

    Looking for a good GUI development environment to learn

    I am looking for a good GUI development environment to learn. I have visual studio .net and know only C++. I want to be able to have my GUI(s) interface with C++ code. What do you guys suggest?
  2. skata

    2d vector declaration compile error

    I am using g++ on a sun OS machine and am getting a compile error when I declare this 2d array in the private member data of a class: vector<double> c(0); vector<vector <double> > mat(0, c); matrix.h:43: 'vector' is used as a type, but is not defined as a type. matrix.h:44: `vector' was not...
  3. skata

    an instruction counting program

    Anyone know of a free, good profiler?
  4. skata

    an instruction counting program

    I am looking for a program that counts the instructions executed when running a program. Or if there is a way to doit without using a program (which it seems like there should be) I would like to learn how to do this.
  5. skata

    Trying to Fin an Instruction Counter Program

    I want to find a program that counts the number of instructions executed for a program. Or if there is a way to do this without a program let me know.
  6. skata

    Random numbers

    TY.
  7. skata

    Random numbers

    I want to get a completely random number without having the user input a seed or range. Will someone tell me how to do this?

Part and Inventory Search

Back
Top