Guest User

Untitled

a guest
Nov 20th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. int specLength = 17;
  2. int spec[specLength-1];
  3.  
  4. TestProgram:34: error: array bound is not an integer constant before ']' token
  5. int spec[specLength-1];
  6.  
  7. int specLength = 17;
  8. int spec[16];
Add Comment
Please, Sign In to add comment