Hi ,

I need to edit ,update and display a group of 40 parameters on screen .( 10 parameters per page and use of Arrow Key pad or touch screen clicks to modify value)

For that I will need .. Parameter No . , String Name , Point Screen Cord , double value , next element no. etc
I have my old code with structure and array of structure written in C. I have translated it on C++/MFC . But I am not happy.

But pl suggest me some good method for c++ / MFC platform.

How can I implement Class property of c++ ?

pl Guide