Search found 4 matches

by Ross91
September 19th, 2018, 3:44 pm
Forum: Everything
Topic: Initializer list Question
Replies: 1
Views: 1109

Initializer list Question

I'm just beginning the Fart-Annoyed project. I had an annoying problem with the initailizer list that took me ages to discover and fix. I don't fully understand why it didn't work, stepping through i could see it working. it would initialise the top constructor, but then it would reset because it wo...
by Ross91
August 21st, 2018, 1:56 pm
Forum: Everything
Topic: box2D - Generating sln file help!!
Replies: 1
Views: 1333

box2D - Generating sln file help!!

Hi everyone, I've cloned box2D, but then realised on the solution video that the sln file is missing, and we have to generate it. i downloaded the premake folder but i cant get it to run, im not sure what im doing wrong. i can navigate to the folder with the command prompt and try premake5 vc2017 bu...
by Ross91
July 31st, 2018, 10:41 am
Forum: Everything
Topic: LNK2019 Unresolved External Symbol
Replies: 4
Views: 2087

Re: LNK2019 Unresolved External Symbol

Thanks for the reply, i did have my definition in my .cpp file. although I've just realised i have 'inline' included for some reason. I'm not sure how i managed to do that. what exactly does it mean? everything works fine now I've deleted it. inline Poo::Poo(int in_x, int in_y, int in_vx, int in_vy)...
by Ross91
July 31st, 2018, 8:44 am
Forum: Everything
Topic: LNK2019 Unresolved External Symbol
Replies: 4
Views: 2087

LNK2019 Unresolved External Symbol

Hi, I've been following the awesome tutorials by chilli. So far I'm really enjoying them! I'm currently on Tutorial 12 of the beginner C++ series, I'm now using the game constructor initialiser list to set the poo position with the random number generator. it throws an error which is directly relate...