blah blah blah is here! blah blah » Close

1
votes
1 answers

switch case, find button ID

Hi all! I just started learning this stuff at school, as you might understand im a total noob. I tried for a day, and still can figure it out! This is my code.. ID's and stuff are in Norwegian. knapp = button en, to, tre, fire = one two t ...

0
votes
2 answers

Can use a switch statement for this or I'm going to just have to use if statements?

so honestly, I want to do it this way, but I can't. It says cannot convert 'bool' to 'int'. I'm asking because I do not fully understand what all I can do with a switch statement. I'm getting the drift I'm going to have to use if statements ...

Feedback