Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

wy te fuk ths no working?

Name: Anonymous 2011-07-04 8:52


Boolean gleich(Int32 zahl) {
    if (zahl == Convert::ToInt32(textBox1->Text))
        return true;

    else
        return false;
}

    private:
        List<Int32> ^liste;

private: System::Void buttonSuchen_Click(System::Object^  sender, System::EventArgs^  e) {

    Int32 pos;
   
    if(radioButtonKleiner->Checked == true){
    Predicate<Int32> ^suchen = gcnew Predicate<Int32>(&generischeListeFormular::Form1::kleiner);
    }
}

it gives me a C3352 error but wy?

Name: Anonymous 2011-07-04 17:54

HAND-OPTIMIZED BY AN EXPERT SEPPLES PROGRAMMER


Boolean gleich(Int32 zahl) {
    return zahl < Convert::ToInt32(textBox1->Text);
}

    private:  // WHY THE FUCK IS THERE SOME WEIRD DECLARATION INDENTED 4 SPACES RIGHT HERE
        List<Int32> ^liste;

private: System::Void buttonSuchen_Click(System::Object^  sender, System::EventArgs^  e) {

    Int32 pos;
  
    if(radioButtonKleiner->Checked == true){
    Predicate<Int32> ^suchen = gcnew Predicate<Int32>(&generischeListeFormular::Form1::kleiner);
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List