*Additional required info, I’m on windows, I use CLion & I’m still kinda new.
*
So I was recently trying to use the clrscr() from conio.h & also system(“cls”) from stdlib.h it seems like it’s not working.
Clrscr() not being able to use.
I also tried using system(“cls”) but it also doesn’t seem to work and rather than screen clear being performed, it is just echoing my input.
Input being echoed when I use system(“cls”)
Here, the system(“cls”) is used after the register and login display right over here on this code:
Code for system(“cls”)
This is also the same place where I tried using clrscr() so yea I would love some help on this.
Happy_soul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.