Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

borland and visual studio compilers confusion

Status
Not open for further replies.

syedshan

Advanced Member level 1
Joined
Feb 27, 2012
Messages
463
Helped
27
Reputation
54
Reaction score
26
Trophy points
1,308
Location
Jeonju, South Korea
Activity points
5,134
Dear all,

During my undergrad I learned programming C using Borland C++ compiler
Now I am trying to work the c-programming using the VS 2010, but the things are not working.(although C++ works fine)

For example, simple function like clrscr(); which was defined in the conio.h library, but it posted an error,
I search the internet then I get to know that these libraries are different according to the compilers they are using.
Now I want to ask if this is so, how can I find the the c-commands' libraries in VS 2010,

e.g. simple functions that were defined in conio.h like gotoxy() etc. How to get them in VS 2010...


Also are all the compilers out there have there own definition of functions defined?


Bests,
Shan
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top