turbo-c++
Turbo C++ time resolution up to milliseconds
The clock_t implications in time.h released with Turbo C++ v1.01 are good only up to 0.0545XX seconds, meaning any timing I want to do with higher precision is impossible with that library.[详细]
2023-01-09 02:39 分类:问答DOS ASCII Animation Lagging without constant input, Turbo C compiled
Here\'s an oddity from t开发者_如何学JAVAhe past! I\'m writing an ASCII Pong game for the command prompt (Yes yes oldschool) and I\'m writing to the video memory directly (Add. 0xB8000000) so I know[详细]
2023-01-08 01:00 分类:问答Is Borland C++ v3 for DOS available anywhere now?
I\'m looking for a copy of either Borland C++ v3 or Turbo C++ which can run on DOS, but my searches are turning up a blank. I vaguely remember a free Turbo version available, but can\'t track it down.[详细]
2023-01-01 17:14 分类:问答Steganography : Encoded audio and video file not being played, getting corrupted. What is the issue
I have made a steganography program to encrypt/Decrypt some text under image audio and video. I used image as bmp(54 byte header) file, audio as wav(44 byte header) file and video as avi(56 byte head[详细]
2022-12-27 21:50 分类:问答'??' is getting converted into '^' in Visual C++. Why is it happening and what is the way out?
\'??\' gets converted into \'^\' if I compile mn VC+开发者_Python百科+ program and run it e.g. sprintf( ch, \"??\")[详细]
2022-12-27 03:19 分类:问答unable to use turboc through xp. why? solution?
I\'m having problems opening directly TurboC++ compiler(dos version) on Windows X. if I click on the TurboC++ icon through windows GUI it opens for a sec(a blank dos screen)[详细]
2022-12-25 03:33 分类:问答long integer problem
I\'m a beginner at C, and using Turbo C++ compiler (16 bit). In the software I\'m writing, the maximum answer is around 32000. If I want a number larger than that, I use long int.[详细]
2022-12-24 16:43 分类:问答SWF transcoding, does it exist?
I am looking for some type of SWF transcoder so I can convert SWF files to .avi\'s. Preferably something that w开发者_JAVA百科e could hook into our Java architecture.[详细]
2022-12-24 07:52 分类:问答Reading bmp file for steganography
I am trying to read a bmp file in C++(Turbo). But i m not able to print binary stream. I want to encode txt file into it and decrypt it.[详细]
2022-12-23 11:54 分类:问答Is it possible to generate a DLL using Turbo C/C++ compiler?
I need this for calling a C function from Java class (JNI)开发者_运维技巧 and I know that there are options to do this using \"Microsoft Visual C++ compiler\". (explained here)[详细]
2022-12-10 14:35 分类:问答