what happend if i give codes in between #if 0 and #endif
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hello everybody, what happend if i give codes in between #if 0 and #endif, will these line executed or not? Thanks & Regards, A. Gopinath.
-
Hello everybody, what happend if i give codes in between #if 0 and #endif, will these line executed or not? Thanks & Regards, A. Gopinath.
Such code is removed by the preprocessor, hence the compiler won't see it and the chances it will be ever executed looks very little... :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]