코딩Coding/한글Rust강의★내가★공부하려고만듬
-
Trying Jai❤️Language for the First Time코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 26. 04:39
https://youtu.be/AwbLjR46HkY masOS설치방법 제작자가 비공개 해서 다운 받을 방법이 없는것 같다. 뭔가 큰 문제가 발생한듯 .. 그냥 zig가 이긴것 같다. zig공부에 집중하자!! 다운 받고 macOS link 해줘야함 https://github.com/Jai-Community/Jai-Community-Library/wiki/Getting-Started GitHub - Jai-Community/Jai-Community-Library: Tutorials and Cheatsheet for Jai, written by its community Tutorials and Cheatsheet for Jai, written by its community - GitHub - Jai-Commu..
-
How Hard Could It Be?? Adding Two Numbers?? | ARM Assembly❤️Programming Tutorial코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 24. 20:40
https://youtu.be/VbtMCP8s5f4 arm 64는 약간 틀리네 ㅎㅎㅎ https://courses.cs.washington.edu/courses/cse469/19wi/arm64.pdf 이게 젤 편하네 ㅎㅎㅎㅎ default: as add.s -o add.o gcc add.o -o add -static -nostdlib ./add Command 창에서 하는 법 // macOs 기준 설명임. as -o HelloWorld.o HelloWorld.asm 하면 HelloWorld.o 파일 만들어짐 그럼 HelloWorld.o 파일을 ld -macosx_version_min 12.0.0 -o HelloWorld HelloWorld.o -lSystem -syslibroot `xcrun -sdk ma..
-
Rust Traits ❤️vs C++🧡 Concepts코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 21. 10:40
https://youtu.be/f68FtmUTl3s 공부하자 트레이트 Traits Rust Syntax상식❤️) Traits - https://economiceco.tistory.com/m/14839 Rust Syntax상식❤️) Traits Traits: Summary Traits define abstract behavior that can be utilzed by multiple types We can define function argument types with a trait We can use traits to constrain function arguments We can cons.. economiceco.tistory.com ㅂ
-
Algorithm ❤️and Data Structs Full Course - freeCodeCamp코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 19. 14:08
https://youtu.be/8hly31xKli0 Data Structures https://youtu.be/RBSGKlAvoiM Data Science https://youtu.be/ua-CiDNNj30 https://youtube.com/playlist?list=PLWKjhJtqVAbn5emQ3RRG8gEBqkhf_5vxD Computer Science Concepts www.youtube.com
-
Learn C ❤️Programming Using the Classic Book by Kernighan and Ritchie코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 19. 13:59
https://youtu.be/j-_s8f5K30I https://www.freecodecamp.org/news/learn-c-programming-classic-book-dr-chuck/ Learn C Programming Using the Classic Book by Kernighan and Ritchie Dennis Ritchie created the C programming language. He also co-authored the authoritative reference book on C programming with Brian Kernighan. If you want to truly understand C programming, it is a good idea to go straight t..