Search:

Type: Posts; User: hedwin

Search: Search took 0.01 seconds.

  1. Thread: erased pointer

    by hedwin
    Replies
    2
    Views
    894

    Thank you, I resolved the problem. It was in fact...

    Thank you, I resolved the problem. It was in fact related to passing a non const pointer.
  2. Thread: erased pointer

    by hedwin
    Replies
    2
    Views
    894

    erased pointer

    I have a problem in some code I've been writing lately.
    Suppose I have the following code:



    class A{

    public:

    Vector3D* point;
  3. Replies
    8
    Views
    2,417

    Thank you! Looking for the pointers...

    Thank you!
    Looking for the pointers initializations I have noticed that somewhere in the class hierarchy there was a bool variable that was not initialized (I put the initialization in the...
  4. Replies
    8
    Views
    2,417

    executing from debugger

    Hi,
    I'm currently developing a c++ application using DevC++. It's a 3d graphics application and in some part I have to execute a Collision detection function in order to make objects recoil. I have...
Results 1 to 4 of 4