Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Gary Daniels and Evan Goldring - Mock whiteboard problem
Aug 24, 2004 at 10:58 PMwhile(lptr <= rptr);
to
while(lptr < rptr);
because we would not need to look at the center character for odd length strings.
Gary Daniels and Evan Goldring - Mock whiteboard problem
Aug 24, 2004 at 10:51 PM//This does not handle white space but it should efficiently
//look for a forward and reverse character pattern. like so "ab c ba"
bool IsPalendrone(char* ptext)
{
}