sorting vectorsIf you read a std::string using >> it will read everything up to the first space. So: [code] std::is...
Reading from a file help !!Because the partName is the last field you can read it in, including all the whitespaces, using std:...
Reading from a file help !!In this situation it may be clearer to read the file one line at a time, and then read each line on ...
Reading from a file help !!You are only reading the make and the model. So the next time you read the make, you are reading the...
pthread in ubuntu 10.10Can you provide the exact error message please?