Mar 13, 2005 #1 C coldfusion244 Well-known member Joined Nov 24, 2004 Messages 266 Location Philadelphia If I compile and run a program in C++ it runs off the stack unless I allocate memory in the heap and load the rest of my code there correct?
If I compile and run a program in C++ it runs off the stack unless I allocate memory in the heap and load the rest of my code there correct?
Mar 13, 2005 #2 HJB417 Well-known member Joined Mar 5, 2003 Messages 609 Location Lowell, MA yes, but the methods u call, if any, may use the heap.