4
Answers

convert the C code to C#

Hi,
How to write below code in C#.
 
#define BUF_SIZE (128*1024)
char buf[BUF_SIZE];
 
Thanks 
 
 
Answers (4)