Conditions at Compile time

  • Thread starter Thread starter Yosi
  • Start date Start date
Y

Yosi

Hi,
I wondering if there is any whay to add some conditions to
my code which used on the compile run time,
as on C++/C
"
#ifdef DEBUG
UI ui("AppDBG> ");
#else
UI ui("App> ");
#endif
"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top