C programming project, please help to build the following program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

C programming project, please help to build the following program

 A simple project in C that generates random shapes to resemble English characters and then asks users to identify them. You may base a login system around this concept. 

23rd Jan 2018, 12:14 PM
sohail khan
sohail khan - avatar
2 Answers
+ 10
you will hard find here someone who give you complete project solution, i think that is better idead that you start alone and then if you need some help you can ask for it...
24th Jan 2018, 1:06 AM
Vukan
Vukan - avatar
+ 1
First you should teach your Program each character by using an array[n][n]. there you define each character like 00100 01010 11111 10001 10001 that could be an ‘A’ Then you go through the array and when there is a 1 then you generate random shapes.
24th Jan 2018, 1:05 AM
Dnyl