Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that reads forwards as it would backwards. e.g. 'bob' is a strong palindrome, 'maddam' is a strong palindrome, 'ann a' is a weak palindrome ... 'fdsjfks' is not even close to a palindrome.
File List:
CQueue.h
1Kb
CStack.h
1Kb
Palindrome Checker.sln
1Kb
Palindrome.cpp
2Kb
Palindrome.h
263b
PalindromeMain.cpp
1Kb
PalindromeMain.h
3Kb
p.ico
1Kb
Similar code
A Simple C++ Stack
(Popularity: ) : These program implements a stack and use a static array to store the data,there is a lot of methods for ... Bank data base with link list
(Popularity: ) : It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits ... Link List - Data Structure
(Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List Sorted Link List - Data Structure
(Popularity: ) : Familiar With Link List & Pointer ADT dinamic array (Generic)
(Popularity: ) : Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs ...