Hi,
On Oct 30, 2007 10:27 PM, Micah Cowan <[EMAIL PROTECTED]> wrote:
>
> The "restrict" keyword, as used, is entirely appropriate for C code, as
> it is part of the C language. It is not part of the C++ language (at
> least not yet).
>
> It's a relatively recent addition to the C language, so the
Hi,
When trying to compile base64.c using g++ I got the following compilation
problems:
$ g++ -c base64.c
base64.c:44:20: error: config.h: No such file or directory
base64.h:34: error: expected ',' or '...' before 'in'
base64.h:39: error: expected ',' or '...' before 'in'
base64.c:67: error: expe