User profile: bujiwu

User info
User name:bujiwu
History
Joined:
Number of posts:5
Latest posts:

qn regarding new library
Because It search from default libraray directory(ie:C:\Program Files\Microsoft Visual Studio 8\VC\...

Reading file in C++ I/O
using sizeof operator can solve the first question.As follow: [code] #include <vector> #include ...

searching and deleting
I 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/O
About the error message "tr has previous declaration ...."; You define two tr, char *tr[] and vect...

This user does not accept Private Messages