Thread: Oop Vs Pp
View Single Post
Old 24-08-2006, 05:17 PM   #3
Eagg
Forum hobbit

 
Join Date: May 2006
Location: ,
Posts: 29
Default

Pointers don't necessarily make programs slower, they are there to improve performance and memory footprint when used correctly.

I don't have any output within the time critical sections as you can clearly see, the loop2 loop is only to make the statistics numerically stable and does not count to any functions duration time.

If you mean the output code that is commented out, it was only there to make sure that all the functions actually work correctly and deliver me the same end result (x, y).
Eagg is offline                         Send a private message to Eagg
Reply With Quote