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 TouchToneTommy 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 jubbles

  1. jubbles

    opimization of code

    Hi all, Is there anyway i can see which line of code is executed most in a program written in visual c++. Or is there anyway of finding out which functions take the longest time etc in VC++. I have a program which is taking weeks to run, because of a heavy data load, and I would like to focus on...
  2. jubbles

    ambiguous symbol

    great, thats done the Job. Thanks to all
  3. jubbles

    ambiguous symbol

    Thanks, I declared the namespace in the same file however, just for laughs, I tried prepending std:: to cout. That worked. However the folowing does not work: ofstream output(fileNm); This too is an ambigous symbol apparently. Using std:: here does not have the same affect as when used with...
  4. jubbles

    ambiguous symbol

    Hi, I developed code in UNIX which works fine, however when I try to use the code in MS visual C++, I get lots of errors. Some of these I have resolved, however the following error continues to confuse me. I have the following libraries. #include<iostream> #include<string.h>...

Part and Inventory Search

Back
Top