News

Hi all<P>I'm writing a library in C++ and I would like to use namespaces, as it is suggested ... I've had to change the source files from:<BR>int String::count ()<BR>to:<BR>int ADE_Data::String ...