Hacker News new | past | comments | ask | show | jobs | submit login

Tell me what the number represents rather than what the value of the number is. How about this?

    #define BUFFER_LENGTH 2048
    new int[BUFFER_LENGTH];



And Standard C already defines a constant you can use: BUFSIZ.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: