hello all.. i'm used to msvs6... not too familiar with .net. i tried to make a hello world program in .net, but surprise surprise, it doesn't work! thats the code, coudln't be simpler, but it doesnt' understand what "cout" means!!
#include <iostream>
int main(){
cout << "hello world";
}
would be great if someone could let me know whats going on!
thanks,
drew
#include <iostream>
int main(){
cout << "hello world";
}
would be great if someone could let me know whats going on!
thanks,
drew