Joined
Last Seen
0 Reputation Points
20% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
0 Endorsements
Ranked #107.57K
3 Posted Topics
Re: The basic difference between character and string can be demonstrated as we use "cin" in case of character and "getline" of "cin.get" in case of strings.The reason of using getline is that we want to input characters from the user that may include spaces,i.e.,"Hello World". "cin" cannot take such input. | |
Re: I recommend you to download "Object Oriented Programming in C++" by Robert Lafore if you are a beginner. Link is given below [Click Here](http://khgamujtaba.blogspot.com/p/books.html) | |
Re: Watch this awesome and simple video by Tom Tukeywood to learn how to add graphics in Dev C++. [Click Here](http://khgamujtaba.blogspot.com/2015/08/installing-graphics-in-dev-c-many.html) |