manifolds
Newbie level 5
C++ xperts, help me!!
whom it may concern
i hv a set of points in x-y coordinates
(2,3), (4,5), (9,0), (8,7)......lots of them actually.
and i want to assign p[1]=(2,3)
p[2]=(4,5)
and so on..means i will hv
for(i=0,i<=N,i++)
p=(x.y)
well, something like that..
how to do that? how to make it understand that, that is a coordinate system.
is it something to do with command CPoint? or Struct or something? huhuhu..:?:
whom it may concern
i hv a set of points in x-y coordinates
(2,3), (4,5), (9,0), (8,7)......lots of them actually.
and i want to assign p[1]=(2,3)
p[2]=(4,5)
and so on..means i will hv
for(i=0,i<=N,i++)
p=(x.y)
well, something like that..
how to do that? how to make it understand that, that is a coordinate system.
is it something to do with command CPoint? or Struct or something? huhuhu..:?: