Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RotemR

Pages: [1]
1
General Board / void argument in c++ function parameters
« on: January 25, 2022, 07:41:10 pm »
I am trying to reverse engineer my code. this is an old c++ code so in the destructors parameters list they used to write (void) like this:
      87:
      88: CMedicationsForm::~CMedicationsForm(void).
I am getting a lot of parsing errors on this (for every dtor in the code).
is there any way I can bypass this? maybe add a Language macro?

Thanks,




Pages: [1]