turbo-c++
Why isn't this C program for calculating the area of a triangle working for all inputs?
The following is the source code of a program which calculates the area of a triangle when the sides are given.[详细]
2023-04-09 01:34 分类:问答Visual c++ to turbo c++
Hi I have written a program in visual c++ and for whatever reason now i need to run/compile this same program in turbo c++ 3.0.[详细]
2023-04-03 02:45 分类:问答how can i run a c++ file in turbo c in windows 7
hi my dear friends : i am asp.net web developer and never work with c++ i have a little project from my sister that i want to test it for her about car graphic like below :[详细]
2023-03-11 04:37 分类:问答Which editor for coding in Borland C++
I have a 64 bit OS (Windows 7). I want to code in C++ but the default editor of Borland does not support full screen mode on my system. Which editor do i use to solve this problem?[详细]
2023-02-17 02:18 分类:问答C program gives an output different on different compiler [duplicate]
This question already has answers here: Why are these constructs using pre and post-increment undefined behavior?[详细]
2023-02-13 22:27 分类:问答C programme memory violation
I have below programme where memory is read-only, but I am still able to write to it. main() { char *p=\"amit\";[详细]
2023-02-13 15:55 分类:问答gotoxy function in turbo c
How can I set x and y in Based on pix开发者_开发技巧el in gotoxy(x,y) function?gotoxy is not part of Pascal - it\'s an extension found in some implementations of Pascal and is probably implemented in[详细]
2023-02-03 21:43 分类:问答how to create a project in turbo c++ 16 bit compiler
I want to create a project file turbo c++ and link the files in this project. Although i have tried for it but i开发者_高级运维 found only one option that to open a project no option to create a new p[详细]
2023-01-21 01:41 分类:问答Building legacy Turbo C++ Code
I am looking to revive some old C++ code, developed in Turbo C++ for DOS. It\'s a console-based text game.[详细]
2023-01-15 05:03 分类:问答how to connect turbo c/c++ program to database
I want to connect Turbo C or Turbo C++ program with any database like MS Access / SQL-Server / Oracle / MySQL.[详细]
2023-01-09 09:09 分类:问答