alisattar 0 Newbie Poster

please let me know about kind of exercises you need to solve. Also on this website there are a lot solved C/C++ exercises. SNIP

alisattar 0 Newbie Poster

use:
MailAddress from = new MailAddress(mailFrom , "ItWorld");

for more detail see <UR SNIPPED>

alisattar 0 Newbie Poster

There is graphics.h header file in C++. you can take array of control points of teddy bear and use drawpoly function to draw it. see more sample of graphics at SNIP

alisattar 0 Newbie Poster

you can use serial control that . have a look at this source code
SNIP