Hi
I need to map few structures with the integer.I could not know how to do it?Can anyone help me
Here is the example like:
i have few structures like this
Qt Code:
struct { int a; float b; char *a; }a1; struct { int a; float b; char *a; }b1;To copy to clipboard, switch view to plain text mode
i want to map these structures with some logical address say 1001,1002 etc;;
i feel we can do with QMap or QHash..
QMap<int, struct> map;
the above one could not be carried out.
i want to insert all that structures with logical address.
can anyone suggest some solution?
Thanks
Bala Beemaneni
Bookmarks