182223_0_21501.cpp
182223_0_21501.cpp(175) : error C2255: '>>' : a friend function can only be declared in a class
182223_0_21501.cpp(177) : error C2248: 'm_dResult' : cannot access private member declared in class 'CTick'
182223_0_21501.cpp(63) : see declaration of 'm_dResult'
182223_0_21501.cpp(179) : error C2248: 'm_dPreDegree' : cannot access private member declared in class 'CTick'
182223_0_21501.cpp(62) : see declaration of 'm_dPreDegree'
182223_0_21501.cpp(181) : error C2248: 'm_dPreDegree' : cannot access private member declared in class 'CTick'
182223_0_21501.cpp(62) : see declaration of 'm_dPreDegree'
182223_0_21501.cpp(182) : error C2248: 'm_TickTable' : cannot access private member declared in class 'CTick'
182223_0_21501.cpp(64) : see declaration of 'm_TickTable'
182223_0_21501.cpp(183) : error C2248: '_display' : cannot access protected member declared in class 'CTick'
182223_0_21501.cpp(50) : see declaration of '_display'
182223_0_21501.cpp(184) : error C2562: '>>' : 'void' function returning a value
182223_0_21501.cpp(174) : see declaration of '>>'
182223_0_21501.cpp(191) : error C2562: '>>' : 'void' function returning a value
182223_0_21501.cpp(174) : see declaration of '>>'
182223_0_21501.cpp(195) : error C2255: '<<' : a friend function can only be declared in a class
182223_0_21501.cpp(197) : error C2248: 'm_dResult' : cannot access private member declared in class 'CTick'
182223_0_21501.cpp(63) : see declaration of 'm_dResult'
182223_0_21501.cpp(208) : error C2593: 'operator >>' is ambiguous
182223_0_21501.cpp(208) : fatal error C1903: unable to recover from previous error(s); stopping compilation
|