Bitmap/Flood fill: Difference between revisions

Content added Content deleted
Line 289: Line 289:
* standard output file.
* standard output file.
*
*
* Note: In order for a program to work properly it is necessary to allocate
* In order for this program to work properly it is necessary to allocate
* enough memory for the program stack. For example, in Microsoft Visual Studio,
* enough memory for the program stack. For example, in Microsoft Visual Studio,
* the option /stack:134217728 declares a 128MB stack instead of the default
* the option /stack:134217728 declares a 128MB stack instead of the default