c++ - how to specify entry point
- "alzhu" <alzhu.san 163.com> Jan 19 2011
- Walter Bright <newshound2 digitalmars.com> Jan 21 2011
I want to know how to specify an entry point other than the default one, which switches to be use. Thank you Alzhu
Jan 19 2011
alzhu wrote:I want to know how to specify an entry point other than the default one, which switches to be use.
These might help: http://www.digitalmars.com/ctg/pragmas.html#startaddress http://www.digitalmars.com/ctg/acrtused.html
Jan 21 2011








Walter Bright <newshound2 digitalmars.com>