Search:

Type: Posts; User: Banna

Search: Search took 0.00 seconds.

  1. Thread: small question

    by Banna
    Replies
    1
    Views
    965

    small question

    I have finished my first program in my life.

    Can any body tel me how i can tern the file to ".exe" file so i can run it without the need to open visual C++.

    thanks in advance :)
  2. Replies
    5
    Views
    1,079

    does rect.h containes "RectangleShape" code?

    does rect.h containes "RectangleShape" code?
  3. Replies
    5
    Views
    1,079

    This is rect.h header #ifndef RECTSHAPE_H...

    This is rect.h header



    #ifndef RECTSHAPE_H
    #define RECTSHAPE_H
    #include "shape.h"
    class RectangleShape : public Shape {
    public:
    RectangleShape(SimpleWindow &Window,
  4. Replies
    5
    Views
    1,079

    how can i link file? sorry but i am just new to...

    how can i link file? sorry but i am just new to c++
  5. Replies
    5
    Views
    1,079

    Need your help please

    I have got C++ programdesign book and i have just copy and past the following code then i get a very strange error



    //**************************************************************************...
Results 1 to 5 of 5