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
Ranked #72.8K
~199 People Reached
Favorite Forums
Favorite Tags
c++ x 2

1 Posted Topic

Member Avatar for cap2361

I M FACING BELOW PROBLEM WHEN PROGRAMMING IN CLASS IN C++. PLZ SORT OUT THIS WARNING IS: -- FUNCTION SHOULD BE EXPANDED INLINE class one { public: int a,b,c; void show() { for(i=0;i<=5;i++) { cout<<"sam"; } } }; void main() { one obj; obj.show(); } program is executing but compiler …

Member Avatar for sunrise_cool
0
199

The End.