ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

n3n3's Content

There have been 2 items by n3n3 (Search limited from Apr 17, 2023)


By content type

See this member's

Sort by                Order  

#34759842 Need help in C++ threading queue mutex

Posted by n3n3 on 07 August 2021 - 08:47 PM in C/C+

People are not going to magically come up with all the potential retarded shit you wrote. If you want help, post the buggy code.




#34759828 How to make a program restart from beginning

Posted by n3n3 on 07 August 2021 - 08:46 PM in C/C+

You are mixing up C headers and C++...

 

just wrap your main body in a

char c;
while (cin >> c)
{
..
}