Help with hunger games simulator

  • Thread starter Thread starter x65943
  • Start date Start date
  • Views Views 1,028
  • Replies Replies 2
  • Likes Likes 1

x65943

Attack car enjoyer
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
7,632
Solutions
3
Reaction score
51,554
Trophies
11
Location
Taekwondo Gym
XP
48,392
Country
United States
So I found this hunger games simulator

https://github.com/ttichler/Hunger-Games-Simulator/tree/79cf0eecfd904555f76e231452ff8d04a48d14e8

When I run the binary it skips the bloodbath, and moves straight into the meat of the competition

When I compile the binary from the source myself it only does the bloodbath, and never moves on to the competition proper

I am using visual studio 2017 as I believe that is the version the program was written in (tried 2019 but also having issues there)

---

So any help? I'm a novice entirely when it comes to this stuff

Ideally I want to edit the dayevents.cpp and compile the binary myself - that way I can spice up the competition a bit

Thanks to whoever can read this and any insight you lend me
 
I have not got the stuff to test it myself right now but anybody likely to help here is going to want to see the logs the compiler made when compiling.
 
  • Like
Reactions: x65943
Good catch Fast

Code:
1>------ Build started: Project: HungerGamesSimulator, Configuration: Debug x64 ------
1>BloodbathEvents.cpp
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(31): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(81): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(120): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(160): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(199): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(237): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(276): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(283): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(288): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(352): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(392): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(425): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\bloodbathevents.cpp(463): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>DayEvents.cpp
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(64): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(95): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(124): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(148): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(165): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(167): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(172): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(206): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(230): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(255): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(272): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(297): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(313): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(334): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(369): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(385): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(414): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(442): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(465): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(482): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(505): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(513): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(518): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(608): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(609): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(614): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(670): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(700): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(701): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(706): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(778): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(794): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(821): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(841): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(842): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(847): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(849): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(854): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(919): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(920): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(925): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(927): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(932): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(934): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(939): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(941): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(946): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(948): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(953): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(961): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(966): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1102): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1129): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1146): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1174): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1197): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1220): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1248): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1269): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1270): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1275): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1348): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1349): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1354): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1356): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1361): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1363): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1368): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1370): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1375): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1416): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1443): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1459): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1460): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1465): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1498): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1516): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1517): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\dayevents.cpp(1522): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>NightEvents.cpp
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(8): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(36): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(53): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(77): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(94): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(95): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(100): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(125): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(126): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(131): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(133): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(138): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(140): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(145): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(177): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(201): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(207): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(267): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(283): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(299): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(322): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(347): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(348): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\nightevents.cpp(353): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>Simulation.cpp
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\simulation.cpp(33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\simulation.cpp(34): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>Source.cpp
1>Tribute.cpp
1>Generating Code...
1>c:\users\x65943\desktop\hunger-games-simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\hungergamessimulator\tribute.cpp(30): warning C4172: returning address of local variable or temporary: tribute
1>HungerGamesSimulator.vcxproj -> C:\Users\x65943\Desktop\Hunger-Games-Simulator-79cf0eecfd904555f76e231452ff8d04a48d14e8\x64\Debug\HungerGamesSimulator.exe
1>Done building project "HungerGamesSimulator.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
 
Last edited by x65943,

Site & Scene News

Popular threads in this forum