Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-6) was last changed on 05-Nov-2023 16:26 by BlakeMcBride

This page was created on 14-Apr-2016 15:22 by BlakeMcBride

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 3 changed 3 lines
!Done on current systems in 2015.
| ||MSOFT 32||MSOFT 64||MSOFT 64 Cygwin||Linux 32||Linux 64||Mac OS/X
| ||MSOFT 32||MSOFT 64||MSOFT 64 Cygwin||Linux 32||Linux 64||Max OS/X<br>Intel/M1
At line 39 removed 2 lines
/* _M_X64 = predefined macro for 64 bit Microsoft C */
At line 43 changed 7 lines
#ifndef INT_PTR
# ifdef _M_X64
typedef long long INT_PTR;
# else
typedef long INT_PTR;
# endif
#endif
#include <stdint.h>
intptr_t myInt;
void *ptr = (void *) 123;
myInt = (intptr_t) ptr;
Version Date Modified Size Author Changes ... Change note
6 05-Nov-2023 16:26 0.712 kB BlakeMcBride to previous
5 09-Aug-2016 09:48 0.824 kB BlakeMcBride to previous | to last
4 15-Apr-2016 13:58 0.82 kB BlakeMcBride to previous | to last
3 15-Apr-2016 08:31 0.804 kB BlakeMcBride to previous | to last
2 14-Apr-2016 15:23 0.819 kB BlakeMcBride to previous | to last
1 14-Apr-2016 15:22 0.822 kB BlakeMcBride to last
« This page (revision-6) was last changed on 05-Nov-2023 16:26 by BlakeMcBride