May 30, 2019 at 12:41pm May 30, 2019 at 12:41pm UTC
//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 May 30, 2019 at 12:55pm UTC
Maybe you're not running on Windows.
Maybe you're not writing a console program.
May 30, 2019 at 1:00pm May 30, 2019 at 1:00pm UTC
Windows 10 pro 64 bit sooo
this thing is called Console Apllication so you know
May 30, 2019 at 1:03pm May 30, 2019 at 1:03pm UTC
Looks like you're missing ;
after system("CLS" )
May 30, 2019 at 1:06pm May 30, 2019 at 1:06pm UTC
thanks love ya im just idiot
May 30, 2019 at 1:54pm May 30, 2019 at 1:54pm UTC
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.