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
~834 People Reached
- Interests
- web development and Front End Designing
Favorite Forums
Favorite Tags
c++ x 4
social-media x 1
4 Posted Topics
Re: use graphic or graphic.h library in your project | |
Re: you cannot assign a value to a const variable except at the time of decleration | |
Re: 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 , … | |
Re: 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 … |
The End.