Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. struct pozycja_punktu
  2. {
  3. double pozycja;
  4. char symbol_punktu;
  5. };
  6. // ponizsza linie podkresla:
  7. void jakas_funkcja(pozycja_punktu * wskaznik_do_tablicy);
  8.  
  9. Error:
  10. error C2143: syntax error : missing ')' before '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement