[ create a new paste ] login | about

Link: http://codepad.org/q9wLgvCk    [ raw code | output | fork ]

C++, pasted on May 26:
1
2
3
4
5
#include <string>
std::string f()
{
    cout<<"hello world";
}


Output:
1
2
3
cc1plus: warnings being treated as errors
In function 'std::string f()':
Line 5: warning: control reaches end of non-void function


Create a new paste based on this one


Comments: