Microsoft visual C++ .net 2003

K

Ken Janke

I am trying to understand something about using visual studios .net 2003. I
am trying to find out about the headers in visual c++ .net 2003. Do they
have to be without .h at the end? Or should I leave it without? I am taking
a class in C++ and we have used Visual Studios 6 in the past and now am
learning the .net what is the diffrence in the header files? can I still
write programs from the past to the .net version? Can someone help me?
Ken Janke
 
T

Thomas Matthews

Ken said:
I am trying to understand something about using visual studios .net 2003. I
am trying to find out about the headers in visual c++ .net 2003. Do they
have to be without .h at the end? Or should I leave it without? I am taking
a class in C++ and we have used Visual Studios 6 in the past and now am
learning the .net what is the diffrence in the header files? can I still
write programs from the past to the .net version? Can someone help me?
Ken Janke

For compiler specifics, you need to consult a group that
discusses the compiler you are interested in.

As for standard C++, the "library" headers do not have a ".h"
in their name and the implementation does not have to put
the information into a file; the definitions and declarations
could reside in the compiler's executable.

I suggest you stay away from Microsoft Products.
"How many operating systems display a fatal error
when shutting down?" -- Thomas Matthews

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top