Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

I want to play blackjack (C++)

+7 votes
asked Apr 7 by Matteo Brini (190 points)
Hi, I will say I'm good at school C++ what libraries should i need to learn to make a working code?

1 Answer

0 votes
answered Apr 8 by Peter Minarik (86,240 points)

To be able to create a C++ program, you'll need to arm yourself with the following:

Follow the tutorials to learn the basics. Use the reference manual to see how each function should be used correctly.

And of course, use a search engine to look for problems you run into, chances are someone else has come across the same problem and has a solution online.

Good luck!

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...