noaaprogrammer
Programmer
I am building an application that needs to run on any type of system. I want to use the #define _POSIX2_LINE_MAX constant, but it isn't available in Visual C++ (go figure). Are there any similar constants in Visual C++, or does anyone know what the maximum line length is in Visual C++? (_POSIX2_LINE_MAX is defined as 2048 in Linux.)