Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wnoguchi/vc-cpp-study
C++ Study
https://github.com/wnoguchi/vc-cpp-study
Last synced: about 24 hours ago
JSON representation
C++ Study
- Host: GitHub
- URL: https://github.com/wnoguchi/vc-cpp-study
- Owner: wnoguchi
- License: mit
- Created: 2013-09-06T12:48:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-13T03:42:20.000Z (about 11 years ago)
- Last Synced: 2023-03-22T12:51:11.019Z (over 1 year ago)
- Language: C++
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VC++ 勉強の記録
## 参考サイト
### 全般
- [C++入門](http://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html)
### Unicode関連
- [プログラミング/小ネタ集/Unicode対応コーディング - ルーチェ's Homepage](http://www.ruche-home.net/program/tips/unicode)
- [_T("")マクロだのL""マクロだのLPCTSTRだのの世界一詳しい解説](http://victreal.com/Junk/_T/)
- [文字列を示す "abc"、_T("abc")、L"abc" は全て意味が違う!(UsefullCode.net)](http://www.usefullcode.net/2006/11/_abc_tabclabc.html)