Ok so i just got it and when i copied and pasted the code i made it doesnt run. I programed in C. Any help. also do i have to write out the header files and put them in the header files file? (lol if that makes sense) or is it already included when i type #include %26lt;blah.h%26gt;
Visual c++ 2008 express ---- C development?
Make sure it is configure properly.
copy and paste this, if this will work...then your VS is configured properly. This is C++
#include %26lt;iostream%26gt;
using namespace std;
int main()
{
cout %26lt;%26lt;"Hello world";
return 0;
}
pink
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment