User: rai2412

  • Public profile

User profile: rai2412

User info
User name:rai2412
History
Joined:
Number of posts:4
Latest posts:

How to read a line with Spaces in c++ ?
You need to add cin.clear() and cin.ignore() before using another getline () or cin . Thanks MiiNiiP...

User Input in italics
liuyang Exactly so. How can I resolve this?

User Input in italics
How can I program it in C++? int main() { string h; cout << "Enter a sentence"; getline(cin, h); co...

User Input in italics
Hello! I am a beginner in C++.The program I want to create is as follows. The program will take ...

This user does not accept Private Messages