Colors in C++

Salaam(Prayers to you) everyone.
i'm dealing with OOP in c++.
i want to decorate my program with colors and borders without using C code. in want code for colors and designs in C++.
waiting for your suggestions :)

Two difficult but powerful/professional options: MFC (Native Windows stuff) or Qt (Platform independent).

Two easier option: SFML or SDL.

SFML has some very good tutorials which help to understand GUI design and OOP. I recommend it:
http://sfml-dev.org/
http://sfml-dev.org/tutorials/2.1/graphics-draw.php

Last edited on
thankyou Stewbond :)
Topic archived. No new replies allowed.