Forum: C++ Feb 14th, 2008 |
| Replies: 7 Views: 810 use:
for (int myHeight =1;myHeight <width; myHeight++)
{
for (int myBase=1;myBase<length;myBase++)
{
if(myBase==1 || myBase==length-1 )
printf(c);
else if(myHeight==1 ||... |
Forum: C Feb 14th, 2008 |
| Replies: 5 Views: 1,749 u can also getch() but it doesnot work in some compiler. |
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008 |
| Replies: 3 Views: 1,489 make some changes...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
... |
Forum: IT Professionals' Lounge Feb 7th, 2008 |
| Replies: 6 Views: 994 if u r looking for free dev envi go for linux c c++ java gtk++ etc. |