[ create a new paste ] login | about

Link: http://codepad.org/4dQdPV8H    [ 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;

} 


Output:
1
2
Line 9: error: expected ';' before 'float'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: