Forum: C Feb 27th, 2009 |
| Replies: 4 Views: 595 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 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 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 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 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 Could you tell us what include directives you used? |