+ 3

How can I make a map fits into different screen widths in c++ ?

It took me a long time to draw a map in a c++ code in sololearn's code playground and it looked fine at the end, but when i ran the code in another device, which has a smaller screen, the map was ruined :( Is there any function or anything that makes the output fits into different screen widths ?

31st Jan 2018, 7:03 PM
Anas Alrayes
Anas Alrayes - avatar
1 Réponse
+ 2
Don’t think so, but you could ask user for map width if too big.
31st Jan 2018, 9:21 PM
Jacob Pembleton
Jacob Pembleton - avatar