函数地址问题,谢谢!int f() { return 0; } devcpp下为什么cout < < &f 打印的是bool值? cout < < (long)&f 却能打印(decimal)地址?[解决办法]devcpp没提供这个功能呗。 习惯就好了。