Skip to content


오늘의 자폭 코드

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에 따라 이용하실 수 있습니다.

Posted in Computer.

Tagged with , .


2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Rica says

    워닝은? 워닝은? …

  2. rein says

    테스트 클라이언트 (오래 안씀; 대충 수명 maximum 2주) 용 코드였는데, boost include하면서 코드 페이지 안 맞는다는 워닝에 묻혀서 못봤지 -_-;

    사실 워닝만 제대로 봤으면 “안 쓰이는 formal parameter가 있다”를 보고 눈치채야했는데 Orz



Some HTML is OK

or, reply to this post via trackback.