how to use long long keyword in Turbo C++ 3.2 compiler
问题 I am doing some emnedded work for which I am writing program in CPP. My machine has dos platform. In my program I am using long long keyword which is not working.I am using turboC++ 3.2 compiler. I have searched a lot and find C99 library has stdint.h file but how can i use this file with my compiler. Or some other comiler to work on embedded keywords which made dos based executable file. 回答1: You are using a platform from the 1980s, before C++ even existed as a standard. Even your int is