Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)