what is a template?
Answers were Sorted based on User's Feedback
Answer / shiva
Template is for creating generic functions as well as data
members
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramya
templates are used for creating a family of function by
function templates,creating a family of class using class
templates
| Is This Answer Correct ? | 1 Yes | 2 No |
why we are using the fork command?.. how it works?
if x<>=z then statement end what is the cyclomatic complexity
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
differentiate between private, public and protected data members of the class using example.
Why should a c++ programmer be interested in stl?
how to making game in c++ ?
What is stl language?
Who wrote stl?
write a piece of c++ code which allocate memory to the 50 object of type CObj
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Explain when u will use Observer pattern and how u will implement in c++ .
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?