What is RAII (Resource Acquisition Is Initialization)?
Answer / nashiinformaticssolutions
RAII is a programming idiom where resource allocation is tied to the lifetime of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What new()is different from malloc()?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
Explain friend class?
Differentiate between an inspector and a mutator ?
What is istream and ostream in c++?
What is binary object model?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is RAII (Resource Acquisition Is Initialization)?
What is scope in c++ with example?
Can you overload the operator+ for short integers?