تبلیغات :
آکوستیک ، فوم شانه تخم مرغی، صداگیر ماینر ، یونولیت
دستگاه جوجه کشی حرفه ای
فروش آنلاین لباس کودک
خرید فالوور ایرانی
خرید فالوور اینستاگرام
خرید ممبر تلگرام

[ + افزودن آگهی متنی جدید ]




صفحه 273 از 326 اولاول ... 173223263269270271272273274275276277283323 ... آخرآخر
نمايش نتايج 2,721 به 2,730 از 3257

نام تاپيک: سوالات مبتدی و عمومی (++C, C) خود را اینجا بپرسید

  1. #2721
    داره خودمونی میشه POURIA.G's Avatar
    تاريخ عضويت
    May 2010
    پست ها
    56

    پيش فرض

    چون توی ساختار y2k بخش سال ما میتونیم یه سال رو از بازه ی زمانی 1900 تا امروز انتخاب کنیم , ولی اینجوری نیست که ما مستقیما مقدار 1900 رو درونش قرار بدیم چون که مقادیر اون از 0 شروع میشه مثلا 0 یعنی 1900 , 1 یعنی 1901 , 5 یعنی 1905 , 114 یعنی 2014 به همین دلیل وقتی ما سال تولد رو وارد میکنم به عنوان مثال 1995 , باید 1900 تا از اون کم بشه تا عدد 95 به دست بیاد و برای y2k.tm_year قرار بگیره تا این هم 95 رو 1995 تشخیص بده و ثانیه مربوط رو از اون سال تا امروز به ما نشون بده...
    دوستان مشکلم حل شد.خیلی ممنون از کمک هاتون

  2. #2722
    کاربر فعال انجمن شعر و داستان نویسی unknown47's Avatar
    تاريخ عضويت
    Aug 2010
    پست ها
    1,056

    پيش فرض

    حذف شود ...
    Last edited by unknown47; 25-01-2014 at 23:10.

  3. #2723
    در آغاز فعالیت
    تاريخ عضويت
    Jan 2014
    پست ها
    2

    پيش فرض

    ببخشید میگم چطوری یک کاراکترو به رشته تبدیل میکنیم ؟ اگه میشه لطفا جواب بدین وقت کمی برای تحویل پروژه دارم

  4. #2724
    اگه نباشه جاش خالی می مونه
    تاريخ عضويت
    May 2009
    پست ها
    432

    پيش فرض

    سلام.من نرم افزار Team Foundation Server 2013 رو نصب کردم حالا نمیدونم چطور باید یه پروژه سی ++ درست کنم؟
    ممنون.

  5. #2725
    داره خودمونی میشه forever1's Avatar
    تاريخ عضويت
    Jun 2013
    محل سكونت
    یه جایی تو همین دنیا
    پست ها
    134

    پيش فرض

    این یه تیکه از کده که اگر اخر cin.getline اولی که مربوط به name هستش '.' نذارم اصلا اسمو نمیگیره(وقتی میگم چاپ کن خالی چاپ میکنه)و مستقیم میره سراغ دومی....حالا اگه واسه اولی بذارم اولیو میگیره ولی دومیو نمیگیره مسره سراغ سومی!....به خاطر همین مجبور شدم واسه همشون '.' بذارم که خب جالب نیست هر چی وارد میکنم تهشم یه . بذارم....ممنون میشم راهنماییم کنین....


    [/]
    سلام .
    من یه تکه کد براتون می گذارم امید وارم کمکتون کنه.
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    در این تکه کد در واقع از حلقه ی for استفاده شده.

  6. #2726
    در آغاز فعالیت
    تاريخ عضويت
    Dec 2012
    پست ها
    2

    پيش فرض

    سلام به همگی
    این کد برنامه ماشین حساب هست
    ظاهرش فقط طولانیه
    اصل کد چند خط بیشتر نیست

    این کد متاسفانه error داره
    کسی میتونه لطف کنه برطرف کنه؟ ممنون.

    #pragma once


    namespace Arman {

    using namespace System;
    using namespace System::ComponentModel;
    using namespace System::Collections;
    using namespace System::Windows::Forms;
    using namespace System:ata;
    using namespace System:rawing;

    /// <summary>
    /// Summary for Form1
    ///
    /// WARNING: If you change the name of this class, you will need to change the
    /// 'Resource File Name' property for the managed resource compiler tool
    /// associated with all .resx files this class depends on. Otherwise,
    /// the designers will not be able to interact properly with localized
    /// resources associated with this form.
    /// </summary>
    public ref class Form1 : public System::Windows::Forms::Form
    {
    public:
    Form1(void)
    {
    InitializeComponent();
    //
    //TODO: Add the constructor code here
    //
    }

    protected:
    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    ~Form1()
    {
    if (components)
    {
    delete components;
    }
    }
    private: System::Windows::Forms::TextBox^ input1;
    private: System::Windows::Forms::TextBox^ input2;
    protected:

    protected:

    private: System::Windows::Forms::Button^ button1;
    private: System::Windows::Forms::Button^ button2;
    private: System::Windows::Forms::Button^ button3;
    private: System::Windows::Forms::Button^ button4;
    private: System::Windows::Forms::Button^ button5;
    private: System::Windows::Forms::Button^ button6;
    private: System::Windows::Forms::Label^ label1;
    private: System::Windows::Forms::Label^ label2;

    private:
    /// <summary>
    /// Required designer variable.
    /// </summary>
    System::ComponentModel::Container ^components;

    #pragma region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    void InitializeComponent(void)
    {
    this->input1 = (gcnew System::Windows::Forms::TextBox());
    this->input2 = (gcnew System::Windows::Forms::TextBox());
    this->button1 = (gcnew System::Windows::Forms::Button());
    this->button2 = (gcnew System::Windows::Forms::Button());
    this->button3 = (gcnew System::Windows::Forms::Button());
    this->button4 = (gcnew System::Windows::Forms::Button());
    this->button5 = (gcnew System::Windows::Forms::Button());
    this->button6 = (gcnew System::Windows::Forms::Button());
    this->label1 = (gcnew System::Windows::Forms::Label());
    this->label2 = (gcnew System::Windows::Forms::Label());
    this->SuspendLayout();
    //
    // input1
    //
    this->input1->Location = System:rawing::Point(12, 12);
    this->input1->Name = L"input1";
    this->input1->Size = System:rawing::Size(193, 20);
    this->input1->TabIndex = 0;
    this->input1->TextChanged += gcnew System::EventHandler(this, &Form1::textBox1_TextChanged);
    //
    // input2
    //
    this->input2->Location = System:rawing::Point(12, 77);
    this->input2->Name = L"input2";
    this->input2->Size = System:rawing::Size(193, 20);
    this->input2->TabIndex = 1;
    //
    // button1
    //
    this->button1->Location = System:rawing::Point(12, 112);
    this->button1->Name = L"button1";
    this->button1->Size = System:rawing::Size(60, 33);
    this->button1->TabIndex = 2;
    this->button1->Text = L"+";
    this->button1->UseVisualStyleBackColor = true;
    this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
    //
    // button2
    //
    this->button2->Location = System:rawing::Point(79, 112);
    this->button2->Name = L"button2";
    this->button2->Size = System:rawing::Size(60, 33);
    this->button2->TabIndex = 3;
    this->button2->Text = L"*";
    this->button2->UseVisualStyleBackColor = true;
    this->button2->Click += gcnew System::EventHandler(this, &Form1::button2_Click);
    //
    // button3
    //
    this->button3->Location = System:rawing::Point(145, 112);
    this->button3->Name = L"button3";
    this->button3->Size = System:rawing::Size(60, 33);
    this->button3->TabIndex = 4;
    this->button3->Text = L"Enter";
    this->button3->UseVisualStyleBackColor = true;
    this->button3->Click += gcnew System::EventHandler(this, &Form1::button3_Click);
    //
    // button4
    //
    this->button4->Location = System:rawing::Point(12, 151);
    this->button4->Name = L"button4";
    this->button4->Size = System:rawing::Size(60, 33);
    this->button4->TabIndex = 5;
    this->button4->Text = L"-";
    this->button4->UseVisualStyleBackColor = true;
    this->button4->Click += gcnew System::EventHandler(this, &Form1::button4_Click);
    //
    // button5
    //
    this->button5->Location = System:rawing::Point(79, 151);
    this->button5->Name = L"button5";
    this->button5->Size = System:rawing::Size(60, 33);
    this->button5->TabIndex = 6;
    this->button5->Text = L"/";
    this->button5->UseVisualStyleBackColor = true;
    this->button5->Click += gcnew System::EventHandler(this, &Form1::button5_Click);
    //
    // button6
    //
    this->button6->Location = System:rawing::Point(145, 151);
    this->button6->Name = L"button6";
    this->button6->Size = System:rawing::Size(60, 33);
    this->button6->TabIndex = 7;
    this->button6->Text = L"Clear";
    this->button6->UseVisualStyleBackColor = true;
    //
    // label1
    //
    this->label1->AutoSize = true;
    this->label1->Location = System:rawing::Point(93, 49);
    this->label1->Name = L"label1";
    this->label1->Size = System:rawing::Size(53, 13);
    this->label1->TabIndex = 8;
    this->label1->Text = L"Operation";
    //
    // label2
    //
    this->label2->AutoSize = true;
    this->label2->Location = System:rawing::Point(93, 213);
    this->label2->Name = L"label2";
    this->label2->Size = System:rawing::Size(42, 13);
    this->label2->TabIndex = 9;
    this->label2->Text = L"Answer";
    //
    // Form1
    //
    this->AutoScaleDimensions = System:rawing::SizeF(6, 13);
    this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
    this->ClientSize = System:rawing::Size(221, 240);
    this->Controls->Add(this->label2);
    this->Controls->Add(this->label1);
    this->Controls->Add(this->button6);
    this->Controls->Add(this->button5);
    this->Controls->Add(this->button4);
    this->Controls->Add(this->button3);
    this->Controls->Add(this->button2);
    this->Controls->Add(this->button1);
    this->Controls->Add(this->input2);
    this->Controls->Add(this->input1);
    this->Name = L"Form1";
    this->Text = L"Form1";
    this->ResumeLayout(false);
    this->PerformLayout();

    }
    char c;
    double x,y,d;
    #pragma endregion

    private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
    this->label1->Text="+";c="+";
    }
    private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {
    this->label1->Text= " - " ; c="-";
    }
    private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {
    this->label1->Text="*"; c="*";
    }
    private: System::Void button5_Click(System::Object^ sender, System::EventArgs^ e) {
    this->label1->Text="/"; c="/";
    }
    private: System::Void button3_Click(System::Object^ sender, System::EventArgs^ e) {
    x = system::Convert::ToInt32(text->input1->text);
    y = system::Convert::ToInt32(text->input2->text);
    switch(c)
    {
    case '*' : d=x*y; break;
    case '/' : d=x/y; break;
    case '+' : d=x+y; break;
    case '-' : d=x-y; break;
    }
    this->label2->Text=system::convert::Tostring(d);


    }
    private: System::Void textBox1_TextChanged(System::Object^ sender, System::EventArgs^ e) {
    }
    };
    }



    این error ها رو داره:
    Error 1 error C2440: '=' : cannot convert from 'const char [2]' to 'char' d:\other\visual C++‎ save\arman\arman\Form1.h 202
    Error 2 error C2440: '=' : cannot convert from 'const char [2]' to 'char' d:\other\visual C++‎ save\arman\arman\Form1.h 205
    Error 3 error C2440: '=' : cannot convert from 'const char [2]' to 'char' d:\other\visual C++‎ save\arman\arman\Form1.h 208
    Error 4 error C2440: '=' : cannot convert from 'const char [2]' to 'char' d:\other\visual C++‎ save\arman\arman\Form1.h 211
    Error 5 error C2653: 'system' : is not a class or namespace name d:\other\visual C++‎ save\arman\arman\Form1.h 214
    Error 6 error C2248: 'System::Windows::Forms::Control::text' : cannot access private member declared in class 'System::Windows::Forms::Control' d:\other\visual C++‎ save\arman\arman\Form1.h 214
    Error 7 error C2039: 'input1' : is not a member of 'System::String' d:\other\visual C++‎ save\arman\arman\Form1.h 214
    Error 8 error C2227: left of '->text' must point to class/struct/union/generic type d:\other\visual C++‎ save\arman\arman\Form1.h 214
    Error 9 error C3861: 'ToInt32': identifier not found d:\other\visual C++‎ save\arman\arman\Form1.h 214
    Error 10 error C2653: 'system' : is not a class or namespace name d:\other\visual C++‎ save\arman\arman\Form1.h 215
    Error 11 error C2248: 'System::Windows::Forms::Control::text' : cannot access private member declared in class 'System::Windows::Forms::Control' d:\other\visual C++‎ save\arman\arman\Form1.h 215
    Error 12 error C2039: 'input2' : is not a member of 'System::String' d:\other\visual C++‎ save\arman\arman\Form1.h 215
    Error 13 error C2227: left of '->text' must point to class/struct/union/generic type d:\other\visual C++‎ save\arman\arman\Form1.h 215
    Error 14 error C3861: 'ToInt32': identifier not found d:\other\visual C++‎ save\arman\arman\Form1.h 215
    Error 15 error C2653: 'system' : is not a class or namespace name d:\other\visual C++‎ save\arman\arman\Form1.h 223
    Error 16 error C3861: 'Tostring': identifier not found d:\other\visual C++‎ save\arman\arman\Form1.h 223

  7. #2727
    اگه نباشه جاش خالی می مونه panizir's Avatar
    تاريخ عضويت
    Dec 2008
    پست ها
    324

    پيش فرض

    سلام به همگی
    این کد برنامه ماشین حساب هست
    ظاهرش فقط طولانیه
    اصل کد چند خط بیشتر نیست
    دوست عزیز سعی کنید برای گذاشتن کد از تگ CODE که در منو وجود داره استفاده کنید. اینجوری کدتون خواناتر میشه و بهتر میشه کمکتون کرد.
    درمورد خطاهایی که میگیرین، شما یک دور خطاهایی که گرفتین رو نگاه بندازین در رفع هر کدوم که مشکل داشتین بیاین اینجا سوالتونو بپرسین. من چند تاشو میگم بقیه ش هم مثل همیناست.
    در خطوط 202و205و208و211 یک آرایه 2تایی از کاراکتر رو برابر بک کارکتر قرار دادید که باید مشخص کنین دقیقا کدوم خونه آرایه میخواین برابر اون کاراکتر باشه.
    در خط 214 کلمه system باید به System تغییر پیدا کنه.
    در همین خط از یک متغیر private استفاده کردید که مجاز نیستین.
    در همین خط متغیرinput1 رو استفاده کردید اما قبلا تعریفش نکردین.
    بقیه خطاهاتون هم همینجوری هستند.
    موفق باشید

  8. این کاربر از panizir بخاطر این مطلب مفید تشکر کرده است


  9. #2728
    در آغاز فعالیت
    تاريخ عضويت
    Dec 2012
    پست ها
    2

    پيش فرض

    ممنون برا کمکتون

  10. #2729
    در آغاز فعالیت
    تاريخ عضويت
    Feb 2014
    پست ها
    6

    پيش فرض

    برنامه ای میخواستم که زمانی که طول کشیده برنامه اجرا بشه رو در خروجی چاپ کنه.

  11. #2730
    پروفشنال vahid javani's Avatar
    تاريخ عضويت
    Dec 2011
    محل سكونت
    اصفهان
    پست ها
    580

    پيش فرض

    برنامه ای میخواستم که زمانی که طول کشیده برنامه اجرا بشه رو در خروجی چاپ کنه.

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    Last edited by vahid javani; 07-02-2014 at 15:03.

  12. این کاربر از vahid javani بخاطر این مطلب مفید تشکر کرده است


Thread Information

Users Browsing this Thread

هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)

User Tag List

قوانين ايجاد تاپيک در انجمن

  • شما نمی توانید تاپیک ایحاد کنید
  • شما نمی توانید پاسخی ارسال کنید
  • شما نمی توانید فایل پیوست کنید
  • شما نمی توانید پاسخ خود را ویرایش کنید
  •