코딩Coding/C++__C언어
-
What is the difference between a mixin and inheritance?코딩Coding/C++__C언어 2023. 6. 14. 10:24
What is the difference between a mixin and inheritance? https://stackoverflow.com/questions/860245/mixin-vs-inheritance Mixin vs inheritanceWhat is the difference between a mixin and inheritance?stackoverflow.com
-
How can I compile with LLVM/Clang to RISC-V target?코딩Coding/C++__C언어 2023. 6. 13. 17:17
https://stackoverflow.com/questions/54670887/how-can-i-compile-with-llvm-clang-to-risc-v-target How can I compile with LLVM/Clang to RISC-V target? I want to compile a simple program "int main(){return 0;}" to RISC-V processor. LLVM/Clang version is 9.0 and I want to run the compiled program with a RISC-V simulator like this https://github.com... stackoverflow.com
-
What is a designated initializer in C?코딩Coding/C++__C언어 2023. 6. 13. 17:09
https://stackoverflow.com/questions/47202557/what-is-a-designated-initializer-in-c What is a designated initializer in C? I have an assignment that requires me to understand what are designated initializers in C, and what it means to initialize a variable with one. I am not familiar with the term and couldn't find any stackoverflow.com
-
C언어& C++ 다형성Polymorphism코딩Coding/C++__C언어 2023. 5. 23. 06:34
https://m.blog.naver.com/sky930425/222392263590 C언어는 절차지향? 객체지향?정리하면서 참고한 블로그, 코드를 봐야 이해하기 쉬움!! https://www.kernelpanic.kr/11 https://www.kern...blog.naver.com 다형성Polymorphism C++ https://marmelo12.tistory.com/m/285 [C++ 객체지향] 다형성(Polymorphism)다형성(Polymorphism) 객체지향 프로그래밍에서의 다형성은 간단히 말해 모습은 같은데 형태는 다른 것을 의미한다. 다형성을 뜻하는 영어 단어인 Polymorphism은 여러 개를 의미하는 'poly'와 모습 및 marmelo12.tistory.com
-
C언어 문자열 배열 선언하기(C에는 String형이 없다??) & 문자열(string)을 배열에 넣기코딩Coding/C++__C언어 2023. 5. 22. 15:50
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=nekh802&logNo=221568726654 c언어 문자열 배열 선언하기 (C에는 String형이 없다?!) c++, 자바에 있는 String형 데이터타입은 사실은 객체 취급됩니다. 즉, 값 자체가 아닌 레퍼런스타입입니... blog.naver.com https://m.blog.naver.com/PostView.naver?blogId=nekh802&logNo=221526477142&targetKeyword=&targetRecommendationCode=1 c언어 문자열(string)을 배열에 넣기 "문자열은 char형의 1차원 배열" "문자열의 배열은 char형의 2차원 배열" 임..
-
C언어 11-2 : 포인터 사용 예 간단 설명(뒤에서 더 자세히 설명)코딩Coding/C++__C언어 2023. 5. 21. 23:38
https://youtu.be/c-wxQZba5B4