by Hand of Fate » Oct 5, 2004 @ 2:20am
I was curious. Macros vs. functions. Using macros would substitute the macro string possibly many times, so this would create much larger code than using a single function call? So would this make macros instead of using a function a disadvantage when it comes to memory usage because the memory usage for the program would be bigger w/macros?