Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please devs i want to do it but i am not getting any thought to do please help me
Posted
Updated 20-Oct-15 22:39pm
v2
Comments
Krunal Rohit 21-Oct-15 3:36am    
Elaborate your question more.

-KR
Herman<T>.Instance 21-Oct-15 3:36am    
what have you tried?

Create some font in **** and embed it in your program; or keep it in data file and load in memory in start. Create some index table showing at what index in data each character starts. On input, have a characters and calculate shift in data of your font table, from the code point value of your character. Take the image of the character from your font and display it. Repeat for all input characters.

—SA
 
Share this answer
 
Comments
CPallini 21-Oct-15 4:57am    
5.
Sergey Alexandrovich Kryukov 21-Oct-15 9:19am    
Thank you, Carlo.
—SA
You are not "getting any thought" because you are not studying and researching what you need to know: what you ask involves the most basic aspects of programming in C#/.NET:

1. reading keyboard input in the Console window

2. selectively responding to keyboard input, invoking code you wish executed.

3. writing to the Console window

I suggest you get a good basic book on C# like ".NET Book Zero" by Charles Petzold: free download here: [^] and get to work.
 
Share this answer
 
Comments
Prasad Billupati 21-Oct-15 4:42am    
the thing is when i enter a
the output would be a in * stars like ******
* *
* *
*******
* *
* *
BillWoodruff 21-Oct-15 6:03am    
So, start coding, and ask specific questions here with code examples.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900