Name: Anonymous 2010-05-09 23:55
why doesnt it work
int main(new int, new char)
{
new int;
int a;
a = 6;
if(a = 2)
std::cout>>"not right";
}