Search:

Type: Posts; User: thr

Search: Search took 0.00 seconds.

  1. Thread: library

    by thr
    Replies
    10
    Views
    1,121

    library

    hello i want to learn a library for c++ plz help me to choice best library for this programming language
    qt vs .net? wich is best and easy to learn?
    i want to write programs that run on linux and...
  2. Replies
    10
    Views
    2,445

    hello anon thank you i can solve my problem...

    hello anon
    thank you
    i can solve my problem with your guidance
    very thx
  3. Replies
    10
    Views
    2,445

    1. My example code of my classes 2. ...

    1.
    My example code of my classes
    2.
    class Mohreh
    3.
    {
    4.

    5.
    public:
  4. Replies
    10
    Views
    2,445

    no i dont want copy object of derived class to...

    no i dont want copy object of derived class to object of base class but i want to copy pointer of base class that point to object of derived class to pointer od base class that not point to any...
  5. Replies
    10
    Views
    2,445

    overload operator = with inheritance

    Hello please help me


    class X
    {
    public:
    virtual void function( ) = 0;
    protected:
    int x,y;
    color cl;
Results 1 to 5 of 5