Results 1 to 3 of 3

Thread: VC++ help

  1. #1
    Member
    Join Date
    Nov 2001
    Posts
    37

    Question VC++ help

    In C programming if I wanna move the curosr I can use gotoxy() , and textattr() or textcolor() to change the text color.

    But, in VC++, which common shall I use if I wanna move the cursor from one point to another? and also how to change the text color, blink?

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    638
    You can use C commands in C++. Just import the relavant C libraries as <whatever.h> and use the gotoxy() and textattr() commands.
    OpenBSD - The proactively secure operating system.

  3. #3
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    gotoxy() and textattr() are Borland specific commands. I don't think there are equivalent functions in VC++.
    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •