Search:

Type: Posts; User: rsimcic

Search: Search took 0.01 seconds.

  1. Thread: graphics

    by rsimcic
    Replies
    6
    Views
    1,071

    I done it. Thanks now a new question:D ...

    I done it. Thanks
    now a new question:D

    with outtextxy (x, y, "name");
    I put a text on coordinates x,y. now I want to input onother text at the end of the first one and put it in a...
  2. Thread: graphics

    by rsimcic
    Replies
    6
    Views
    1,071

    graphics

    I tried with the path in ("") -> initgraph(driver,mode, "PATH")
    but the error is still the same.
  3. Thread: graphics

    by rsimcic
    Replies
    6
    Views
    1,071

    graphics

    I am a beginner in programming with c++.
    I tried to initialize graphics but it isn't working.
    I used initgraph and the compiler returned an error

    #include <graphics.h>
    #include <iostream.h>
    ...
Results 1 to 3 of 3