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

MS Visual C++ sucks lots of ass

Name: Anonymous 2005-07-25 21:25

Im using it in a class of mine...and I have crashed it 4 times in the past 3 hours....in programs that go to the extent of this
(In this programs case it crashed while building because I forgot a }....so sad...)

#include<iostream.h>
class Item
{
    int number;
    float cost;

public:
    void getData(int a, float b);
    void putData(void);

};

void Item :: getData(int a1, float b1)
{
    number = a1;
    cost = b1;
}

void Item ::putData()
{
    cout<<"number: "<<number<<endl;
    cout<<"Cost: "<<cost<<endl;
}




int main()
{
    Item Item1, Item2, Item3;
    Item1.getData(20, 200);
    Item2.getData(13, 120);
   
    Item3 = Item2;

    Item1.putData();
    Item2.putData();
    Item3.putData();
   
    return 0;
}

Name: Anonymous 2010-12-09 18:31

Name: Anonymous 2010-12-21 14:24

Name: Anonymous 2011-03-02 21:34

I AM THE MOST FUCKING NGGER MATURE

Name: Anonymous 2012-06-03 8:05

44 GET

Name: Anonymous 2012-06-03 8:39

`>>forgots }
niggers
>>44
nice dubz bro

Name: Anonymous 2012-06-03 13:59

incapable of writing code
blames the compiler

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