There are three expressions:
(a)
(b==2)
(2)
Each of those is evaluated (but none of them cause any action) in sequence.
Finally the last expression (following the last comma) is used as the value of the entire expression.
Zero corresponds with false, any non-zero value is true.
i am making a game called ludo. i dont know you are fimiliar with it or not. so i want the desired block on desired location. 2 dimentional array represents x and y axis of block and loops i represent x axis and j represent y axis.
i am making a game called ludo. i dont know you are fimiliar with it or not. so i want the desired block on desired location. 2 dimentional array x and y axis of block and loops i represent x axis and y represent y axis.
i just started making different programs in cpp. it is my 3rd game by the way. 1st one was like pacman second was jumping from obstacles. just as the dino game on google which occurs when your net connection is interupted. i wrote it bcoz to let you know i just started simple coding this so you could figure out how could be this programs written.but it is tough for me
i just started making different programs in cpp. it is my 3rd game by the way. 1st one was like pacman second was jumping from obstacles. just as the dino game on google which occurs when your net connection is interupted. i wrote it bcoz to let you know i just started simple coding this so you could figure out how could be this programs written. But it is tough for me
In other words, you are making about less than 10% progress?