declaration of classes
-
i have here this pice of code from a class i dont understand what does _RSA_FZM_CLASS stand for.what must i type in as search to get more information on this type of declarations of classes class _RSA_FZM_CLASS TRsaFuzzyAccumulation : public TRsaFuzzyOR { public: //member functions };
-
i have here this pice of code from a class i dont understand what does _RSA_FZM_CLASS stand for.what must i type in as search to get more information on this type of declarations of classes class _RSA_FZM_CLASS TRsaFuzzyAccumulation : public TRsaFuzzyOR { public: //member functions };
It's probably a MACRO, so put your mouse over it and see if intellisense tells you what it really means. Christian Graus - Microsoft MVP - C++
-
i have here this pice of code from a class i dont understand what does _RSA_FZM_CLASS stand for.what must i type in as search to get more information on this type of declarations of classes class _RSA_FZM_CLASS TRsaFuzzyAccumulation : public TRsaFuzzyOR { public: //member functions };
Christian Grauss wrote: t's probably a MACRO, so put your mouse over it and see if intellisense tells you what it really means. and if it doesn't, search for
_RSA_FZM_CLASS
into your hole project, and in the included files...
TOXCCT >>> GEII power
[toxcct][VisualCalc]