User profile: Ultralegendary

User info
User name:Ultralegendary
Name:dhivakaran
Location:erode, Tamil nadu
Bio:beginner...
History
Joined:
Number of posts:8
Latest posts:

Console read out issue
just check whether the crusor is moving after your input or not, texts may coincide with background...

max prime in a 2D array bug
[quote][/quote]once the flag becomes '0', it remains same. you need to change it to '1' to search fo...

How do i compare the usernames in my text file with user's input?
use the function 'strcmp()' which is defined in <string.h> use the condition: [tt]if(strcmp(temp,u....

how to make my snake move?
i found my self hard to handle other compilers,but not a problem...tutorials may manage it.But afrai...

how to make my snake move?
I made an array as big as console, in which the snake floats.Used the keys like w,a,s,d for directio...