This is the list of errors I get when trying to build in visual studio for Windows 10. The code for generating the random number works with XCode but it does not work in MS Visual Studio. Please figure out why and fix.
Severity
Code
Description
Project
File
Line
Suppression State
Warning
C4244
'=': conversion from 'int' to 'float', possible loss of data
This is the list of errors I get when trying to build in visual studio for Windows 10. The code for generating the random number works with XCode but it does not work in MS Visual Studio. Please figure out why and fix.