qn regarding new libraryBecause It search from default libraray directory(ie:C:\Program Files\Microsoft Visual Studio 8\VC\...
Reading file in C++ I/Ousing sizeof operator can solve the first question.As follow: [code] #include <vector> #include ...
searching and deletingI think you shoud use iterator. [code] #include <vector> #include <string> #include <iostream> ...
Which is faster: using namespace std, using std::, or std::I think std:: is the fastest than others. std::>using std::>using namespace std! Because using name...
Reading file in C++ I/OAbout the error message "tr has previous declaration ...."; You define two tr, char *tr[] and vect...
This user does not accept Private Messages