Program to display this...What have you got so far?
trouble accessing member functions in vectors of objectsYeah I thought so. Due to the stack/heap stuff adding 'new' where you did doesn't work in C++ like i...
trouble accessing member functions in vectors of objects[quote]bezierSpline.push_back(new bezierVertex(parent->mouseX, parent->mouseY));[/quote] Have you c...
Question about StringBecause the variable 'i' is an integer, and not a char in the string object. The term unos[i] refers...
Question about StringIf in doubt, always consult the documentation: http://www.cplusplus.com/doc/tutorial/control/ The...