• array problem
    Hi all I've a array located at code segment named StandardModeType is a struct has some integer values StandardModeType code StandardModeTable_rc7_17[]={ ... } I want to creat a pointer in...
  • array problem
    Hi all I've a array located at code segment named StandardModeType is a struct has some integer values StandardModeType code StandardModeTable_rc7_17[]={ ... } I want to creat a pointer in...
  • Array Problem in embedded c
    hello , I have a problem regarding array size.I am using keil uvision 4 tool for program. I read the data from uart and i am trying to save data in the array.But array size is not increasing above 230...
  • two dimentional array(char) problem
    hi ! I want a table from which i can take char data. so i have used char 2-dim array.my initialization is ok. but complier gives following error : MAIN.C(24): error C242: 'array[]': too many...
  • Cortex-A53 : complex array problem
    Hello ; I am working on Arm Cortex-A53 and here is the problem; when ı am trying to allocate A= new comp[N]; >> typedef std::complex< double > comp;>> #include <complex> struct complex<double...