Search:

Type: Posts; User: r0flc0pter

Search: Search took 0.00 seconds.

  1. Never mind, I found out what I did wrong.. I...

    Never mind, I found out what I did wrong..
    I forgot to add some closing tags to my namespaces causing them to get messed up.

    Grtz, Tom.
  2. class implementing class in same namespace

    Hello there,

    I'm currently working on a GUI system for OGL but somehow I got stuck along the way.

    I'm splitting my code up into multiple namespaces, just to keep it organised.
    Now I have a...
  3. Hello and thank you for the reply. I was just...

    Hello and thank you for the reply.
    I was just going to post that I solved my problem.

    I was able to solve my problem using the following approach:

    const Combobox& operator=(const Wnd& wnd)
    {...
  4. error C2248: can not access protected member

    Hello there,

    I'm currently facing a strange, kind of annoying, problem.
    I'm trying to access a protected member of a base class in a derived class.

    Here is my code for the base class:

    class...
  5. custom doublylinkedlist class returns wrong data

    Edit: Solved
  6. I'm not quite following you. You are pointing me...

    I'm not quite following you.
    You are pointing me to my operator T() function, noting it's not a const, but isn't that supposed to be non-const?
  7. Ok so I fixed error 2, being: (2) error C2678:...

    Ok so I fixed error 2, being:

    (2) error C2678: binary '==' : no operator found which takes a left-hand operand of type 'GUI::CProperty<C,T>' (or there is no acceptable conversion)

    This is what...
  8. Replies
    2
    Views
    2,515

    It says : Usage: bot_text So you...

    It says :
    Usage: bot_text <hostname>
    So you listen and do:
    bot_test.exe 127.0.0.1

    no?
  9. Yes anon I realized that, so now I wrote kind of...

    Yes anon I realized that, so now I wrote kind of a Property class to get the same result.

    This is the property H file:

    #ifndef _PROPERTY_H
    #define _PROPERTY_H

    #define...
  10. error 2662: can not convert 'this' pointer from .. to ...

    Hello there,

    I'm creating kind of a GUI system, and I found myself in trouble when inheriting my base class in my other classes.

    This is the gui header:


    #ifndef _GUI_H
    #define _GUI_H
Results 1 to 10 of 10