Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #44.2K
Ranked #3K
~834 People Reached
Interests
web development and Front End Designing
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for usmanjani
Member Avatar for jamesjohnson25

you cannot assign a value to a const variable except at the time of decleration

Member Avatar for aleeha.saqib.5
0
225
Member Avatar for Mahnoor_1

you need to compare both arrays element by element to check their equality. in == operator function, first check the size of both arrays, if equal then compare each element of both arrays in loop. for (int loop=0; loop<size; loop++) if (arr1[loop]!= arr2[loop]) break; // break from the loop , …

Member Avatar for aleeha.saqib.5
0
241
Member Avatar for usmanjani

you need to store user profile (user name , password etc) , Comments/posts by that user in classes. the comment/posts class will contan pointer of a user. For example , in case of facebook, create a class of user profile with name , user name , passowrd and other profile …

Member Avatar for aleeha.saqib.5
0
124

The End.