Advertisement
Guest User

CODE`C

a guest
Dec 8th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. https://ibb.co/MPdgbKt
  2. https://ibb.co/2NTNX1m
  3.  
  4. just typed up teh doapest kit yet wanned to let all y'all know how it rolls for real
  5. in MACHINE C. Basically, never forget the following key points:
  6.  
  7. implicitly void ALL STRUCT CALLS (inline isn't stable)
  8. thats right, arrow->logic for everything
  9. .tricks exist and have been pulled for extreme gain
  10. **double pointers are a 2D array. Call all first indices using
  11. t-number and bury the entire vector in the second array
  12. EX:
  13. unit[1][0] - X1, unit[1][1] - Y1, unit[1][2] - Z1
  14. unit[2][0] - X2, unit[2][1] - Y2, unit[2][2] - Z2
  15. unit[M][0] - XM, unit[M][1] - YM, unit[M][2] - ZM
  16. cloneVect(unit[M],cloneTarget,Nvector); <= stores {X,Y,Z}@[M]!!!
  17. NEVER STOP FORCING THE MACHINE TO OBEY
  18.  
  19. __ __ ____ __________
  20. \ \/ /| __|| __|| |
  21. | | | >_ | >_ '| |'
  22. | | | ` || ` | | |
  23. '''' '''''''''' ''''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement