Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tehem
  • Order by date
  1. tehem

    Another problem with casting into char*

    Hello! I'd like to cast TString into char * When I try to use the "c_str()", I do like this: (Form1->Memo1->Lines[i]).c_str() But it answears : 'c_str()' is not a member of 'Classes::TStrings' Is there a specific function for TStrings?? Please help me!
  2. tehem

    Searchin good tutorial for POP3 protocol

    In fact I know socket programming already, and I learn the pop3 RFC, but the most difficult for now is to interpret messages and over all to tell my socket to WAIT until all mail is downloaded, well I suppose it's just a matter of message treatment as message size is obtained with the list...
  3. tehem

    Searchin good tutorial for POP3 protocol

    I'm searching for a tutorial on pop3 protocol via C++ programming, do anyone know where I could find this?
  4. tehem

    I need help for my pop3 client!

    is CRLF like a "\n" character?
  5. tehem

    How to convert System.AnsiString into char * ?

    Yes! how to convert System.AnsiString into char *? In fact, it seems simple. I've got an Edit, and want his Text to be put in a char * var. Could you help me? thanks!
  6. tehem

    I need help for my pop3 client!

    In the RFC 1725 (Standard rules for POP3 protocol), it is said that every message sent by the pop3 server is terminated by a CRLF pair. What's that, and how to recognize it while receiving? Thank you!

Part and Inventory Search

Back
Top