Languages C / C++ Data Structures  

_Palindrome Checker

download download  
important code information
author:
_di3
minimum requirements:
_Palindrome Checker description

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.h1Kb
CStack.h1Kb
Palindrome Checker.sln1Kb
Palindrome.cpp2Kb
Palindrome.h263b
PalindromeMain.cpp1Kb
PalindromeMain.h3Kb
p.ico1Kb

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 ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 315
version
size in Kb 5
popularity   2056/5827733
user rating 1/10
ad


New Code
Popular Code