This is a discussion on Diff inline function and ordinary function within the C and C++ Programming forums, part of the Software Development category; Hi can u brief about the difference between inline function and ordinary function?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| inline function is use stack memory.it is used for small operations and not use for loops because it take more memory. inline function is load the function at the called time only. inline function execute very fast.reduce the memory size. only disadvantage is not for big operation,loops and use the stack memory. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inline Function C++ | kingmaker | C and C++ Programming | 10 | 12-17-2008 07:17 PM |
| what is the use of ob_start() function? | saravanan | PHP Programming | 3 | 03-28-2008 02:57 AM |
| Get Age Function in SQL Server | itbarota | Database Support | 0 | 12-21-2007 01:07 AM |
| mail function | vijayanand | PHP Programming | 2 | 08-03-2007 12:55 AM |
| What is the use of VALUE function in SQL Server? | bluesky | Database Support | 1 | 07-25-2007 05:56 AM |