Flipping cardsHave you realized that SDL goes "opposite way". That being top left corner is 0,0 and bottom right i...
Minesweeper done in main() using SDL2I was having fun time challenging myself to do minesweeper game yesterday and today with SDL2 and ha...
Code not workingThink about you snippet a bit. What happens when it reaches 600? It keeps doing 600->599->600->599.....
Cpp 2D struct Array[code]// Notice how this struct defines a row in-file? struct charData { string charName; float ch...
Limit on check writing[code]//Code above.. making limits, setting current checks for month, calculating current checks wri...