0_0_8713153_27830.cpp: In member function `void MNC::init(char*, int)':
0_0_8713153_27830.cpp:25: error: expected `;' before "rad"
0_0_8713153_27830.cpp:26: error: expected `)' before "while"
0_0_8713153_27830.cpp:26: error: expected `)' before ';' token
0_0_8713153_27830.cpp: At global scope:
0_0_8713153_27830.cpp:30: error: new types may not be defined in a return type
0_0_8713153_27830.cpp:30: error: extraneous `int' ignored
0_0_8713153_27830.cpp: In function `MNC mid(int)':
0_0_8713153_27830.cpp:30: error: conversion from `int' to non-scalar type `MNC' requested
0_0_8713153_27830.cpp: In function `int left(int)':
0_0_8713153_27830.cpp:31: error: `rad' undeclared (first use this function)
0_0_8713153_27830.cpp:31: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8713153_27830.cpp: In function `int right(int)':
0_0_8713153_27830.cpp:32: error: `rad' undeclared (first use this function)
0_0_8713153_27830.cpp: At global scope:
0_0_8713153_27830.cpp:33: error: expected declaration before '}' token
|