98576_0_6292.cpp: In function `int main()':
98576_0_6292.cpp:33: error: request for member `x' in `a', which is of non-class type `point[100]'
98576_0_6292.cpp:33: error: request for member `y' in `a', which is of non-class type `point[100]'
98576_0_6292.cpp:33: error: request for member `x' in `b', which is of non-class type `point[100]'
98576_0_6292.cpp:33: error: request for member `y' in `b', which is of non-class type `point[100]'
98576_0_6292.cpp:37: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:38: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:39: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:40: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:43: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:45: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:47: error: conversion from `point*' to non-scalar type `point' requested
98576_0_6292.cpp:49: error: conversion from `point*' to non-scalar type `point' requested
|