Programming cheatsheets


Here is a list of cheatsheets for programming languages that I've made for myself over the years. I keep them open whenever I'm programming and I quickly look up stuff by using "Ctrl + f". It really helps me.

C: https://drive.google.com/file/d/1gEFEycJnERUKIyd8l0X3MnRZ6U3EG854/view?usp=sharing

C++: https://drive.google.com/file/d/1V2expGujPon3m4qWKMx2dhzK7YKatBw-/view?usp=sharing

D: https://drive.google.com/file/d/15cEJP2tcmq9XjrLlwjC0yJWAU7MguN--/view?usp=sharing

Java: https://drive.google.com/file/d/1eFopI8zzZNIL0K-pNoG-QuXt-U4nAcUc/view?usp=sharing

Pascal: https://drive.google.com/file/d/1QrYJ2m7h358zKyytjszyMcPqpCO39AEH/view?usp=sharing 

PHP: https://drive.google.com/file/d/127j7lskS8KA-_2GSlA-mBTXvBJJLG_ZU/view?usp=share_link

Portugol: https://drive.google.com/file/d/1B_Nlq9ddBs1J0Kx9DrbvMNWCutEiUsO1/view?usp=sharing

Python: https://drive.google.com/file/d/1jh85TmMxWbpXYWx_N_vs00PI9zu-ZXpd/view?usp=sharing

Comments

  1. Nice, I am writing a GUI library based on win32 API in three languages. Odin, D and Python. So cheatsheets for D & Python will be a help for me.

    ReplyDelete
    Replies
    1. Great! I'll check out your library later.

      Delete

Post a Comment