Hello fellow programmers, well I have a doubt to which I have no idea. Well, coming straight to the point, in Turbo C, we can switch to the graphics mode by using the initgraph() function. We can access 16 colors there. We can switch to 256 color mode also by using some dos interrupts. I would like to know how can we access more than 256 colors just like windows. Even windows was built using C and asm, can we 2 access more than 256 colors????