Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 95287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:38:04+00:00 2026-05-10T23:38:04+00:00

I see console apps print colors and seen apps such as ffmpeg print text

  • 0

I see console apps print colors and seen apps such as ffmpeg print text over itself instead of a new line. How do I print over an existing line? I want to display fps in my console app either at the very top or very bottom and have regular printfs go there and scroll normally.

I need this for windows, but this is meant to be cross platform, so I will eventually have a linux and mac implementation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T23:38:05+00:00Added an answer on May 10, 2026 at 11:38 pm

    There is two simple possibilities which work on linux as well as windows, but only for one line:

    • printf('\b'); will return for one character, so you might count how many character you want to backspace and fire this in a loop, or you know that you only write n numbers and do it like
      printf('\b\b\b\b\b\b\b\b\b\b');
    • printf('text to be overwritten by next printf\r'); this will return the cursor to the beginning of the line, so any next printf will overwrite it. Make sure to write a string of same length or longer so you overwrite it entirely.

    If you want to rewrite several lines, there is nothing so portable as ncurses, there is libs for it on practically every operating system, and you don’t have to take care of the ANSI-differences.

    edit: added link to ncurses wikipedia page, gives great overview and introduction, as well as link list and maybe a translation to your preferred language

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 68k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Can I suggest an alternative approach? Set a CSS Style:… May 11, 2026 at 12:14 pm
  • added an answer a) In the example you are not properly disposing NHibernate's… May 11, 2026 at 12:14 pm
  • added an answer Basically, polymorphic association by definition adds ability to create associations… May 11, 2026 at 12:14 pm

Related Questions

I see console apps print colors and seen apps such as ffmpeg print text
I see a lot of talk on here about functional languages and stuff. Why
I see in the Stack Overflow footer that the SVN Revision number is displayed.
I see many user interface control libraries for .NET, but where can I get
I see 2 main ways to set events in JavaScript: Add an event directly
I see many similar questions, however I want to find the Username of the
I see in the MATLAB help ( matlab -h ) that I can use
I see often (rewritten) URLs without ID in it, like on some wordpress installations.
I see that within MySQL there are Cast() and Convert() functions to create integers
I see them all the time and always ignore them. Can someone explain to

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.