#include <iostream>
#include <sstream>
int main()
{
std::ostringstream ostring;
ostring. // <-- Here code completion doesn't list anything
return 0;
}
Quote from: killerbot on November 22, 2006, 10:57:22 PM
... it's gonna get improved soon ....