It's about supermarket billing, (You can enter products (as admin) , choose from a list to buy em see what the cost is going to be and other BS like this)
What I want to do is , in every different menu I want a different color.
I need a simple (library) function..that I can simply put in the first line of my different menu functions ,and for that particular screen the color will be something other than the main menu...
Hello Thunderman: what you have to do is that just write following function code in your main program and call it with passing different numbers. it will produce different colours for text on your consloe:
you have to call this function like this: setcolor(13);
for different colors use different nubers instead of 13.
if you want to use a simple technique then try: system("color 0c");
here you also can change "0" and "c" with any number 0-9 or alphabit a-f.
InshahAllah it will help you.
Enjoy...