Search:
Forum
General C++ Programming
system("cls") problem help
system("cls") problem help
May 30, 2019 at 12:41pm UTC
Manequ
(9)
//rysowanie planszy-----------------------------------------
system("CLS") // oczyszczanie ekranu
//gorna ramka
for(int i=0; i<=szerokosc ; i++/* i=i+i i+=i */)
i cant clear the screen what did i wrong?
ive included cstdlib
May 30, 2019 at 12:55pm UTC
salem c
(3700)
Maybe you're not running on Windows.
Maybe you're not writing a console program.
May 30, 2019 at 1:00pm UTC
Manequ
(9)
Windows 10 pro 64 bit sooo
this thing is called Console Apllication so you know
May 30, 2019 at 1:03pm UTC
Repeater
(3046)
Looks like you're missing
;
after
system(
"CLS"
)
May 30, 2019 at 1:06pm UTC
Manequ
(9)
thanks love ya im just idiot
May 30, 2019 at 1:54pm UTC
salem c
(3700)
Right, so what you should have posted was your ACTUAL error message(s).
Along with your actual code - all of it.
Just snipping away at what you deem to be irrelevant and reducing the error messages to "something's wrong" isn't helpful in the least.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs