answersLogoWhite

0


Best Answer

TurboC is far too old... upgrade to BorlandC 5.5

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you include oracle header file into turbo C to make connection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you include mysql header file in to turbo C to make connection?

Standard C does not provide such a function; it does not even require you to have an internet connection.


What would happen if you put turbo headers on a non turbo car?

It would be a waste of time and money. You would have to make a special adapter to hook the exhaust to the manifold. On a turbo header, the exhaust hooks to the turbo and the turbo to the manifold.


What is the use of header files in turbo c?

Header files in Turbo C serve the same purposes they serve in every other implementation of the C programming language. The primary function is to separate interfaces (declarations) from implementations (definitions). This is useful whenever we have interfaces that are common to more than one translation unit. Rather than repeatedly typing out the same declarations over and over, we can simply include the header or headers that contain those declarations. The include statements force the compiler to copy the contents of the named file in place, thus ensuring the declarations are consistent throughout our program.


Will a eclipse turbo header fit on an A588 neon motor Its a sohc 2.0?

no you might have to fab one up


How can you Add horsepower to your 2006 Acura RSX type-s?

intake exhaust header kpro turbo supercharger


How do you swap a non turbo supra to a turbo?

You need a computer the oil booster the turbo, header pipe and all the inteake plumbing off of the 88 7mgte motor. and simply install this should all cost about 150 to about 300 bucks just shop around


Will a turbo off of an 89' Ford Probe GT fit a 94 probe gt?

any turbo will work if you make your own piping and a custom header but the power you gain with the small turbo will not be worth the time,and money go with a t/3-t/4


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


Which header file is used for gotoxy function in turbo c plus plus?

It's in conio.h, but don't use gotoxy. Use SetCursorPosition() instead.


What is the electrical sensor on the side of my late 60's th350?

The late 60's, early 70's turbo 400 had an electrical connection on the drivers side of the housing and it was for passing gear. I don't remember an electrical connection on a Turbo 350.


How do you radial engine connected to turbo jet engine?

The fact that both are aircraft engines is the only connection.


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.