Programming/C++ STL2021. 10. 2. 23:17

아래의 함수가 가장 눈에 잘 들어 오는 듯?

fill(vec.begin(), vec.end(), value);

 

[링크 : https://hini7.tistory.com/66]

'Programming > C++ STL' 카테고리의 다른 글

cpp static_cast<type>  (0) 2023.02.09
::open()  (0) 2021.11.10
cpp 부모타입으로 업 캐스팅 된 객체의 원래 클래스 알기  (0) 2021.09.30
cpp string 관련  (0) 2019.06.10
cpp stringstream << 연산자  (0) 2019.05.24
Posted by 구차니
Programming/C++ STL2021. 9. 30. 14:58

dynamic_cast<>() 를 통해 변환해보면 원래 타입을 알 수 있음.

[링크 : https://stackoverflow.com/questions/307765/how-do-i-check-if-an-objects-type-is-a-particular-subclass-in-c]

 

+

해보니 완벽하게 탐지하지는 못하는 듯..

'Programming > C++ STL' 카테고리의 다른 글

::open()  (0) 2021.11.10
vector 값 비우기  (0) 2021.10.02
cpp string 관련  (0) 2019.06.10
cpp stringstream << 연산자  (0) 2019.05.24
c++ 함수 인자 기본값  (0) 2017.11.08
Posted by 구차니
Programming/c# & winform2021. 9. 1. 16:20

3번째 인자인 색상을 생략하면 clear 색상으로 칠해진다.

그나저나.. color랑 colour을 섞어 쓴 이유는 멀까 -ㅁ-?

 

[링크 : http://egloos.zum.com/potato1004/v/5874308]

'Programming > c# & winform' 카테고리의 다른 글

winform 쓰레드와 소켓  (0) 2021.10.18
C# 트레이 아이콘 예제  (0) 2021.10.18
mfcimagegallery  (0) 2021.08.30
std::vector , std:set  (0) 2021.08.25
ribbon with gallery  (0) 2021.08.24
Posted by 구차니
Programming/c# & winform2021. 8. 30. 11:36

'Programming > c# & winform' 카테고리의 다른 글

C# 트레이 아이콘 예제  (0) 2021.10.18
CGridctrl setitembkcolour  (0) 2021.09.01
std::vector , std:set  (0) 2021.08.25
ribbon with gallery  (0) 2021.08.24
mfc ribbon  (0) 2021.08.23
Posted by 구차니
Programming/c# & winform2021. 8. 25. 17:31

으으 cpp로 전향을 해야 익숙해지려나..

python에서 먼저 접하다 보니 묘하게 쓰기 불편하네

 

[링크 : https://coding-factory.tistory.com/596]

[링크 : https://blockdmask.tistory.com/79]

'Programming > c# & winform' 카테고리의 다른 글

CGridctrl setitembkcolour  (0) 2021.09.01
mfcimagegallery  (0) 2021.08.30
ribbon with gallery  (0) 2021.08.24
mfc ribbon  (0) 2021.08.23
32bit 비트맵, alpha 채널  (0) 2021.08.18
Posted by 구차니
Programming/c# & winform2021. 8. 24. 17:15

'Programming > c# & winform' 카테고리의 다른 글

mfcimagegallery  (0) 2021.08.30
std::vector , std:set  (0) 2021.08.25
mfc ribbon  (0) 2021.08.23
32bit 비트맵, alpha 채널  (0) 2021.08.18
winform ribbonmenu  (0) 2021.07.18
Posted by 구차니
Programming/c# & winform2021. 8. 23. 14:28

'Programming > c# & winform' 카테고리의 다른 글

std::vector , std:set  (0) 2021.08.25
ribbon with gallery  (0) 2021.08.24
32bit 비트맵, alpha 채널  (0) 2021.08.18
winform ribbonmenu  (0) 2021.07.18
winform MDI 시도!  (0) 2021.07.12
Posted by 구차니
Programming/c# & winform2021. 8. 18. 18:06

으아아아아

[링크 : https://www.generacodice.com/en/articolo/1363254/]

 

ARGB 인데 포맷이 문제인지 이걸 정상적으로 보여주는 프로그램이 거의 없는 듯..

GIMP에서도 안되고 Visual Studio 에서도 정상적으로 보이지 않다가

프로그램에서 빌드해서 실행하면 정상적으로 나온다. 도대체 머여!!

[링크 : http://www.qualibyte.com/pixelformer/]

'Programming > c# & winform' 카테고리의 다른 글

ribbon with gallery  (0) 2021.08.24
mfc ribbon  (0) 2021.08.23
winform ribbonmenu  (0) 2021.07.18
winform MDI 시도!  (0) 2021.07.12
winform IsMdiContainer  (0) 2021.07.12
Posted by 구차니
Programming/android2021. 7. 27. 17:24

라즈베리 4 가지고 놀다보니 얘도 64bit OS가 나오는데

그럼 우리가 사용하는 안드로이드는 64bit인가 32bit 인가 궁금해서 찾아보는데

순정(?)으로는 알아낼 방법이 없는 듯?

 

 

[링크 : https://secur1ty.tistory.com/75] adb

[링크 : https://openart.tistory.com/2504] 3rd party app

[링크 : https://metalkin.tistory.com/81] android api

 

2019년 8월 1일부터 Google Play에 게시되는 앱에서는 64비트 아키텍처를 지원해야 합니다

[링크 : https://developer.android.com/distribute/best-practices/develop/64-bit?hl=ko]

Posted by 구차니
Programming/c# & winform2021. 7. 18. 22:23

도대체 어떻게 세로로 쌓지?

 

+

테스트 해보니 panel의 FlowsTo를 Bottom이 기본값인데 button은 right 일때만 쌓이고

(right 이면 근데 이미지 사라짐 버그인가?)

Label은 Right일때 2줄, Bottom/Left는 4줄로 쌓인다.

[링크 : https://github.com/ribbonwinforms/ribbonwinforms]

'Programming > c# & winform' 카테고리의 다른 글

mfc ribbon  (0) 2021.08.23
32bit 비트맵, alpha 채널  (0) 2021.08.18
winform MDI 시도!  (0) 2021.07.12
winform IsMdiContainer  (0) 2021.07.12
DataGridView  (0) 2021.07.12
Posted by 구차니