Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
cmake
/
Modules
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/usr/share/cmake/Modules/TestForSSTREAM.cxx
#include <sstream> int main(int, char*[]) { std::ostringstream os; os << "12345"; if(os.str().size() == 5) { return 0; } return -1; }