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

Fuck C

Name: Anonymous 2011-11-04 22:37

Any language that allows shit like this should be outlawed.


int Support::CopyData(void * DataTarget, void * DataSource, int SizeB, int SizeOfType)
{
    for(int i = 0; i <= SizeB; i++)
    {
        try{
            *(&DataTarget + (i * SizeOfType)) = *(&DataSource + (i * SizeOfType));
        } catch(void * a)
        {
            throw a;
        }
    }
    return SUCCESS;
}

Name: Anonymous 2011-11-04 22:39

Any programmer that writes shit like this should be fired.
Fixed.

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