docker pulling images的时候:
Using default tag:latest
latest:Pulling from library/ubuntu
fd2731e4c50c: Downloading [===========> ]
28a2f68d1120: Pull complete
a3ed95caeb02: Pull complete
...
在同一行,文字显示会有动画的效果,
如:
Downloading [===========> ]
完成后,
同一行变成:
28a2f68d1120: Pull complete
印象中,
很古早的时代,
Unix Terminal/ Windows DOS早就存在这种效果.
所以docker这个显示部份,很有可能是用C语言写的.
想请问大大们,
这是怎么写出来的?
iostream好像没有这类functions?