No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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 …
When you call the method you will get the implementation defined in the parent class carried out.
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 …
The End.
tnind