CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Posts
    2

    Smile progress bar in command

    Does anyone know how to write a code can show progress in command line?

    I write a nonMFC code, but now needs a progress bar like this: ---- 16% ---

    How to do this in command line?

  2. #2
    Join Date
    Nov 2004
    Posts
    32

    Cool Re: progress bar in command

    Try this to back and replace since the number:
    printf("\b");//backspace

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured