Forum: C++ Jan 12th, 2008 |
| Replies: 9 Views: 1,387 Dear vijayan121 and Duoas
Thank you very much for your interest. I am relatively new to C++. Though I have experience in C and other languages, I can fairly manage myself up to intermediate level... |
Forum: C++ Jan 12th, 2008 |
| Replies: 9 Views: 1,387 Dear vijayan121
Again thanks for your fast answer.
As you said, this is not pragmatic in more complex cases. The problem is that I have more parts when I should do parameter dependent variable... |
Forum: C++ Jan 12th, 2008 |
| Replies: 9 Views: 1,387 Dear vijayan121
Thank you for your fast answer and your time. I saw your solution but I think is not viable. I am currently modifying a HUGE software project and trying to make a base class that... |
Forum: C++ Jan 12th, 2008 |
| Replies: 9 Views: 1,387 Dear all
In advance, thank you for your help. I am trying to initialize an object in C++ depending on certain parameter. Below is the source code I am using.
if(ARG::metrn==metrnSMD)... |