You will have to draw every line and circle through your code,there won’t be a shortcut for that. Though, I would suggest using other graphics libraries like OpenGL. In other languages certain IDEs have features wherein you don’t have to write a code but you can manually design your graphics on a editor window and the code behind is generated on it’s own. I’m not sure if there are any such IDEs for c/c++.
solved 3D or 2D graphics in c/c++? [closed]