I must write a program that makes convolution and two dimensonal convolution.
I write the programs in BorlanC but person that I'll give the programs cannot take it. So I can't use converter.
> I write the programs in BorlanC but person that I'll give the programs cannot take it.
First question is, why are you using something so old?
Very old compilers do not generate optimal code for today's processors. It might be compatible, but its hardly efficient.
Second question is, what can the person you're giving the programs to accept?
If you stick to standard C, then anyone with a C compiler should be able to use your code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.