Top "Declare" questions

Use this tag for questions related to declare, which is usually meant for declaring variables, statements, etc.

C90: How do I globally initialize this struct in C without C99 extensions

I was wondering what the best way to initialize this struct is with C90, while still keeping it neat. In …

c struct global declare c89
Name 'Printer' is not declared VB6 to .NET

I am upgrading VB6 to .NET after the upgrade I get the compile error: Name 'Printer' is not declared My …

vb.net printing vb6 vb6-migration declare