Relative Content

Tag Archive for c++warnings

warning: initialization makes integer from pointer without a cast [-Wint-conversion}

For a coding assignment I’m trying to make a ‘personality test’ to determine what the users favorite genre is and what his favorite artist is (including the songs of the artist). The problem I am having right now is that for some reason I keep getting the same error: warning: initialization makes integer from pointer with a cast [-Wint-conversion}. I have absolutely no clue how to fix this and I have tried about a thousand things so if there is anybody who can help me it would be very much appreciated.

warning: initialization makes integer from pointer with a cast [-Wint-conversion}

For a coding assignment I’m trying to make a ‘personality test’ to determine what the users favorite genre is and what his favorite artist is (including the songs of the artist). The problem I am having right now is that for some reason I keep getting the same error: warning: initialization makes integer from pointer with a cast [-Wint-conversion}. I have absolutely no clue how to fix this and I have tried about a thousand things so if there is anybody who can help me it would be very much appreciated.