ぷるぷるの雑記

低レイヤーがんばるぞいなブログ. 記事のご利用は自己責任で.

リンク集

個人的にたまによく使うサイトのリンク集. 完全に自分用メモ.徐々に更新

MSVC

UCRT 関数リファレンス (アルファベット順)

learn.microsoft.com

コンパイラ コマンド ラインの構文

リンカーへのオプションの渡し方

learn.microsoft.com

コンパイラオプション

learn.microsoft.com

リンカー オプション

learn.microsoft.com

WinAPI(ヘッダ別ページへのポータル)

learn.microsoft.com

Windows コントロール(ヘッダ別)

learn.microsoft.com

winuser.h

BeginPaint(), BringWindowToTop(), CloseWindow(), CreateDialog(), CreateWindow(), DestroyWindow(), DispatchMessage(), DrawText(), FindWindow(), GetAncestor(), GetClientRect(), GetCursor(), GetDCEx(), GetDlgItem(), GetFocus(), GetKeyBoardType(), GetMessage(), GetParent(), GetWindowsDC(), LoadBitmap(), MessageBox(), PeekMessage(), PostMessage(), PostThreadMessage(), RegisterClassEx(), RegisterHotKey(), SetLayeredWindowAttributes(), SendMessage(), SetTimer(), SetWindowPos(), SetWindowsHookEx(), WaitMessage(), MSG構造体 など

learn.microsoft.com

プロセスおよびスレッド(ヘッダ別)

learn.microsoft.com

processthreadsapi.h

CreateProcess(), CreateThread(), GetCurrentProcessId(), GetCurrentProcessorNumberEx(), GetCurrentThread(), GetCurrentThreadId(), GetProcessId() など

learn.microsoft.com

その他(複数のテクノロジで利用)

windef.h

learn.microsoft.com

Direct3D 12 グラフィックス(ヘッダ別)

learn.microsoft.com

d3d12.h

D3D12CreateDevice()など

learn.microsoft.com

d3d12shader.h

D3D12_xxx_DESC構造体など

learn.microsoft.com

Windows全般

ウィンドウスタイル

learn.microsoft.com

拡張ウィンドウスタイル

learn.microsoft.com

GDIリファレンス(ヘッダ別)

learn.microsoft.com

wingdi.h

AlphaBlend(), BeginPath(), BitBlt(), CreateCompatibleDC(), GetObject(), MaskBlt(), RGB(), RoundRect(), SelectObject(), SetPixel(), など.

learn.microsoft.com

GDI+リファレンス(項目別)

learn.microsoft.com

GDI+リファレンス(ヘッダ別)

learn.microsoft.com

gdiplusheaders.h

Bitmapクラスなど

learn.microsoft.com

gdiplusimaging.h

ImageItemDataクラスなど

learn.microsoft.com

gdiplusmatrix.h

3x3のMatrixクラス

learn.microsoft.com

Windows OpenGLリファレンス(項目別)

learn.microsoft.com

Autoconf

Specifying target triplets

www.gnu.org

H8マイコン

12ステップで作る 組込みOS自作入門

kozos.jp

H8プログラミングメモ

bluefish.orz.hm

AKI-H8 CPU Hardware Manualより

nagasm.org

gcc

GCC

linuxjm.osdn.jp

リンカ

ld

linuxjm.osdn.jp

リンカ

リンク作業がどのように進行するかを詳しく説明している.

tanakamura.github.io

ARM Options

gcc.gnu.org

H8/300 Options

gcc.gnu.org

AVR Options

gcc.gnu.org

HTML5 Canvas

CanvasRenderingContext2D

developer.mozilla.org

WebGLRenderingContext

developer.mozilla.org

ImageData

developer.mozilla.org

HTMLCanvasElement: toDataURL()

developer.mozilla.org