Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

#define PI asin(1.

0)

float x,y,t;
for (t=0; x<2*PI; t+=0.01)
{
x=(50*sqrt(sin(2*t))*cos(t));
y=(50*sqrt(sin(2*t))*sin(t));
dc.SetPixel(x,x2,RGB(0,0,255));
dc.TextOut(50,40,_T("RAIZ"));
}

You might also like