Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convolution

Status
Not open for further replies.

sedef

Programmer
Jan 5, 2005
2
TR
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.

Do you have an idea??
Thanks!!
 
> 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.

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top