i'm currently doing an assignment which asked me to do something like a sudoku. but this 1 is a 4 by 4 sudoku.
the part tat i'm stuck is where i need to make a grid tat enable the user to move around in it n input their answers.
sieghuirt 0 Newbie Poster
Recommended Answers
Jump to Postthe program needs remember only the current pos and the position that contains mouse clicked pointer pos and do smt if it is in the current pos' neighbor.
Jump to PostYes, please read the rules regarding code tags and chat-speak as well as this thread:
http://catb.org/esr/faqs/smart-questions.html
Here's your code:
#include <iostream> using namespace std; void displayMenu() { system("cls"); cout << …
Jump to PostVernonDozier:
the ncurses is a library tat i need to dl from the net??
asking my lec whether this is ok. since he didnt teach us anything bout this.
so, is there any alternative way??
one more question.
in the grid i made, it display 0.
0 0 0 0
…
Jump to Posti would like to use the ncurses but the thing is since it is new to me, it take time and the due date is kinda near for my assignment. i'm afraid tat i might not get it in time tat's y i'm asking for an alternative way to solve …
All 15 Replies
mrnutty 761 Senior Poster
sieghuirt 0 Newbie Poster
ebookfinder 0 Newbie Poster
mrnutty 761 Senior Poster
Nathan Campos 23 Junior Poster
sieghuirt 0 Newbie Poster
VernonDozier 2,218 Posting Expert Featured Poster
Nathan Campos 23 Junior Poster
sieghuirt 0 Newbie Poster
VernonDozier 2,218 Posting Expert Featured Poster
sieghuirt 0 Newbie Poster
mrnutty 761 Senior Poster
VernonDozier 2,218 Posting Expert Featured Poster
sieghuirt 0 Newbie Poster
VernonDozier 2,218 Posting Expert Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.