[ create a new paste ] login | about

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

C++, pasted on Apr 6:
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef struct {

char isbn;

char titulo[50];

char autor[50]

float preco;

int paginas;

} Livro;​​​​​​​


Output:
1
2
Line 13: error: stray '\342' in program
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: