Guest User

Untitled

a guest
Mar 14th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. PS C:\Test> cl .\main.c
  2. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. main.c
  6. .\main.c(20) : error C2275: 'myStruct' : illegal use of this type as an expression
  7. .\main.c(7) : see declaration of 'myStruct'
  8. .\main.c(20) : error C2146: syntax error : missing ';' before identifier 's'
  9. .\main.c(20) : error C2065: 's' : undeclared identifier
  10. .\main.c(20) : warning C4047: '=' : 'int' differs in levels of indirection from 'myStruct'
  11. .\main.c(21) : error C2065: 's' : undeclared identifier
  12. .\main.c(21) : error C2223: left of '->word' must point to struct/union
  13. .\main.c(23) : error C2065: 's' : undeclared identifier
  14. .\main.c(23) : error C2223: left of '->word' must point to struct/union
  15. PS C:\Test>
Advertisement
Add Comment
Please, Sign In to add comment