• c++ new and delete operator undeclared identifier
    I want to use new and delete operators in keil ARM. I got the error "use of undeclared identifier 'new'." an example of code is : Z = new double[J2]; I tried to use #include <new> ...
  • c++ new and delete operator undeclared identifier
    I want to use new and delete operators in keil ARM. I got the error "use of undeclared identifier 'new'." an example of code is : Z = new double[J2]; I tried to use #include <new> ...
  • Identifier Undfined
    Basically what I am trying to do is duplicated the timer project example for nRF51422. I keep getting back following errors and I don't know how to fix it. I suspect it has to do with including files...
  • undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • Identifier Undfined
    Basically what I am trying to do is duplicated the timer project example for nRF51422. I keep getting back following errors and I don't know how to fix it. I suspect it has to do with including files...