How to change the color and size of output in C++? How to Draw columns? I'm a beginner... Pls help...

Recommended Answers

All 2 Replies

Very vague, if you mean on a console window, then your best bet would be to use a library such as nCurses.

graphics in dos console are so hectic, if its a high school project then forget including graphics because you will not learn anything, when u will proceed to higher languages like java... you will not need graphics like that, they will provide you interface with facilities.

Forget graphics now.

C++ doesnt provide graphics, you have to use c graphics.
#include <graphics.h>
im sorry i cant code a sample graphics in C for u here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.