{"id":25019633,"url":"https://github.com/djeada/od-c-do-cpp","last_synced_at":"2025-04-13T04:10:50.839Z","repository":{"id":114372116,"uuid":"176819451","full_name":"djeada/Od-C-do-Cpp","owner":"djeada","description":"Kod źródłowy do programów z yt.","archived":false,"fork":false,"pushed_at":"2025-01-21T22:31:02.000Z","size":991,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T21:11:13.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adamdjellouli.com/articles/od_c_do_cpp","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djeada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-20T21:25:11.000Z","updated_at":"2025-01-21T22:31:06.000Z","dependencies_parsed_at":"2024-02-25T21:28:37.076Z","dependency_job_id":"a98063c0-0751-4201-bc4c-a3d1e9987ec7","html_url":"https://github.com/djeada/Od-C-do-Cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FOd-C-do-Cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FOd-C-do-Cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FOd-C-do-Cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FOd-C-do-Cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djeada","download_url":"https://codeload.github.com/djeada/Od-C-do-Cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661704,"owners_count":21141450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T11:51:16.756Z","updated_at":"2025-04-13T04:10:50.801Z","avatar_url":"https://github.com/djeada.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Od-C-do-Cpp\n\nKod źródłowy do programów z yt.\n\n![c_do_cpp](https://user-images.githubusercontent.com/37275728/213450004-e61a5056-f357-40b2-971f-ef0fa53d880f.png)\n\n## Notatki\n\n| Numer | Temat | Link |\n| --- | --- | --- |\n| 1 | Proces kompilacji | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/01_proces_kompilacji.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 2 | Preprocesor | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/02_preprocesor.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 3 | Zmienne i typy danych | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/03_zmienne_i_typy_danych.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 4 | Interakcja z konsolą | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/04_interakcja_z_konsola.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 5 | Instrukcja warunkowa | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/05_instrukcja_warunkowa.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 6 | Pętle | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/06_petle.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 7 | Liczby losowe | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/07_liczby_losowe.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 8 | Typ wyliczeniowy | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/08_typ_wyliczeniowy.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 9 | Funkcje | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/09_funkcje.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 10 | L wartości i R wartości | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/10_l_wartosci_r_wartosci.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 11 | Wskaźniki | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/11_wskazniki.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 12 | Tablice | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/12_tablice.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 13 | Napisy | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/13_napisy.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 14 | Operacje bitowe | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/14_operacje_bitowe.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 15 | Programowanie obiektowe | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/15_programowanie_obietkowe.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 16 | Dziedziczenie | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/16_dziedziczenie.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 17 | Zaawanosowane wskaźniki | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/17_zaawansowane_wskaźniki.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 18 | Przeciążanie | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/18_przeciazanie.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 19 | Konwersje | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/19_konwersje.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 20 | Lambdy | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/20_lambdy.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 21 | Szablony | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/21_szablony.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 22 | Wyjątki | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/22_wyjatki.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 23 | STL | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/23_stl.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 24 | Praca z plikami | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/24_praca_z_plikami.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n| 25 | C vs C++ | \u003ca href=\"https://github.com/djeada/Od-C-do-Cpp/blob/master/notatki/25_c_vs_cpp.md\"\u003e\u003cimg src=\"https://img.icons8.com/color/344/markdown.png\" height=\"50\" /\u003e \u003c/a\u003e | \n\n## Literatura\n\n### Przewodniki i kursy\n\n1. [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md): Zbiór wytycznych i najlepszych praktyk dla programowania w C++.\n2. [Wprowadzenie do C++](http://www.doc.ic.ac.uk/~wjk/C++Intro/index.html): Kurs wprowadzający do języka C++ oferowany przez Imperial College London.\n3. [C++ Programming: Introductory Course](https://www.cs.fsu.edu/~myers/cop3014/): Podstawowy kurs programowania w C++ z Florida State University.\n4. [SonarSource C++ Rules](https://rules.sonarsource.com/cpp/RSPEC-5184): Zasady analizy statycznej kodu dla C++ od SonarSource.\n5. [Python Tutor: C++](https://pythontutor.com/cpp.html#mode=edit): Narzędzie do wizualizacji kodu C++.\n\n### Przewodniki Beej'a\n\n6. [Beej's Guide to C Programming](https://beej.us/guide/bgc/html/split/): Przewodnik po podstawach programowania w C.\n7. [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/): Przewodnik po programowaniu sieciowym.\n8. [Beej's Guide to IPC](https://beej.us/guide/bgipc/html/multi/index.html): Przewodnik po międzyprocesowej komunikacji.\n\n### Specjalistyczne zasoby\n\n9. [Stanford Bit Hacks](https://graphics.stanford.edu/~seander/bithacks.html): Zbiór sztuczek i optymalizacji bitowych.\n10. [Hacking C++](https://hackingcpp.com/index.html): Przewodnik i zasoby dla zaawansowanych technik C++.\n11. [CS106B: Programming Abstractions](https://web.stanford.edu/class/archive/cs/cs106b/cs106b.1226/): Kurs zaawansowanego programowania w C++ ze Stanford University.\n\n### Dokumentacje i notatki\n\n12. [C++ Draft Standard](https://eel.is/c++draft/): Aktualny projekt standardu C++.\n13. [Annotated Notes for 15-123](https://www.cs.cmu.edu/~ab/15-123S09/annotatedNotes/): Notatki z kursu programowania w C++ na Carnegie Mellon University.\n\n### Cheat Sheet'y i dodatkowe materiały\n\n14. [Hacking C++ Cheat Sheets](https://hackingcpp.com/cpp/cheat_sheets.html): Zestaw cheat sheet'ów dla C++.\n15. [Demystifying Bitwise Operations](https://www.andreinc.net/2023/02/01/demystifying-bitwise-ops): Artykuł wyjaśniający operacje bitowe.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjeada%2Fod-c-do-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjeada%2Fod-c-do-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjeada%2Fod-c-do-cpp/lists"}