Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. g++ main.cpp ctax.o -o taxcalc.run
  2. main.cpp: In function ‘void qsort(EmployeeRecord*, int, int)’:
  3. main.cpp:220:47: error: array must be initialized with a brace-enclosed initializer
  4. char pivot[25+1]=employee[(start+finish)/2].fulln;
  5. ^
  6. make: *** [taxcalc.run] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement