Answers for "how to clear the console in c"

C#
0

console clear c

By Using system(“clear”)
  or
By using a regex “\e[1;1H\e[2J”
Posted by: Guest on October-29-2021
1

console clear c+

i swear if you write system("cls"); one more time you're ugly
Posted by: Guest on August-02-2021
0

clear console

On CMD & Powershell:
cls
Posted by: Guest on August-01-2021

C# Answers by Framework

Browse Popular Code Answers by Language