User profile: mcleano

User info
User name:mcleano
History
Joined:
Number of posts:922
Latest posts:

Program to display this...
What have you got so far?

trouble accessing member functions in vectors of objects
Yeah 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 String
Because the variable 'i' is an integer, and not a char in the string object. The term unos[i] refers...

Question about String
If in doubt, always consult the documentation: http://www.cplusplus.com/doc/tutorial/control/ The...