Wednesday 20 January 2016

Circle Drawing in C++

Q: Write a C++ Class for a circle drawing inheriting line class.

 

Framework Used:-QT

OS:- Fedora (Linux)

Note:- This code is utterly useless. It violates all the principles of Object Oriented Practices. It abuses inheritance and use DDA to plot a point(LOL). This code has been written in this way to satisfy the requirement of the problem statement.  




Screen Shot





Download Link

It includes all the header and source files along with a screen shot and executable file for Linux 64 bit( Works perfectly on Fedora) .
Download it here:mediafire
Size of Download 491KB approx

No comments:

Post a Comment