Alexsandro

Show:

What's happening?

  • Followup: RE: Tokenize Function

    Thank you very much, Clifford! I appreciate your general comments about security. I finally got to solve my problems with your advice. Best, Alexsandro.

    2009-03-05 20:58:15 UTC in Dev-C++

  • Tokenize Function

    Dear all, I have build a function to tokenize a sentence and to return the words in my main function. It seems ok, but it's not working the way I intend. The code is: main() { char str[50]; char *array[50]; printf("Token 0.1\nDeveloped by Alexsandro Meireles\nType"); printf(" the sentence: "); gets(str); tokenizar(str); printf("\n");.

    2009-03-05 11:28:43 UTC in Dev-C++

About Me

  • 2006-09-06 (3 years ago)
  • 1592174
  • meirelesalex (My Site)
  • Alexsandro

Send me a message