全部博文(113)
发布时间:2016-01-28 15:12:29
Installing the GNU C compiler and GNU C++ compilerTo install the gcc and g++ compilers, you will need the build-essential package. This will also install GNU make. build-essential contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and .........【阅读全文】
发布时间:2016-01-21 00:32:13
ibevent多线程使用事项 在linux平台上使用c开发网络程序的同志们一般情况下都对鼎鼎大名的libevent非常的熟悉了。但是一些新进入此领域的new new people们对此都是一头雾水。原本的迷茫再加上开源软件一贯的“帮助文件”缺失作风,让我们这些新手们显的非常的无助。幸好有一些热心的朋友们帮忙,才化险.........【阅读全文】