void Agent::Connect( const string& address, uint16_t port )
{
pSocket->Connect( address.c_str(), 33);
}
…이러시면 곤란하지 말입니다 (내가 짠거다).
o <-<
이 저작물은 별도로 명시하지 않은 경우, Creative Commons Attribution-Share Alike 3.0 Unported License에 따라 이용하실 수 있습니다.
프로그래머, 독서가, 게이머 그리고 블로거
void Agent::Connect( const string& address, uint16_t port )
{
pSocket->Connect( address.c_str(), 33);
}
…이러시면 곤란하지 말입니다 (내가 짠거다).
o <-<
Posted in Computer.
– 2007/11/30
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
워닝은? 워닝은? …
테스트 클라이언트 (오래 안씀; 대충 수명 maximum 2주) 용 코드였는데, boost include하면서 코드 페이지 안 맞는다는 워닝에 묻혀서 못봤지 -_-;
사실 워닝만 제대로 봤으면 “안 쓰이는 formal parameter가 있다”를 보고 눈치채야했는데 Orz