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
~866 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 4
4 Posted Topics
use graphic or graphic.h library in your project
Re: Need help in c++
you cannot assign a value to a const variable except at the time of decleration
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: need Help
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.
aleeha.saqib.5