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
AI Thread Summary
The discussion centers on the challenges of migrating code from Borland to Microsoft Visual C++. The user has adjusted their header files to align with Microsoft's format but is encountering issues with certain headers not being recognized. They seek a comprehensive list of all possible header files available in Microsoft Visual Studio to resolve these issues. The suggested solution involves navigating to the directory \Program Files\Microsoft Visual Studio 8\VC\include to view the available header files.
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
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top