iinfi
mekalodu
i v installed .NET
i.e. microsoft development environment 2002 and it has microsoft .net framework 1.0
i wud like to know how i can compile n run C++ programs in this environment....
programs which i write run well n VC++ 6 but do not compile in .net environment..........
this is the simple program i tried...
#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"Hello";
}
why is this so??
when i start .net environment i select file -> new -> project -> visual C++ projects -> ..... and it gives me a number of templates....
which template should i select ...
i.e. microsoft development environment 2002 and it has microsoft .net framework 1.0
i wud like to know how i can compile n run C++ programs in this environment....
programs which i write run well n VC++ 6 but do not compile in .net environment..........
this is the simple program i tried...
#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"Hello";
}
why is this so??
when i start .net environment i select file -> new -> project -> visual C++ projects -> ..... and it gives me a number of templates....
which template should i select ...