النتائج 1 إلى 3 من 3

الموضوع: whats wrong now ?!

  1. #1
    التسجيل
    21-02-2002
    الدولة
    Blue
    المشاركات
    728

    Unhappy whats wrong now ?!

    #include<stdio.h>
    int main();
    {
    int sum,no1,no2;
    printf("enter the num:\n");
    scanf("%d%d",&no1,&no2);
    sum=no1+no2;
    printf("the sum=%d",sum);

    }

    Guys where is the error cuz i cant find 1

    --------------------Configuration: Cpp1 - Win32 Debug--------------------
    Compiling...
    Cpp1.cpp
    C:\Documents and Settings\The Dark Sin\My Documents\Cpp1.cpp(3) : error C2447: missing function header (old-style formal list?)
    Error executing cl.exe.

    Cpp1.obj - 1 error(s), 0 warning(s)



    So maybe tomorrow
    I'll find my way home
    So maybe tomorrow
    I'll find my way home

    I look around at a beautiful life
    Been the upperside of down
    Been the inside of out
    But we breathe
    We breathe

    I wanna breeze and an open mind
    I wanna swim in the ocean
    Wanna take my time for me
    All me


  2. #2
    التسجيل
    14-02-2004
    المشاركات
    5

    Re: whats wrong now ?!

    أخي العزيز خطأك هو صغير لكنه مهم جداً وانتبه مرة أخرى لمثل هذا الخطأ
    الخطا هو أنك أضفت فاصلة منقوطه بعد اسم main method وهذا خطأ
    void main();
    هذا هو خطأك فقم بإزالة هذا الفاصلة المنقوطة وسيعمل البرنامج بنجاح

    The wrong is : you add semicolon after main method where this isn't allowed

    مع تحياتي

  3. #3
    التسجيل
    21-02-2002
    الدولة
    Blue
    المشاركات
    728

    Talking Re: whats wrong now ?!

    Thx very much man9or for ur help it worked now ^^



    So maybe tomorrow
    I'll find my way home
    So maybe tomorrow
    I'll find my way home

    I look around at a beautiful life
    Been the upperside of down
    Been the inside of out
    But we breathe
    We breathe

    I wanna breeze and an open mind
    I wanna swim in the ocean
    Wanna take my time for me
    All me


المواضيع المتشابهه

  1. المساعدة أخوان
    بواسطة : Neo_Ark , في منتديات اسلامية
    مشاركات: 0
    آخر مشاركة: 22-12-2003, 12:24 PM
  2. مشاركات: 22
    آخر مشاركة: 17-10-2003, 01:21 PM
  3. TGS 2003 : فاينل فانتسي 7 : أدفينت شيلدرن ... و نظره من المعرض
    بواسطة : تايدوس إمبرطور ال RPG , في منتدى فاينال فانتاسي
    مشاركات: 33
    آخر مشاركة: 30-09-2003, 02:11 PM
  4. هداي و هدايا
    بواسطة : dragon ballz , في ألعاب البي سي الحصرية Games for Windows , Steam
    مشاركات: 4
    آخر مشاركة: 20-06-2001, 12:19 PM

ضوابط المشاركة

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