I would like to create an array class to hold multiple wrapper classes containing (MONITORINFOEX, a few more variables including an array of the pixels being displayed). I am noway near this part, I just need the basic class, or classes I need and how they need to be organised.
I have been following many tutorials and become unstuck at EnumDisplayDevices. Previously I used structure to return the information. Would a wrapper class be more suited to the task at hand?
Which seems almost exactly what I need but contains some MFC commands (I am just trying to learn basic WinAPI). I need to cut it down to it's basic classes and functions, so I can add and improve. However this is far too complex for me and I am not sure where to begin. Let alone what I need to write to make a practical example I could compile (I even tried using MFC and compiling this program but there were errors and I cannot fix anything)
N.B/ This is not for coursework / university / etc. I am just trying to learn. So I just need advice on *how* I would go about writing this application.