"You must learn from the mistakes of others. You can't possibly live long enough to make them all yourself"
Sam Levenson
Cpp  How to parse a date -4 Votes
  1:  char[7] textbox ;
  2:  
  3:  int one, two, three ;
  4:  char[3] temp ;
  5:  
  6:  temp[0] = textbox[0] ;
Tags: parsing date View more Last activity 1 month, 1 week ago  
  1:  char cArnold = '|';
  2:  foreach(char c in GetSomeString())
  3:  {
  4:       ...
  5:       if (c == cArnold)
  6:         break;
Tags: parsing View more Last activity 1 year, 10 months ago