코딩Coding/한글Rust강의★내가★공부하려고만듬
-
Rust❤️)enum, struct등등 용량 계산하기코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 22. 10:27
https://users.rust-lang.org/t/why-does-my-data-structure-allocate-so-much-memory/75819 Why does my data structure allocate so much memory? Hello, I have a data structure like this one: enum SemanticSurface { RoofSurface, GroundSurface, WallSurface, } struct Material { name: String, ambient_intensity: Option, diffuse_color: Option, emissive_color: Option, specular_colo users.rust-lang.org
-
C++ vs Rust Reference & Dereference 코딩 비교❤️코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 20. 15:35
rust cpp reference dereference training #rust #reference #dereference https://youtu.be/zaOXxYSm6hk c++ #include using namespace std; int main () { int number1 = 10; int *pointer1 = &number1; double number = 23.4; double *pointer2 = &number2; cout
-
VSCode활용법--diff❤️2개 코드 비교해서 보기_틀린 곳 찾기 #vscode #diff코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 19. 23:55
VSCode활용법_diff_2개 코드 비교해서 보기_틀린 곳 찾기 #vscode #diff https://youtu.be/RKvGEe5HtmQ code --diff foo.rs bar.rs code -d foo.rs bar.rs vscode 홈페이지 설명 https://code.visualstudio.com/docs/editor/command-line The Visual Studio Code command-line options Visual Studio Code command-line options (switches). code.visualstudio.com
-
Rust🧑💻Programming Full Course Tutorials 💻❤️코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 19. 17:44
https://youtu.be/MsocPEZBd-M ★★★Rust Tutorials 로드맵(Road Map)첫시작!- ★★★(총정리)Rustacean이 되어 보자!!Let's go! - https://economiceco.tistory.com/m/8614 ★★★Rust Tutorials 로드맵(Road Map)첫시작!-★★★(총정리)Rustacean이 되어 보자!!Let's go! GlobalYoung(내인생PLUS) 후원 방법 후원받은 금액으로 더 좋은 글을 만들도록 하겠습니다 https://toon.at/donate/637632064207125437 Toonation toon.at 온라인 스승님 러스트를 배웁시다 한글 easy_rust 온라인.. economiceco.tistory.com
-
rust turtle❤️검색 하다가 알게 됨 코딩해 볼 예정코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 19. 17:33
https://sunjay.dev/learn-game-dev/refactor-traditional-game-loop.html Refactor: Traditional Game Loop | Learn Game Development in Rust Download as .zip View changes assets src .gitignore Cargo.toml Unified Split 1 1 use sdl2::pixels::Color; 2 2 use sdl2::event::Event; 3 3 use sdl2::keyboard::Keycode; 4 use sdl2::render::WindowCanvas; 4 5 use std::time::Duration; 5 sunjay.dev https://github.com/a..
-
러스트❤️vs C++벡터연습_rust cpp vector training LunarVim_Install&Settings&LspInstall코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 18. 11:55
러스트vsC++벡터연습_rust cpp vector training LunarVim_Install&Settings&LspInstall #rust #LunarVim #Vector https://youtu.be/BySfWIOr8rY timeline 00:00 start 00:05 +@mithradates 00:11 오늘의 학습 목표 00:23 Rust vec 이해 01:11 C++ Vector 코딩시작 09:41 LunarVim Install & Setting 19:49 Vista플러그인 설치(NeoVim Plug-in ) 22:29 C++ Vector 코딩 다시 시작 38:43 Rust Vector 코딩 시작 01:20:56 as_mut_ptr이해하기
-
코딩해볼 예정❤️Building a GUI Library in Rust코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 5. 18. 11:23
https://github.com/lasernoises/egrikor GitHub - lasernoises/egrikor: A Rust GUI Library A Rust GUI Library. Contribute to lasernoises/egrikor development by creating an account on GitHub. github.com https://youtu.be/sDLrNAB7neY