I need some help with the first part of some code I got with my book.
it reads:

void main () {
// write some stuff to screen
cout << using C++";
}

and it does not work
this is how the code is written in my book
I am using bloodshed dev the latest version on beta. Is there a way to get this to work as it currently does not.