>>28
All identifiers that begin with an underscore followed by an upper case letter are always reserved for any use by the implementation. You are violating the standard with the names on your enums.
See section 7.1.3 Reserved identifiers in ISO/IEC 9899:TC2 for details.
>>52
Most people who drive on highways drive over the speed limit. That does not change the speed limit. Similarly, Microsoft violating the C standard does not invalidate the C standard.
Name:
Anonymous2012-06-03 23:03
>>53
yeah, but you might get rear ended when driving the speed limit in a place where everyone goes 30 mph above it. Of course, the highway patrol would be all over that. But there isn't a C standard police force, going door to door in business parks, handing out tickets to developers writing code that doesn't follow the standard.
Name:
Anonymous2012-06-03 23:17
>>54
Consider yourself cited for obstruction of standards compliance, developer.
Name:
Anonymous2012-06-03 23:28
>>38
Too primitive.
#include <Application.h>
#include <Alert.h>
#include <stdio.h>
class WhyHaiku : public BApplication
{
public:
WhyHaiku() : BApplication("application/why-haiku")
{
}
>>71
>implying x86 isn't better than your goyish mips bullshit
Name:
Anonymous2012-06-05 10:59
>>68
Forgot installation instructions.
1. Save to why86.asm
2. nasm -f bin -o why86.bin why86.asm
3. dd if=why86.bin of=${device} bs=512 count=1
where ${device} is the boot device.
Name:
Anonymous2012-06-05 11:02
>>74
that overwrites the partition table too, fucktard
Name:
Anonymous2012-06-05 11:13
>>19,36,66 chmod +rwxrwxrwx
not chmod a+rwx
neither chmod 777
also installing on /usr/bin with universal write permission
You guys are arguing over what is basically a "Hello World" program written in C. It just goes to show how clumsy C is, when you can argue so much about basically nothing.
>>76
Fuck off with your security bullshit. Know how we kept our shit secure back in the day? We popped motherfuckers like you in the head with a bat for asking too many god damn questions about security.
If the software world were more violent there wouldn't be any of this hacker nonsense.