Search:

Type: Posts; User: skora

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,578

    string to ASCII and back...

    Hi!
    i have to write a program that will ask user to enter an unsigned integer and any string and then my program has to output new string which is the old string transfered into ASCII + unsigned...
  2. Replies
    5
    Views
    1,371

    thanks for your help.... this should fix my...

    thanks for your help....
    this should fix my code...
  3. Replies
    5
    Views
    1,371

    virtual classes and inheritance

    i have two question

    1.If i have this two classes


    class Vehicle {
    public:
    virtual int weight() const;
    //....
    };
  4. Thread: MFC question...

    by skora
    Replies
    1
    Views
    1,021

    MFC question...

    I have a problem to write an MFC application that will display whatever the user types in the client area. Also I need to restore (repaint) everything when user minimize the window.

    Right now I am...
Results 1 to 4 of 4