Friday, July 31, 2009

I can't use C++ in .NET?

when i put statement "#include ...." in C++ by .NET.it appear "could find in library"

I can't use C++ in .NET?
Are your compiler and linker options set to include the physical file folders where the header files and object files are located?
Reply:You can use C++ and .Net at the same time, you just aren't doing it correctly. Verify that the file exists. For system include files (like iostream) use %26lt;%26gt;, for regular includes use "".
Reply:your settings must be incomplete. ie. it could not locate files or headers etc.
Reply:learn C# instead of C++


No comments:

Post a Comment