Using g++ to link to librariesYou should try also specifying the...i think -I options for each of possible boost library's include...
how to display structure content ?use cout to display something. you can use the . operator to a struct object to access its members a...
Having problems reading in from/writing to files in C++I found some problem in read function below: [code] void read(static ifstream & input, string & pilo...
Syntax error 'return' etc...what is the content of "sapclassbasic.h"? Also try to change line 1 into #include<iostream>
Question[code] string title_tosearch; cout << "Enter a title of the book to search from file: "; cin >> tit...
This user does not accept Private Messages