&&该怎么解决
&&
&& (pSettings-> AutoStopAtConsole() == true))
//这个&&放在一句的最前面 我不明白是什么意思?请指点
(taodm,别跟我说,去找本c++的书看 )
------解决方案--------------------
还错了:(:::
#ifdef BFC
if ((fpSystem-> RunConsole() == true) && (pSettings-> AutoStopAtConsole() == true))
return DS;
#else
if ((fp-> RunConsole() == true) && (pSettings-> AutoStopAtConsole() == true))
return DS;
#endif
&& (pSettings-> AutoStopAtConsole() == true))
//这个&&放在一句的最前面 我不明白是什么意思?请指点
(taodm,别跟我说,去找本c++的书看 )
------解决方案--------------------
还错了:(:::
#ifdef BFC
if ((fpSystem-> RunConsole() == true) && (pSettings-> AutoStopAtConsole() == true))
return DS;
#else
if ((fp-> RunConsole() == true) && (pSettings-> AutoStopAtConsole() == true))
return DS;
#endif