#include "stdafx.h"
#include <stdio.h>
int main() {
printf("hello world");
return 0;
}
okay i got this written in Visual Studio C++ Express Edition Beta2. How do i start it up please tell me the steps i need to do. Thank You
#include "stdafx.h"
#include <stdio.h>
int main() {
printf("hello world");
return 0;
}
okay i got this written in Visual Studio C++ Express Edition Beta2. How do i start it up please tell me the steps i need to do. Thank You
How do you start it up????
RWatson
You really need to read in the help rather than depending on the folks in these forums.
Thanks,
Ayman Shoukry
VC++ Team
Kevin8264
narend
A history of his recent posts, not including this one.
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=106032
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=106710
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=106794
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=112118
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=114539
Graham King
Thanks