분류 전체보기 (233) 썸네일형 리스트형 728x90 반응형 C++, MFC。형 변환(Type Casting) - 문자형 to 정수형, 실수형 # 유니코드(Unicode) 기반 CString sNum = _T("123");// CString to int : %dint nNum1 = _ttoi(sNum);// CString to __int64 : %I64d__int64 nNum = _ttoi64(sNum);// CString to doubledouble nDoNum1 = _wtof(sNum);double nDoNum2 = _ttof(sNum); # 멀티바이트(Multibyte) 기반 // CString to int : %dint nNum2 = atoi("123");// CString to doubledouble nDoNum3 = atof("123"); MS SQL。이전/다음 행 데이터 접근(LAG, LEAD) 1. LAG 이전 행의 데이터 접근 LAG(scalar_expression [, offset] [, default]) OVER ([partition_by_clause] order_by_clause) 2. LEAD 다음 행의 데이터 접근 LEAD(scalar_expression [,offset] [,default]) OVER ([partition_by_clause] order_by_clause) # offset (기본값 : 1, 생략가능) 현재 기준으로 앞/뒤에 있는 행 수 # default (기본값 : NULL, 생략가능) offset의 scalar_expression이 NULL일 경우 반환할 값 Linux。CentOS 다운로드 및 부팅 USB 만들기 1. CentOS 다운로드https://www.centos.org/download/ DownloadAs you download and use CentOS Linux or CentOS Stream (What's the difference?), the CentOS Project invites you to be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding cwww.centos.org # CentOS7 설치 파일 다운로드 # CentOS8 설치 파일 다운로드 더보기https://namu.wiki/w/%EB%.. Error。error C1083: 포함 파일을 열 수 없습니다. 'stdint.h': No such file or directory 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\client\clientquery.h(44) : fatal error C1083: 포함 파일을 열 수 없습니다. 'stdint.h': No such file or directory # 해결 방법 stdint.h 파일 다운로드 후 설치된 Visual Studio의 include 폴더에 추가 https://code.google.com/archive/p/msinttypes/ Google Code Archive - Long-term storage for Google Code Project Hosting. code.google.com C Language。Visual Studio 2008 Pro Trial CD Key 보호되어 있는 글입니다. C#。Ping 실행파일 실행파일 Error。LINK : fatal error LNK1158: 'mt.exe'을(를) 실행할 수 없습니다. LINK : fatal error LNK1158: 'mt.exe'을(를) 실행할 수 없습니다. # 해결 방법 설치된 Visual Studio의 bin 폴더에 mt.exe 파일 추가 Error。error C2146, C4430, C2039, C2660 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C2146: 구문 오류 : ';'이(가) 'rgclsidAllowed' 식별자 앞에 없습니다. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C4430: 형식 지정자가 없습니다. int로 가정합니다. 참고: C++에서는 기본 int를 지원하지 않습니다. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C44.. 728x90 반응형 이전 1 ··· 3 4 5 6 7 8 9 ··· 30 다음