There are many researches about converting projects from structure programming to OOP In general there are a decrease in performance but this depend on 1 - The Project itself 2 - Developers skills 3 - Development tools In some projects this decrease is not a matter, but some projects is sensitive. IMHO, try to convert part of the project, then test and study results. Greetings, Mahmoud Fayed [PWCT Architecture] http://doublesvsoop.sourceforge.net
--- On Tue, 12/9/08, Jos Timanta Tarigan <[EMAIL PROTECTED]> wrote: From: Jos Timanta Tarigan <[EMAIL PROTECTED]> Subject: [c-prog] How OOP affect performance To: [email protected] Date: Tuesday, December 9, 2008, 12:06 AM hi, im currently trying to convert a code from functional to OOP. but the program is performance sensitive kind of program. is it that significant to change from functional to OOP? how it will affect the programs performance( time and memory)? is it that much different from calling a function compared to a function from another object? thanks in advance regards [Non-text portions of this message have been removed]
