[ create a new paste ] login | about

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

C++, pasted on Aug 2:
1
2
3
4
5
6
#include <string>
using namespace std;

int main(){
    string str = string("a") + "b";
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: