TURBO C++ help! Programming Software Development by xshinichix TURBO C ++ HELP! INTERATIVE STATEMENT Im a beginner so please help me. USING FOR LOOP: write a program that will display the following pattern, given the value of n. example: of n=4 output: 1234 123 12 1 turbo c find arithmetic progression term a,a+b,..., a+(n+1)d Programming Software Development by maralbt turbo c find arithmetic progression term a,a+b,..., a+(n+1)d plizzz help mee((I don`t know C(( Re: turbo c++ and g++ Programming Software Development by Ancient Dragon turbo c++ is an ancient compiler that uses obsolete c++ header files and follows obsolete c++ standards. Bring yourself into the 21st…of the problems with learning to program using ancient turbo c and turbo c++. You switch to a modern compiler and you…you thought you knew. conio.h is specific to turbo c and Microsoft. Don't expect the rest of … Re: Turbo C on XP Programming Software Development by jephthah Turbo C is a toy. an outdated, deprecated toy. No credible software … nice option comes with the MinGW compiler, which is standard C used extensively in the industry. [URL="http://www.codeblocks… Re: Turbo C on XP Programming Software Development by jwenting Turbo C is certainly not a toy. It is however so heavily outdated it has no use in the tools arsenal of anyone who's currently programming unless (s)he is maybe maintaining a 20 year old piece of embedded software that can't be compiled without it. Re: turbo c graphics Programming Software Development by SpS Turbo C help files contain lot of code samples for graphics functions from simple lines to little advanced stuff like floodfill etc.. Turbo C help Programming Software Development by Colin Mac Hi, I'm a beginner and just started Turbo C I wrote this program in the editor main() { float years, … days it goes from the DOS window back to the turbo C editor, i then press Alt+ F5 to go back to… my question is- Why does it jump back to the turbo c window when I press enter to enter my age? Is… Re: Turbo C help Programming Software Development by iamthwee … message. i am a beginner in C. can anyone help me out with the following Turbo C problem. i am unable to complile… find a good reference on how to efficiently use Turbo C/C++ bye. Thanks, Hiten.[/QUOTE] Hello I have turbo C. What is your trouble. Re: Turbo C Help! Programming Software Development by Adak A great deal of what you want is included in Turbo C's help files. After starting up the IDE (the editor… inside Turbo C), click on "Help" on the far right hand…copy and paste, as well. The above description is for Turbo C/C++ 1.01. Later versions may vary. Regarding your previous problem… Turbo C help Programming Software Development by hiten_1984 … message. i am a beginner in C. can anyone help me out with the following Turbo C problem. i am unable to complile… me find a good reference on how to efficiently use Turbo C/C++ bye. Thanks, Hiten. Re: Turbo C help Programming Software Development by jwenting … stream IO to compile. If you're using Turbo C++ you won't likely get it to work either as …it implements the old AT&T C++ definition which is (in places) quite different from the current… choice to learn. After that you should consider getting Visual C++ 2005 Express and the Windows Platform SDK (both free). More… TURBO c Programming Software Development by bharavn I am new to Turbo C can anyone tell me how to create a project of muLtiple .c and .h files in Turbo C, and also how do you combine all the files at once? Turbo C Help! Programming Software Development by aianne … for my english* anyway, will you please help me about Turbo C? My teacher gve us a sample problem and he starts… us a "computer set (monitor,cpu,keyboard)" using turbo C. and i dont have any idea how to start with… Re: Turbo C Help! Programming Software Development by kvprajapati [b]>will you please help me about Turbo C?[/b] Turbo C/C++ is a real real old, and an ancient compiler! For more information see: 1. [url]http://www.daniweb.com/forums/showthread.php?t=252858&highlight=Turboc[/url] 2. [url]http://www.daniweb.com/forums/thread140692.html[/url] 3. [url]http://www.daniweb.com/forums/thread202987.html[/url] Re: Turbo C Help! Programming Software Development by Ancient Dragon [QUOTE=adatapost;1118307][b]>will you please help me about Turbo C?[/b] Turbo C/C++ is a real real old, and an ancient compiler! [/QUOTE] Yes we know, but I think his school requires it. :@ Re: turbo c Programming Software Development by deceptikon [QUOTE]what's the difference of using turbo c and the other softwares for writing the program?[/QUOTE] Compilers are designed to target an OS. If the OS dies or is too outdated to be useful then the compiler that targets it shares the same fate. Turbo C was designed for MS-DOS. If you're not using MS-DOS, you shouldn't use Turbo C. Re: Turbo C help Programming Software Development by Ancient Dragon >>Why does it jump back to the turbo c window when I press enter to enter my age? Is … Re: Turbo C help Programming Software Development by Colin Mac Thanks, I'm using turbo C because that's what we are going to use in … Re: Turbo C help Programming Software Development by Ancient Dragon [URL="http://blog.bestsoftware4download.com/2010/02/how-to-install-turbo-c-on-windows-7-64bit/"]Click this link[/URL] Re: turbo c Hardware and Software Microsoft Windows by Ancient Dragon >i need turbo c soft for 64 bit.. There is no such thing. Turbo C was written only for MS-DOS 6.X and earlier (mid 1980s). It will not run natively on any modern version of MS-Windows. But not all is lost, you can get [DoxBox](http://www.dosbox.com/) and run Turbo C in that environment. Re: Turbo C help Programming Software Development by Narue >Also can u help me find a good reference on how to efficiently use Turbo C/C++ Get a newer compiler, your braincells will thank you. A good free one is Dev-C++. Another decent free one is Borland C++ 5.5, but it doesn't come with an IDE. Re: turbo c Programming Software Development by DeanMSands3 … You will need to run those programs inside emulators. Turbo C writes software for MSDOS. Those programs may or not run… correctly in Windows. They might. Visual C++ (newer versions) will generate software for Windows. Other …a job writing C++, you will want to move to a modern compiler. You will not want to stay with Turbo C/C++. Re: TURBO c Programming Software Development by farhan.foxtrot Do yourself a favor. Don't use turbo C. Use Visual C++(express edition is great) or Code::Blocks instead. Code::Blocks is small and free Re: TURBO c Programming Software Development by ArkM Many years ago in a galaxy far, far away the Turbo C project was a simple text file with .prj extension, for …example: [code] mymain.c(mydefs.h,herdefs.h) myfriend.c(herdefs.h) thelib.lib [/code] In other words… Re: Turbo C Help! Programming Software Development by Ancient Dragon …'s at least standard...[/QUOTE] There is very little about Turbo C that is standard, so it doesn't make any difference… Re: Turbo C Help! Programming Software Development by abhimanipal I have not programmed much on Turbo C, specially graphics.. But I have a couple of observations. I … Re: turbo c Programming Software Development by sharathg.satya [QUOTE=deceptikon;1742683]No less portable than Turbo C.[/QUOTE] Then its preferrable to use other softwares other than turbo c? Re: turbo c Programming Software Development by deceptikon [QUOTE]Then its preferrable to use other softwares other than turbo c?[/QUOTE] I don't see how we're back to this, but yes, it's preferable to forget Turbo C exists. Re: turbo c Programming Software Development by sharathg.satya [QUOTE=deceptikon;1742696]I don't see how we're back to this, but yes, it's preferable to forget Turbo C exists.[/QUOTE] ok and even is it that turbo c supports less graphics other than the other softwares? i am not sure about this statement but .... Is this right? Re: turbo c Programming Software Development by sharathg.satya [QUOTE=deceptikon;1742701]Compilers are designed to target an OS. If the OS dies or is too outdated to be useful then the compiler that targets it shares the same fate. Turbo C was designed for MS-DOS. If you're not using MS-DOS, you shouldn't use Turbo C.[/QUOTE] Yes i think its a valid reason