Hello,
sir in my turbo c all the programs are working..but when i compile the graphics program there will be no error..
but when i execute it it shows out a blank screen and then it quits off....please reply for what to do..please send a mail with the reply as i searched the Google site for this page..
Configuration: Windows XP Firefox 3.0.13
Best answers for « Turbo c » in :
Where to find a C/C++ compiler ShowWhere to find a C/C++ compiler
On Linux the gcc compiler is already available.
To use it type in:
gcc βo executable source(s)
For Windows itβs quite different: click on the link below to find a list of free C/C++ compilers for...
Compiling a program in C with Dev C++ on Vista ShowCompiling a program in C with Dev C++ on Vista
Compiling a C source code under Vista with Dev C++, can be a quite difficult procedure.
Quick solution: the g++ compiler
To be used with Dev-PSV:
Go to Tools/compiler options and...
[C language]Handling 64-bit integers Show[C language]Handling 64-bit integers
Unsigned 64-bit integer
Example:
Signed 64-bit integer
Example:
Basically in C language, an unsigned number over 32 bit can not exceed the value of 4 294 967 295.
It may happen that you are...
S-video (Y/C) ShowThe S-Video standard
The S-Video standard (for "Sony Video"), sometimes called Y/C, is a video transmission mode with separate components using different cables to carry information regarding luminance (luminosity) and chrominance (colour).
An S...
Operating Systems - Customising DOS ShowThe DOS start-up procedure is defined in the autoexec.bat and config.sys files located in the root of
your "C:\" drive. We highly recommend making back up copies of these files before modifying them.
To deactivate a line of command in either file...

