hi,
how can we make typing tutor software in c language. plz guide me.
thnks
sanz 0 Newbie Poster
Recommended Answers
Jump to PostWell if you ask someone to type "please", and they type in "plz", do you tell them they're right or wrong?
http://www.catb.org/~esr/faqs/smart-questions.html#writewellWhich operating system and compiler are you using?
What sort …
Jump to PostHow about beginning with something simple like
Print out a sentence for the user to type in, say
"type in this line"Then read a line of input from the user, say
"ttpe in tjis line"Then what are you supposed to do (read your assignment)
- …
Jump to PostThe default position for a person's fingers are ASDF with the left hand
and JKL; with the right hand. All other keys
are reached from there, so you can start by making the user learn off those keys first.
Display variations of ASDF first, then variations of JKL;
Then mix …
Jump to PostUse the clock() function available in time.h twice. Once for starting the time and the other for stopping it. Take the difference and you have the time elapsed. Errors can be simply calculated by functions like strcmp.
Jump to Postnow how to calculate elasped time and accuracy
Refer my previous post. And use code tags. Don't use getch() in the while loop. Perform the storing and comparing operations there. And at the end of it all calculate the time elapsed as described earlier. Also, use this
All 18 Replies
Salem 5,265 Posting Sage
sanz 0 Newbie Poster
sanz 0 Newbie Poster
jephthah 1,888 Posting Maven
Salem 5,265 Posting Sage
Colin Mac 53 Posting Whiz
jephthah 1,888 Posting Maven
sanz 0 Newbie Poster
jephthah 1,888 Posting Maven
sanz 0 Newbie Poster
sanz 0 Newbie Poster
Jishnu 160 Posting Pro
jephthah 1,888 Posting Maven
sanz 0 Newbie Poster
Jishnu 160 Posting Pro
helmet_213 0 Newbie Poster
Mrityunjoy 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
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.