资源简介

Linux C编程从入门到精通 光盘 源代码 刘学勇

资源截图

代码片段和文件信息

/*ex10-1*/
#include 
int main( int argc char *argv[])
{
  GtkWidget *window;
  gtk_init(&argc &argv);
  window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 gtk_window_set_title(GTK_WINDOW(window)“GTK+“);
  gtk_window_set_default_size(GTK_WINDOW(window)300100);
  gtk_window_position(GTK_WINDOW(window) GTK_WIN_POS_MOUSE);
  gtk_widget_show(window);
  gtk_main();
  return 0;

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-06-13 14:40  sample\
     目录           0  2014-06-13 14:39  sample\chapter1\
     目录           0  2014-06-13 14:39  sample\chapter1\test\
     文件         117  2014-06-13 14:39  sample\chapter1\test\1.txt
     文件         117  2014-06-13 14:39  sample\chapter1\test\11.txt
     文件          16  2014-06-13 14:39  sample\chapter1\test\2.txt
     文件         133  2014-06-13 14:39  sample\chapter1\test\3.txt
     文件          58  2014-06-13 14:39  sample\chapter1\test\4.txt
     文件          58  2014-06-13 14:39  sample\chapter1\test\55.txt
     文件       24064  2014-06-13 14:39  sample\chapter1\test\代码说明.doc
     目录           0  2014-06-13 14:39  sample\chapter1\test2\
     文件         117  2014-06-13 14:39  sample\chapter1\test2\1.txt
     文件          16  2014-06-13 14:39  sample\chapter1\test2\2.txt
     文件         133  2014-06-13 14:39  sample\chapter1\test2\3.txt
     文件          58  2014-06-13 14:39  sample\chapter1\test2\4.txt
     文件          58  2014-06-13 14:39  sample\chapter1\test2\5.txt
     文件       24064  2014-06-13 14:39  sample\chapter1\代码说明.doc
     目录           0  2014-06-13 14:40  sample\chapter10\
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-1\
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-1\bin\
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-1\bin\Debug\
     文件       16925  2014-06-13 14:39  sample\chapter10\ex10-1\bin\Debug\ex10-1
     文件         390  2014-06-13 14:39  sample\chapter10\ex10-1\ex10-1.c
     文件        1059  2014-06-13 14:39  sample\chapter10\ex10-1\ex10-1.cbp
     文件       52045  2014-06-13 14:39  sample\chapter10\ex10-1\ex10-1.depend
     文件         240  2014-06-13 14:39  sample\chapter10\ex10-1\ex10-1.layout
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-1\obj\
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-1\obj\Debug\
     文件       13964  2014-06-13 14:39  sample\chapter10\ex10-1\obj\Debug\ex10-1.o
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-10\
     目录           0  2014-06-13 14:39  sample\chapter10\ex10-10\bin\
............此处省略1195个文件信息

评论

共有 条评论