Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~521 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for tnind

Hi, I am pretty new to C++ but have lots of experience in java/c# and know the basics (classes/structures/pointers etc) but am having some problems linking to external source libraries. I am trying to use something called the openframeworks which I have downloaded and I need to include "\libs\openFrameWorks\ofMain.h" but …

Member Avatar for JasonHippy
0
131
Member Avatar for edi843

Ok so you want to hide the parent method Add and instead offer a method called Aggungi which does the same thing? You can't really do that with object orientated programming languages. If a parent has a public method a child will have it too, it can provide an alternative …

Member Avatar for edi843
0
106
Member Avatar for sivak

When you call the method you will get the implementation defined in the parent class carried out.

Member Avatar for tnind
0
71
Member Avatar for tnind

Hi, I am writing a game in which an object at a PointF travelling at a current velocity (Vector2) is trying to reach a destination PointF (which can change between movement steps) At each step of movement I need to decide the acceleration vector that will get to the point …

Member Avatar for tnind
0
213

The End.