Jump to content

iBallBar

Members
  • Posts

    22
  • Joined

  • Last visited

About iBallBar

  • Birthday March 7

Profile Information

  • Gender
    Male
  • Location
    Thailand

Contact Methods

iBallBar's Achievements

Poring

Poring (1/15)

2

Reputation

  1. To be sure . I'm looking to find the way to comment in 'src/map/script.c' . I think we can use block comment. const char* skip_space(const char* p) { if( p == NULL ) return NULL; for(; { while( ISSPACE(*p) ) ++p; if( *p == '/' && p[1] == '/' ) {// line comment while(*p && *p!='n') ++p; } else if( *p == '/' && p[1] == '*' ) {// block comment p += 2; for(; { if( *p == '0' ) return p;//disp_error_message("script:skip_space: end of file while parsing block comment. expected "CL_BOLD"*/"CL_NORM, p); if( *p == '*' && p[1] == '/' ) {// end of block comment p += 2; break; } ++p; } } else break; } return p; }
  2. Color : Blue & White Name : iBar-RO.NET Size : 420x80 Anime : Knight Boy & Priest Girl Animation : Social playing Thanks in advance
  3. I suggest : How to comment the code . Actually I need to ask , Could we comment the code by /* code ... ... ... */
  4. Here . http://subversion.assembla.com/svn/weetools/clients/
  5. That's great . I forward to this.
  6. Awesome , Thanks for sharing
  7. iBallBar

    Hi !

    Hi , I'm just a new guy.
×
×
  • Create New...