Borland C and Microsoft Visual C

M

MS

Hi,

I'm trying to find out whether Borland C 4.5 and MVC still exist. I'm
doing so as I have code that was compiled by them originally and
wnated to recompile it using that code to do some testing.

I've looked online and it seems like there's only the C++ version of
them around. Could I just use the C++ compiler to compile my C
stuff??

Thanking you,
MS
 
J

Jack Klein

Hi,

I'm trying to find out whether Borland C 4.5 and MVC still exist. I'm
doing so as I have code that was compiled by them originally and
wnated to recompile it using that code to do some testing.

I've looked online and it seems like there's only the C++ version of
them around. Could I just use the C++ compiler to compile my C
stuff??

Thanking you,
MS

Note that questions like this about specific compilers are really
off-topic here, as it has nothing to do with the language itself.

But there was never either a Borland C 4.5 or a Microsoft Visual C.
All of Borland's 'Borland' compilers, as opposed to their 'Turbo'
compilers, later than 2.0 were called Borland C++, and 4.5 is long
obsolete. Microsoft never shipped a compiler called "Visual C", all
of them with Visual in the name were Visual C++, and there are version
numbers from 1.0 through 8.0 which is currently in beta.

All Borland and Microsoft C++ compilers include a C compiler as well.
 
M

Malcolm

MS said:
I've looked online and it seems like there's only the C++ version of
them around. Could I just use the C++ compiler to compile my C
stuff??
C++ always come with a packaged C compiler. Usually you just give your C
files a .c extension and they will be compiled as C. There are a few minor
incompatibilites which mean that C cannot be compiled as C++ unless you
deliberately write it to be compilable under both languages.
 
C

Chris Hills

Jack Klein said:
Note that questions like this about specific compilers are really
off-topic here, as it has nothing to do with the language itself.

But there was never either a Borland C 4.5 or a Microsoft Visual C.
All of Borland's 'Borland' compilers, as opposed to their 'Turbo'
compilers, later than 2.0 were called Borland C++, and 4.5 is long
obsolete.


BC++ V5.5 IS available as a FREE download from Borland. Only the
command line versions but it is still there.


/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
\/\/\/\/\ Chris Hills Staffs England /\/\/\/\/\
/\/\/ (e-mail address removed) www.phaedsys.org \/\/
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,225
Members
46,815
Latest member
treekmostly22

Latest Threads

Top