Tagged Questions

1
vote
5answers
99 views

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) But I am interested to know if …
0
votes
1answer
35 views

How to change file icon in Turbo C++ and cc3270.dll

Hi! I started to use Borland's Turbo C++ a few days ago. I actually have two questions. 1.: How can i change the file icon?? If i create a program (Console Application), it will always have this …
0
votes
4answers
334 views

How to pass an integer as command line argument in turbo c++

I am unable to pass integer value through the command line in turbo c++. Please help me.
0
votes
6answers
1k views

About the exit() function in C++

The getche() function doesn't terminate the program properly, so I want to try exit(int status) function. How does it work in Turbo C++ programming language? I cannot understand the explanation in …
0
votes
2answers
490 views

Borland Dev Studio 2006 Turbo C++ Explorer compile issue [closed]

G'day everyone I'm a newbie to C++ and even more so to Borland Turbo C++ Explorer. I've just encountered this compile error. Any clues as to how to fix it? [C++ Error] comsvcs.h(3209): E2015 …