I'm trying to install the espress version on my sons computer for school. I chose a drive with plenty of space but the install fails because it is trying to shove 1.3 G into the 400 M free on drive C:. How do I get it to stop trying to use drive C:?
I want to iterate through a collection and at each item in the collection access a particular property. In C# i know how to do this easily, but with c++ I am a bit mystified Below is some sample code to give you an idea of what i am trying to do.