Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showthread.php on line 639

Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showthread.php on line 1041

Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showthread.php on line 1046

Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showthread.php on line 1518

Deprecated: Assigning the return value of new by reference is deprecated in /www/wwwroot/shabab.ps/public_html/vb/showthread.php on line 1523
Help me please......أخ محمـود - منتديات شباب فلسطين
نحن مع غزة
قديم 06-02-2009, 06:49 PM   #1
Top_elegance
I ♥ SHABAB
 
الصورة الرمزية Top_elegance

قوة السمعة: 0 Top_elegance will become famous soon enough

افتراضي Help me please......أخ محمـود

السلام عليكم ورحمة الله



الله يوفقكم بدي مساعدتكم عندي إيفالويشن بكرة على
كود بـ++c حاولت فيه بس ماعم يطلع معي شي السلام عليكم ورحمة الله الله يوفقكم بدي مساعدتكم عندي إيفالويشن بكرة على كود بـ++c حاولت فيه بس ماعم يطلع معي
بأعرف ازعجتكم تحملوني ماعندي حدا غيركم يساعدني شي بأعرف ازعجتكم تحملوني ماعندي حدا غيركم يساعدني وهي الكود



وهي الكود

http://sharialslamic.net/view.php?file=bacaa38d5d
  اقتباس المشاركة
قديم 06-02-2009, 07:05 PM   #2
~ | Mazaj
Hakuna Matata
 
الصورة الرمزية ~ | Mazaj

قوة السمعة: 50 ~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute~ | Mazaj has a reputation beyond repute

افتراضي رد: Help me please......أخ محمـود

الرابط ما بيشتغل يا حجـة ..

وكان نفسي اساعدك .. بس لحتى الآن ما اخدت الا السي

استني الفرج



كلآريتــآ
  اقتباس المشاركة
قديم 06-02-2009, 07:31 PM   #3
Top_elegance
I ♥ SHABAB
 
الصورة الرمزية Top_elegance

قوة السمعة: 0 Top_elegance will become famous soon enough

افتراضي رد: Help me please......أخ محمـود

يسلمو الله يعطيكي العافية
بيكفي أنك عبرتيني
  اقتباس المشاركة
قديم 06-02-2009, 11:45 PM   #4
محمود
..{ مديــــــر عــــام }..
 
الصورة الرمزية محمود
عيد فطر سعيد ,,

قوة السمعة: 50 محمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond repute

افتراضي رد: Help me please......أخ محمـود

السلام عليكم ،،

يا هلا فيك خيو ،،

هلا بشوف ..
  اقتباس المشاركة
قديم 06-03-2009, 12:10 AM   #5
عزيز النفس
I ♥ PALESTINE
 
الصورة الرمزية عزيز النفس
][ صامتا ][ متكلما بلا حروف ..
غائبا ][ متواجدا ][ بـــلا روح ...
مبتسم ][ متالم ][ اداري الجروح ..
لماذا دائما يكذبون ..!

قوة السمعة: 31 عزيز النفس will become famous soon enough

افتراضي رد: Help me please......أخ محمـود

تم تعديل الرابط !


  اقتباس المشاركة
قديم 06-03-2009, 12:37 AM   #6
محمود
..{ مديــــــر عــــام }..
 
الصورة الرمزية محمود
عيد فطر سعيد ,,

قوة السمعة: 50 محمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond repute

افتراضي رد: Help me please......أخ محمـود

أوكي خيو موضوعك سهل ،،

مش كثير صعب ،،

رح أعطيك الفكرة بالبرمجة ،،

وانت عدل ..


هيك بكون معك 90% من البرنامج ،،

طبعا ً انا زمان ما كتبت ع c++ وبالأساس ما درستها ،، يعني رح تلاقي شوية اخطاء إملائية :D

لهيك شوف يخوي هي عندك الكود ..

حاول تفهمه ..

كود PHP:


int arraySet1
[50];
int arraySet2[50];
int n=0,m=0;


int main ()
{
//*---- First set
cout << "How Many Number woud u like enter info first set ?";
cin >> n
ReadArray 
(arraySet1,n);


//*---- Second set
cout << "How Many Number woud u like enter info Second set ?";
cin >> m
ReadArray 
(arraySet2,m);

//*-- print Array 1
PrintArray(arraySet1,n);

//*-- print Array 2

PrintArray(arraySet2,m);

//*---- InterSection Array print 

IntersectionOfIntegerSet(ArraySet1,n,ArraySet2,m);

}


void ReadArray (intArraySetint n)
{
int x=0;
for (
int j=0;j<n;j++)
{
cout << "Enter element " << << " ? ";
cin >> x
arraySet
[j]=x;
}
}



void IntersectionOfIntegerSet(const int ArraySet1,int n, const int ArraySet2int m)
{
int c=0;
if(
m>n)
{
int IntersectionOfIntegerSet[n];
for (
int i=0;i<n;i++)
{
for(
int j=0;j<m;j++)
{
if(
ArraySet1[i] == ArraySet2[j]) { IntersectionOfIntegerSet[c]= ArraySet1[i] ; c++; }
}
}
}else
{
int IntersectionOfIntegerSet[m];
for (
int i=0;i<m;i++)
{
for(
int j=0;j<n;j++)
{
if(
ArraySet2[i] == ArraySet1[j]) { IntersectionOfIntegerSet[c]= ArraySet1[i] ; c++ }
}
}
}

cout << "

 InterSection Array is "
;
PrintArray (IntersectionOfIntegerSet,sizeof(IntersectionOfIntegerSet));

}


void PrintArray (const int ArraySetTempint n)
{
cout << "{";
for(
int i=0;i<n;i++)
{
cout <<  ArraySetTemp[i] << " , ";
}
cout << "}";

  اقتباس المشاركة
قديم 06-03-2009, 12:46 AM   #7
محمود
..{ مديــــــر عــــام }..
 
الصورة الرمزية محمود
عيد فطر سعيد ,,

قوة السمعة: 50 محمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond reputeمحمود has a reputation beyond repute

افتراضي رد: Help me please......أخ محمـود

.. آسف //

خيتي ،، فكرتك شب ..

لهيك بعتذر ,,

والعتب ع النظر :s


  اقتباس المشاركة
قديم 06-03-2009, 03:35 PM   #8
Top_elegance
I ♥ SHABAB
 
الصورة الرمزية Top_elegance

قوة السمعة: 0 Top_elegance will become famous soon enough

افتراضي رد: Help me please......أخ محمـود

شكراً كتيـــــــــــــر
عزيز النفس و محمود
الله يعطيكم العافية
غلبتكم معي
  اقتباس المشاركة
قديم 06-03-2009, 04:51 PM   #9
.. ليآل ~

ღقـلــم ذهبـي مبدعღ
 
الصورة الرمزية .. ليآل ~
اشتَدَّي أزمَةُ تَنفَرِجي
قَد آذَنَ لَيلُكِ بِالبَلَجِ
ربــــآه من لأسرانآ سوآكـ ؟

قوة السمعة: 233 .. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of.. ليآل ~ has much to be proud of

افتراضي رد: Help me please......أخ محمـود

ما ئصروا الاخوة

الله يعطيهم العافيه،، ويوفئك



متمــردة []

’’ وَأنْآ.. مثل صيآدّ أدّرکْه آلغُروَب..
على شآطئ موَحش .. شبآکْه فآرغُة ..
قلبه فآرغُ .. إلآّ منْ رحمة آلله..‘‘
  اقتباس المشاركة
إضافة رد


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع
انواع عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع


الساعة الآن 03:48 PM.