问题标签 [turbo-c]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - Turbo C 3.0 遵循哪个版本的 ANSI C 标准?
Turbo C 3.0 完全或部分遵循哪个版本的 ANSI C 标准?
C89还是C90?
c++ - 关于在 windows 7 下工作的 turbo c
i am using windows 7 64 bit laptop.i installed turbo c and write programs using dosbox, but i can't run the program.... when run is selected it show some message like not an :exe plz give solution to this problem
.net - 如何使用 Turbo C 从 C 程序创建 DLL
我在Turbo C中编写了一个小程序,我想获取或创建该程序的 DLL,以便在我的 C# 应用程序中使用它。
那么如何使用 Turbo C 创建 C 程序的 DLL?
我想在 DLL 引用中将它与 C# 或 VB 程序一起使用。
如果找到此链接,但我无法理解。
c - 向颜色添加闪烁但它不闪烁
文本应以红色闪烁,但不闪烁
c - why there are some errors in the mex.h?
I opened a c file in Turbo C, the beginning of this c file looks like this:
It uses some of the matlab structures and do something in c I checked the directory and am sure that they are right. but when I tried to compile it, some errors here (I just copy some and paste, they look similar):
Error C:\MYFILE~1\TC2.0\MEX.H 1: Illegal character '#' (0x23)
Error C:\MYFILE~1\TC2.0\MEX.H 1: Unexpected end of file in conditional...
Error C:\MYFILE~1\TC2.0\MATRIX.H 1: Expression syntax
What's wrong?? Seems to be errors in these files, but I just copy this files into the correct folders... Thank you!!
c - 案例结构中出现问题
我正在做我的项目以在 turbo C 编译器中实现一个打字导师应用程序(这是限制),这个函数实际上是 x,y 和关键字符的查找表,但它在我的第一个值返回一个垃圾值传入参数。从第二个开始,它开始做对了。请注意,x,y 是一次返回两个值的指针。请检查我的错误是什么。
c - 在 DOS 上使用 C 汇编程序
我一直在玩 DOS 实模式汇编,现在我想在 C 程序中使用一些例程。我正在使用 Turbo C 2.01 和 TASM 3.0。但是,我无法修改通过地址传递的变量,请参阅下面的 _setval 例程。我不需要/想要内联汇编。一个简单的例子:
foo.c
脚丫子.asm
我这样编译它:
结果是:
我显然错过了一些东西,但是什么?
汉斯、马克和比尔,非常感谢您的及时和有益的答复。
c - 如何执行“数百万次计算”?
我的代码粘贴在下面。当我运行这个程序时,它一直在计算。我使用的是旧的 Turbo C++ 编译器。这样的程序需要多长时间才能执行?我等了大约 5 分钟,但没有任何输出。
compiler-construction - 如何在 x64 位机器上编写 C 代码?
我的新 PC 是 Dell Inspiron 580s,它是 x64 机器。在此之前,我曾经在我的 x86 机器上使用 TURBO C++ 进行编码。
由于我无法在新系统中运行 TURBO C++。我安装了 NetBeans 6 IDE,我们需要手动安装编译器 (CYGWIN),所以我这样做了。但我无法在 NetBeans 中编写代码。
经过大量搜索,我听说了 C-Free。它使用 MinGW 编译器。我安装了它,但它也不起作用。
请帮我设置一个“C”编码环境。
c - 使用 Turbo C 有什么问题?
我总是发现有些人(大多数来自印度)正在使用 turbo C。我找不到任何理由使用这种过时的编译器......但我不知道在试图告诉他们使用现代编译器时应该给出什么理由( gcc,msvc,...)。