Hi guys,
I am wondering if anyone could help me out with a problem I'm having at the moment as regards to making a particular solution more object oriented?
Basically, the problem is:
I wrote a program which carries out a convolution operation on a set of 'filter data' and a set'datas'.
Is it ok to post my whole code? all I need to do like I said earler on is to break the code into fragments(objects) basically making it more object oriented.