User profile: shahzaib1111

User info
User name:shahzaib1111
Email:shahzebahsan1@gmail.com
Name:shahzeb
Location:islamabad
Website:http://no one
Bio:i am beginner at c language and here for help :/
Statistical data
Birthdate:Nov 21, 1995
Gender:Male
Occupation:Student
Skills:C
BASIC
History
Joined:
Number of posts:17
Latest posts:

QuickSort problem
swap code should be like this [code]void Swap(int* x,int* y) { int temp =* x; *x = *y; *y = temp;...

snake game
what are you doing to move your snake tail btw ? i created my snake game in which i use condition t...

structures in file
i created a file for snake game and append scores with name of that person in a structure every time...

pick character from console
i am making a snake game of my own way ,, so i want to check on four sides of tail coordinate of sn...

pick character from console
hi, i am using [quote]gotoxy()[/quote] function in console to print a [quote]'*'[/quote] now i wan...