Original Post
Hey, first of all I must say there's a distinct lack of examples of boost code right now.. been googlin' for a couple of hours and not much luck in helping me with my problem. Alright; I'm trying to do this: I'm currently a complete boost noob, so have patience with me ;)
//header
scoped_array<HWND> pFeatureButtons;
//source
u32 count = 3;
pFeatureButtons = //how do I allocate an array with 3 elements?