User: athachil

  • Public profile

User profile: athachil

User info
User name:athachil
Name:Abhilash S Thachil
Location:Pune, India
Bio:known is a drop... unknown is an ocean.... C++
History
Joined:
Number of posts:14
Latest posts:

Pointer to class error
Your "node" class should know what are the methods provided in "citizen" to allow you to call any of...

Return String from a Function!!
Hi, If you write something like [code] return "Some String"; [/code] in your program, the co...

Polymorphism: Accessing inherited class variable
Hi, C++ does not support virtual data members. When you use an "is-a" relationship, ie, use a ...

exception handling
Hi, If you are not handling a particular type of exception then you can throw it again so that so...

fopen --> How to reads what a file contains?
Hi [quote] There are two versions of getline(). The one he is using takes a string rather than a...

This user does not accept Private Messages