crydev Messages: 151 Registered: October 2012 Location: Netherlands
Experienced Member
Thanks a lot Sender Ghost, you cleared it up for me, I see how it works. However, I'm having trouble implementing my own data in it. Say I have the following data, how could this be properly implemented using the virtual ArrayCtrl?
<template class T>
struct MemData
{
int address; // column address
T value; // column value
};