What header files do I need for my code to run in Microsoft Visual Studio?

  • Thread starter Thread starter sweetjones
  • Start date Start date
  • Tags Tags
    File
Click For Summary
SUMMARY

To successfully run code in Microsoft Visual C++, specifically when transitioning from Borland, it is essential to utilize the correct header files. Users should refer to the directory located at \Program Files\Microsoft Visual Studio 8\VC\include to find the available header files. Common issues arise when headers from Borland do not directly translate to their Microsoft counterparts, necessitating careful adjustment and verification of included files.

PREREQUISITES
  • Familiarity with Microsoft Visual C++ 2005
  • Understanding of header file structures in C++
  • Knowledge of differences between Borland and Microsoft C++ header files
  • Basic navigation of file directories in Windows operating systems
NEXT STEPS
  • Research the differences between Borland C++ and Microsoft Visual C++ header files
  • Explore the Microsoft Visual Studio 8 documentation for a comprehensive list of available headers
  • Learn about compatibility issues when migrating code between different C++ compilers
  • Investigate tools for automatically converting Borland C++ code to Microsoft Visual C++
USEFUL FOR

C++ developers transitioning code from Borland to Microsoft Visual Studio, software engineers troubleshooting header file issues, and anyone seeking to understand C++ compiler compatibility.

sweetjones
Messages
44
Reaction score
0
Hello, I'm trying to copy and paste my code into Microsoft Visual C++. It's originally written in Borland. I rearranged my header files' format to fit Microsoft's format, but some headers aren't being read. Is there a list that has ever possible header file that exist for Microsoft Visual Studio? Thanx in Advance!
 
Technology news on Phys.org
Go to this directory, and list the files:


\Program Files\Microsoft Visual Studio 8\VC\include
 

Similar threads

Replies
4
Views
5K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
15
Views
11K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 9 ·
Replies
9
Views
16K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 5 ·
Replies
5
Views
6K