Name: Anonymous 2014-05-30 13:31
Namespaces are syntactic sugar, instead of doing:
you could just write:
Distinction between public and private is stupid for the same reason described above.
Also, instead of using for and while you could just use if and goto. And I have several more examples...
Why do people keep designing bloated programming languages like C++?
namespace penis
{
unsigned char a=0;
}
you could just write:
unsigned char penis_a=0;
Distinction between public and private is stupid for the same reason described above.
Also, instead of using for and while you could just use if and goto. And I have several more examples...
Why do people keep designing bloated programming languages like C++?