No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi all, I am somewhat new to templates, but slowly realizing it is very powerful. Facing a problem. I have a template class. [CODE]template <typename T> class myTemplateClass { //Some code here };[/CODE] In another class I need to create a fixed number of Objects of the above template class …
Seems like the supplied dll files contains the required functions. So you cant just call these functions from c++. i am not quite sure whether there is any way to import dll to an ordinary c++ program. You can do it in Visual Basic or Visual c++. Another thing you …
Use typedef. Ex : typedef A<int> myAInt; B<myAInt> myBofAInt;
The End.
Premlal