ايران ويج

نسخه‌ی کامل: کمک کنید ضروریه خیلی....
شما در حال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب بندی مناسب.
اقایون خانوم ها لطفا کمک کنید...این برنامه رو هر چی سعی کردم بنویسم نشد!!!
فایل رو به صورت exe قرار دادم(فایل اصلی ) ولی کدش رو نمیدونم...لطفا کمک!!!

لینک فایل:
http://www.uplooder.net/cgi-bin/dl.c...fb909e3dfaae42

البته تا اینجاش پیش رفتم ولی لامصب محدود نمیشه...
کد php:
#include<stdio.h>
#include<iostream.h>
#include<conio.h>
void main()
{
textmode(64);
clrscr(); int n,t=0,w=0,e=0,d=0,f=0,b=2;cin>>n;
int q=n/2;n=2*q;
gotoxy(40-q,25-q);
for(
int i=0;i<n;i++)
{ for(
int j=0;j<n;j++)
{
if(
i==0)
{
cout<<"+";
}
if(
j==0)
{
gotoxy(40-q,25-q+t);cout<<"+";t++;}


if(
j==n-1)
{
gotoxy(40-q+e,25-q+n-1);

cout<<"+"e++;cout<<"\n";
}
if(
i==n-1)
{
gotoxy(40-q+n-1,25-q+w);
cout<<"+";w++;}

}
cout<<"\n";
}

gotoxy(40-q+1,25-q+1);
for(
i=0;i<2;i++)
{for(
int j=0;j<2;j++)
cout<<"*";cout<<"\n";gotoxy(40-q+1,25-q+2);
}




while(
1)
int c=getch();int m=0,x=40-q+1-d,y=25-q+1-f;

if(
c==62) {clrscr();b++;m=1;
if(
b>=n-2b=n-2;}
if(
c==63) {clrscr();b--;m=1;
if(
b<=1b=1;}
if(
c==77) {clrscr();
d--;m=1;
if(
x==40-q+nd=n-2;

}
if(
c==75) {clrscr();d++;m=1;
if(
x==40-qd=0;

}
if(
c==72) {clrscr();f++;m=1;}
if(
c==80) {clrscr();f--;m=1;}
if(
m==1)
{
t=0;e=0;w=0;
gotoxy(40-q,25-q);
for(
int i=0;i<n;i++)
{ for(
int j=0;j<n;j++)
{
if(
i==0)
{
cout<<"+";
}
if(
j==0)
{
gotoxy(40-q,25-q+t);cout<<"+";t++;}


if(
j==n-1)
{
gotoxy(40-q+e,25-q+n-1);

cout<<"+"e++;cout<<"\n";
}
if(
i==n-1)
{
gotoxy(40-q+n-1,25-q+w);
cout<<"+";w++;}

}
cout<<"\n";
}
int s=2;
gotoxy(x,y);
for(
i=0;i<b;i++)
{for(
int j=0;j<b;j++)
cout<<"*";cout<<"\n";gotoxy(x,y+s-1);s++;
}
}


if(
c==27) break;
}