User profile: bolohardik

User info
User name:bolohardik
Email:bolohardik@gmail.com
Name:Hardik Shah
Location:Mumbai
Statistical data
Gender:Male
Occupation:Consultant
Skills:C
PHP
C++
C++/MFC
VB .NET
Java
Javascript
C#/.NET
History
Joined:
Number of posts:15
Latest posts:

Create Instances of a Class During Runtime
You should use [code]char *name;[/code]

Create Instances of a Class During Runtime
Hi @kyon : It was really a very nice description of difference between using vector<Class*> and vec...

Create Instances of a Class During Runtime
Hi [quote] This kind of classes are basically used so that there exist only one instance of the ...

Create Instances of a Class During Runtime
Hi Flaurance, As per my understanding, non-copyable class means the class which has private copy ...

Create Instances of a Class During Runtime
This mean that using vector<Class*> is much better option than using the vector<Class> as in the la...