Altera_Forum
Honored Contributor
19 years agostruct
struct test { int number; char name[20]; }; test t; in the nios ide the compiler says: test undeclared, why?
or type
'struct test t' --- Quote Start --- originally posted by asegers@Jul 19 2006, 06:18 AM struct test{
int number;
char name[20];
};
test t;
in the nios ide the compiler says: test undeclared, why?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17003)
--- quote end ---
--- Quote End ---