Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~193 People Reached
About Me

Student

PC Specs
HP Pavilion notebook, Core 2 Duo 2.0 GHz. 3 GB RAM, 320 GB HDD, NVidia 8400GM Graphics Card
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for john_beginner

hello, i'm new to cpp & I wanna know that in C++ if there is multiple inheritance is done suppose, Class A & Class B public,protected member is inherted in Class C like, [code] class A { protected: int no1; public: void get_a(void) { cout<<"Class A"; } }; class B …

Member Avatar for indianapple89
0
107
Member Avatar for indianapple89

How do I read individual cell data from an excel sheet? I know how to extract the data from the .xls file and bind it to a gridview. But how do i extract data from a particular cell or column and save it in a local variable for instance. I …

Member Avatar for ddanbe
0
86