User: sindhu05

  • Public profile

User profile: sindhu05

User info
User name:sindhu05
History
Joined:
Number of posts:32
Latest posts:

Why does character input display a complete string if a string is entered?
I am using Visual Studio 2019.

Why does character input display a complete string if a string is entered?
Here's a simple code [code] #include <iostream> using namespace std; int main() { char c;...

How can I check if any thread is asleep? and how to wake them up?
Following is the question, "Implement an "alarm clock" class. Threads call "Alarm:GoToSleepFor(int...

Giving error at accessing the array, in a class Matrix
What it is doing is this that it is calling the destructor of Local Variable (P) made in "Add" funct...

Giving error at accessing the array, in a class Matrix
Please see the following code [code] #include<iostream> #include<ctime> using namespace std; class...

This user does not accept Private Messages