Friday, July 31, 2009

I make programs in c++ on turbo c++ compiler , the same programs don't run in visual studio 2005?

What should i do?I am not able to run the simplest of all programs that is to print hello world , please help me

I make programs in c++ on turbo c++ compiler , the same programs don't run in visual studio 2005?
Copy you code into the Visual Studio IDE and recompile.





In .NET, as someone attempted to note earlier, the Common Language Runtime actually is the language used for the program, not Visual C++. Visual C++ is really just a scripting language in the .NET Framework.
Reply:How will it run ?





Visual studio 2005 is .net framework. and yes it supports c++.





But the code written in turbo c++ must support MSIL.
Reply:You create project and add your "Hello World" program.


it should run..


if u give exactly what is happening can help more


Problem in compilation or running?
Reply:turbo C++ use some header files llike %26lt;graphics.h%26gt; and a like while this header files won't work directly on visual c++ so if u are using such header files keep working on turbo


peace


No comments:

Post a Comment