Hey Bro I want to learn about threading in c++
If you guys plz help how should i start with threading in c++???
I have no concepts about threading so plz
consider that while you suggest!!!!!!!
why did you place your question in a code box? And also, what experience do you currently have with C++? It's recommended you have a general understanding of the language before jumping into parallelism
You should take a look at using std::future for asynchronous programming, it's a new concept introduced with C++11 and it very powerful. Do you have a specific goal in mind? there are many ways you can parallelize code in c++, depending on what you are trying to accomplish
Actually i want to make a snake game and cin >> stream pauses the console until the input is given
i want that my snake keep on running and when i press w it moves upwards and when i press d it moves downwards
Actually the peoblem is that i don't know graphical interface in c++
tell me what should be the best way to learn windows programming and
which should be the best book to guide me on graphics in c++ ....