Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do i change the color of the background and the font?

0 votes
asked May 21, 2018 by anonymous
I can use system("Colors ..") when using Visual studio but how can I do it in the IDE?

1 Answer

+2 votes
answered May 22, 2018 by anonymous
system("colors") is windows console only that is the reason why you can not use it here. you should try to avoid operating system specific console calls so it is platform independent
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...