5 ms·
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];
by ant512 12y ago
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];
- spc476 12y agoAnd Standard C already defines a constant you can use: BUFSIZ.