GLib 入門

<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script>
  • 基本型態、巨集、公用(Utility)函式
一些有的沒的常用 函式,先放在一起講......Orz
  • 輸入輸出
來了解一些基本檔 案讀寫、目錄資訊的取得方式,以及輸入輸出 Channel 的使用。
來看看 GLib 提供了哪些常用的資料結構處理及動態記憶體配置函式。
  • 執 行緒
GLib 提供了 GThread 作為多執行緒的支援。

你可能感兴趣的:(C++,c,C#)