I need to construct a circuit from a structural program and break it and interchange the parts.
I was wondering how do I do that in C++/C?I try drawing graphics using graphics.h line by line,circle by circle its s time consuming!!! Is there any other way of doing it?
I use turbo C and dev c++.