Search Results

Showing results 1 to 6 of 6
Search took 0.03 seconds.
Search: Posts Made By: Ahmed_I ; Forum: C and child forums
Forum: C Feb 27th, 2009
Replies: 4
Views: 595
Posted By Ahmed_I
Look abby2589 ,

I didn't read all your code but from the general idea of the code i assume that you want to know how to use the stack to check if the word is palindrome or not.

- After...
Forum: C Feb 12th, 2009
Replies: 9
Views: 612
Posted By Ahmed_I
I don't think so, since the Mine Sweeper will use two Dimensional array as a Data Structure to assign a random number of mines in random cells.

But i think tress can be used implicitly by...
Forum: C Feb 10th, 2009
Replies: 9
Views: 612
Posted By Ahmed_I
There also an important use of Trees in gaming Applications like in a Football game the movement of a Player is actually implemented using Trees by moving in huge number of nodes beside each other...
Forum: C Feb 8th, 2009
Replies: 3
Views: 255
Posted By Ahmed_I
You can Make a Structure for these four identifiers.


struct AnyNameYouLike{
char* type_of_food;
char* Name;
char* Address;
unsigned int Average_Cost;
};
Forum: C Feb 3rd, 2009
Replies: 8
Views: 15,101
Posted By Ahmed_I
Or u could use a Linked List to put the first string in a List and put the second string in another list .
Then u can link the two lists together to get A concatenated string :-O .
Forum: C Jan 24th, 2009
Replies: 3
Views: 2,064
Posted By Ahmed_I
Could you tell us what include directives you used?
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC