Search:

Type: Posts; User: Daggie

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,483

    was a typo :) I was translating it from Dutch...

    was a typo :)

    I was translating it from Dutch and apparantly I made a mistake there

    hope this makes more sence
  2. Replies
    3
    Views
    1,483

    Passing classes question

    I have the following, rather stupid question

    I made a parent class called "Space" with a name (eg. sun) and a weight (float).
    Then i made a child class called "Planet" with a datamember "Space...
  3. Replies
    7
    Views
    1,909

    http://www.trolltech.com/ Kdeveloper might be...

    http://www.trolltech.com/

    Kdeveloper might be interesting to you ...
  4. Replies
    5
    Views
    1,520

    http://www.cprogramming.com/cboard/forumdisplay.ph...

    http://www.cprogramming.com/cboard/forumdisplay.php?s=&forumid=9
  5. Replies
    7
    Views
    3,589

    are there any sites with some "monitoring" of...

    are there any sites with some "monitoring" of such projects ? Where I can see what steps need to be handled ? Some sort of analysis of the problem. And where I can get some feedback ?

    Because just...
  6. Replies
    7
    Views
    3,589

    using nothing but text editor ? Becoz that...

    using nothing but text editor ?

    Becoz that seems guge :)

    In Visual C++ (if it's anything like VB) it sounds doable

    Wouldnt it be smarter to learn more languages or newer "versions" of C then...
  7. Replies
    7
    Views
    3,589

    C++ to the next level

    Pretty stupid question here, but I insist on asking.

    I got 2 years of C++ at school, but I would like to learn on myself. Problem is what exactely is interesting enough to spend my time on ?...
  8. Thread: Overloading ==

    by Daggie
    Replies
    35
    Views
    3,170

    http://www.cs.rit.edu/~icss263/writing.classes/p8....

    http://www.cs.rit.edu/~icss263/writing.classes/p8.html

    If my quick read it correct accessor = getter/setter functions ?

    Then please give me an example how to use it for c * d and d * c, because...
  9. Thread: Kooky Clips

    by Daggie
    Replies
    8
    Views
    2,517

    LOL never saw that one before :)

    LOL

    never saw that one before :)
  10. Thread: Overloading ==

    by Daggie
    Replies
    35
    Views
    3,170

    just because of the class + 2, 2+ class issue,...

    just because of the class + 2, 2+ class issue, i'd make operator+ a friend function ..



    I don't think you need 2 functions for it ?

    friend Class operator*(double, const Class &)

    allows...
  11. Thread: compiler error?

    by Daggie
    Replies
    4
    Views
    914

    Borland 5.01 compiles it ..

    Borland 5.01 compiles it ..
  12. first of all, I'm new here, so don't shoot me :)...

    first of all, I'm new here, so don't shoot me :)

    Are you asking if it's possible to overload operators ? because that's possible ...

    To add objects of Classes to eachother for example ......
Results 1 to 12 of 12