User profile: vengateshs

User info
User name:vengateshs
History
Joined:
Number of posts:9
Latest posts:

static cast vs. dynamic cast
To be exact, One line for each cast. ;)

A very simple C++ program question
When you use exit() method, you are directly passing the return value to the operating system. In ...

seg faults with lists
[tt]Are you trying something like the one below? If so, you may get some clue on seeing the output...

seg faults with lists
http://www.cplusplus.com/reference/stl/list/push_back.html

static cast vs. dynamic cast
In one line, static_cast => C-style typecasting in C++ dynamic_cast => to cast objects acros...

This user does not accept Private Messages