Recent content by AMKohn

  1. A

    C++ Sudoku program won't compile properly in GCC

    Best answer selected by AMKohn.
  2. A

    C++ Sudoku program won't compile properly in GCC

    Sorry I didn't mark this as sovled, I put a lot of work into it today and now I have SFML and GCC working. To anyone with the same or a similar issue, I had to recompile the SFML libs because the latest compiled ones aren't compatible with GCC 4.7.2.
  3. A

    C++ Sudoku program won't compile properly in GCC

    Hi, This is not a schoolwork assignment, I'm just learning/practicing C++. I am making a sudoku program/app/game and so far it's working great (it's a WIP so it doesn't generate the puzzles yet). I am trying to use SFML to make a GUI but was having issues with the VS compiler so I'm switching...