<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Saludos a todos los q me ayudaron en anteriores ejercicios.En esta oportunidad quiesiera que expliquen el siguiente codigo en especial lo que esta resaltado con negrita<BR>
 <BR>
De antemano gracias por la ayuda<BR>
 <BR>
#include<iostream><BR>using namespace std;<BR>#include<conio.h><BR><STRONG>#include <windows.h></STRONG><BR><STRONG>#define FONDO (0)<BR>#define AMARILLO (14)</STRONG><BR>main()<BR>{<BR>    <STRONG>HANDLE hStdInput=INVALID_HANDLE_VALUE,<BR>    hStdOutput=INVALID_HANDLE_VALUE;<BR>    hStdInput=GetStdHandle(STD_INPUT_HANDLE);<BR>    hStdOutput=GetStdHandle(STD_OUTPUT_HANDLE);<BR>    SetConsoleTextAttribute(hStdOutput,FONDO|AMARILLO);  </STRONG><BR> double r, a;<BR> cout<<"ingrese radio :"; cin>>r;<BR>
 a=3.141516*r*r;<BR> cout<<"el area es :"<<a<<endl;<BR> getch();<BR> return 0;<BR>}<BR><BR><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>