Activity overview
Latest activity by seb
j think finding the solution here http://compgroups.net/comp.lang.c++.mod ... n-in-C++-C / comments
j think finding the solution herehttp://compgroups.net/comp.lang.c++.mod ... n-in-C++-C
do you know the modopt and modreq translation please
why this code is translate like this ?
source:
class ClassA;
template<typename _Type> class ClassTempA;
public interface class Test : BaseFunc {
public:
ClassTempA<int>& SomeF...