[ create a new paste ] login | about

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

C++, pasted on Feb 4:
1
2
3
4
5
#include <stdio.h>

int main() {
  int a = 2147483648;
}


Output:
1
2
cc1plus: warnings being treated as errors
Line 4: warning: this decimal constant is unsigned only in ISO C90


Create a new paste based on this one


Comments: