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
1 Posted Topic
Re: 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 … |
The End.