LINUX.ORG.RU

История изменений

Исправление wota, (текущая версия) :

Вы слишком хорошо думаете о языке C++: http://ideone.com/BvbWoe

просто надо пользоваться компиляторами C++, а не gcc:

1.cpp:1:1: error: C++ requires a type specifier for all declarations
main ()
^~~~
1.cpp:4:63: error: arithmetic on a pointer to void
    int* foo = reinterpret_cast<int*>(static_cast<void*>(asd) + 10);
                                      ~~~~~~~~~~~~~~~~~~~~~~~ ^
2 errors generated.

Исправление wota, :

Вы слишком хорошо думаете о языке C++: http://ideone.com/BvbWoe

просто надо пользоваться компиляторами C++, а не gcc:

1.cpp:4:63: error: arithmetic on a pointer to void
    int* foo = reinterpret_cast<int*>(static_cast<void*>(asd) + 10);
                                      ~~~~~~~~~~~~~~~~~~~~~~~ ^

Исходная версия wota, :

Вы слишком хорошо думаете о языке C++: http://ideone.com/BvbWoe

просто надо пользоваться компиляторами C++, а не gcc:

error: arithmetic on a pointer to void
    int* foo = reinterpret_cast<int*>(static_cast<void*>(asd) + 10);