Archive for the 'Programming & Design' Category
Hi there. So, I’m on the last grade at school and one of my basic lessons is Algorithm Theory and Programming. It’s a really easy lesson, and there is also a fake programming language created exclusively for the lesson which mainly follows the Pascal model. Because I love IT and programming, I’ve also chosen the computer lab as a lesson of choice. So yesterday I was writing a program that we did on that lesson in C++ while on the lab, and the teacher noticed that (he is the same teacher that teaches us the basic lesson and we have a great relationship) so he came and told me that some other guys where trying to make a Sudoku game and asked whether I wanted to make a team with them and work on a new project. I happily accepted the offer and today I was trying to think of a new project, when this came to mind:
I’m into making a card-like game, not with graphics and stuff, just text. I want it to be this way: When the game starts, you get a number of choices (with simple output-input commands) like “Play”, “bla” “bla” and an option to add new cards (like yu-gi-oh) which will need a password. I’m ok until here, I just don’t know if this will need object-oriented programming which i’m still learning (remember, I’ll keep it simple!)
What do you think? any other ideas? thanks!
I have made a sudoku solver using C++ and need something to make the process of entering the values easier. At present it works like this: The user has to enter the row number, column number and the the value to be contained in the cell. What can I do to make the process simpler? Is there any way I can let the user click into the space and enter the value? Or can I use an excel file and import the values into C++?
Is there any other way? Can I create a table using HTML/Javascript and import the values as an array or something?
Please help. Any method would do. If you have any idea for a different way of entering the values, please suggest.
Thanks in advance
Hi all
i am so interested to know how people create sudoku,,
people all the time are busy solving sudoku boards, but my question is how to build a sudoku board, so others may solve …
how to make easy sudoku boards
how to make difficult sudoku boards
how to check if the sudoku you built has more than one solution
how to check if the sudoku has a solution at ALL !!
thanks alot guys, i would really appreciate answers with some explanation, i am planning to make a program in “C” Language that create sudoku boards in all Levels….. and still trying to figure out how to do it
thats all, cya











