Follow Erreur 404 to join the conversation.

When you follow Erreur 404, you’ll get access to exclusive messages from the artist and comments from fans. You’ll also be the first to know when they release new music and merch.

Messages

Erreur 404

Montreal, Québec

// CPP program of self destructing output file
#include<stdio.h>
#include<stdlib.h>

int main(int c, char *argv[])
{
printf("By the time you run me "
"I will be destroyed \n");

// Array of pointers to command line arguments
remove(argv[0]);

// Note: argv[0] will contain the executable\
// file i.e. 'a.out'

return 0;
}

Recent Supporters