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...
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...
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>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.