Turbo C++ Codes Help Please.?

Okay, so I am making a simple project, what I need is simple codes to design my plain program, like changing of text colors for example, like blinking and many more(I'm sure there are many). You know for making a program be more lively, 'cause the way I see my program, it's very plain. Thanks.

Comments

  • Keep it plain - anything you add will be DOS-specific and non-portable.

  • you can do it using graphics.h headerfile..

    for more details, click on "help->index->graphics.h" in Turbo C++..

    then you will be able to see all the features that you can do...!

Sign In or Register to comment.