1.

Solve : C++ diffrent background and diffrent window?

Answer»

I'm pretty comfortable with iostream, i'm curious if there is a way to change the background color and maybe make a new BOX type window in C++?

thank you.
S_R_SDo you mean that you want to change the color of OUTPUT (CONSOLE) window?
If so you can use:

setbkcolor(COLOR);
It works in C but I am not sure about c++.
also write #include on top.

Check out if it works.
Please LET me know the result.



Discussion

No Comment Found