How can i draw concentric cirles in c++ with a user inputed radii?
oosinoots 0 Newbie Poster
Recommended Answers
Jump to PostDrawing on the screen is complicated. Let's go back a step.
C++ doesn't know what a monitor is. It doesn't know about colours, or lines, or the keyboard, or what a mouse is, or anything like that. All that is handled by your operating system. If you want to draw …
Jump to PostAh, the graphics.h header and associated library.
For anyone wondering, graphics.h was originally a header (and associated library) that came with Borland software about thirty years ago for a 16-bit DOS OS. Over the last three decades, people have kept it alive by making it over and over again for …
All 7 Replies
Lucaci Andrew 140 Za s|n
oosinoots 0 Newbie Poster
oosinoots 0 Newbie Poster
Moschops 683 Practically a Master Poster Featured Poster
oosinoots 0 Newbie Poster
adam tolstoy commented: gr8 code +0
Moschops 683 Practically a Master Poster Featured Poster
adam tolstoy 0 Newbie Poster
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.