Mar 13, 2005 #1 C coldfusion244 Junior Contributor 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 H HJB417 Contributor Joined Mar 5, 2003 Messages 609 Location Lowell, MA yes, but the methods u call, if any, may use the heap.