Questions tagged [qqwing]

QQwing is software for generating and solving Sudoku puzzles.

QQwing is software for generating and solving Sudoku puzzles. It has been ported to three programming languages: C++, Java, and JavaScript. It can be downloaded from qqwing.com

2 questions
1
vote
2 answers

QQWing generating a Sudoku puzzle of only zeros in my Android app

I am beginner programmer and I am trying to create my own Sudoku Generator using existing code that i found here http://ostermiller.org/qqwing/QQWing.java.html I put it in separate file in my package. I don't know exactly how to do this. I tried to…
Piotr Suchanek
  • 374
  • 1
  • 6
  • 20
0
votes
0 answers

Lexixal or Preprocessor issue: 'iostream' file not found

I am trying to use qqwing.h, qqwing.cpp and config.h files in my project to create a sudoku game and I am getting below error. I tried a lot of solutions by changing and setting different values in my project but nothing has solved my issue. Please…
user1722889