Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Test> cl .\main.c
- Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
- Copyright (C) Microsoft Corporation. All rights reserved.
- main.c
- .\main.c(20) : error C2275: 'myStruct' : illegal use of this type as an expression
- .\main.c(7) : see declaration of 'myStruct'
- .\main.c(20) : error C2146: syntax error : missing ';' before identifier 's'
- .\main.c(20) : error C2065: 's' : undeclared identifier
- .\main.c(20) : warning C4047: '=' : 'int' differs in levels of indirection from 'myStruct'
- .\main.c(21) : error C2065: 's' : undeclared identifier
- .\main.c(21) : error C2223: left of '->word' must point to struct/union
- .\main.c(23) : error C2065: 's' : undeclared identifier
- .\main.c(23) : error C2223: left of '->word' must point to struct/union
- PS C:\Test>
Advertisement
Add Comment
Please, Sign In to add comment