铁甲小宝
码龄15年
求更新 关注
提问 私信
  • 博客:6,588
    社区:4,061
    10,649
    总访问量
  • 暂无
    原创
  • 0
    粉丝
  • 4
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:山东省
加入CSDN时间: 2010-10-07
博客简介:

lianjie_1202的专栏

查看详细资料
个人成就
  • 获得0次点赞
  • 内容获得0次评论
  • 获得2次收藏
  • 博客总排名1,723,728名
创作历程
  • 8篇
    2012年
TA的专栏
  • c/c++
    4篇
  • 编程实践
    1篇
  • 编译器
    1篇
  • 游戏编程
    1篇
  • linux
    1篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 4

TA参与的活动 0

创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

88人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

linux创建动态链接库

Shared libraries with GCC on LinuxBy anduril462Libraries are an indispensable tool for any programmer. They are pre-existing code that is compiled and ready for you to use. They often provide ge
转载
博文更新于 2012.06.14 ·
420 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

MFC编写小游戏

"The Same Game": A Simple Game from Start to Finish, Part 1 of 5By Ben MarchantForeword to Same GameIn this five part series, we'll be creating a version of a game called SameGame using the Mi
转载
博文更新于 2012.06.14 ·
2346 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

c++断言机制的应用

来自http://www.suodenjoki.dk/us/archive/2011/assert.htmC++ assertThursday November 17th, 2011You might not agree but I believe this article/blogpost is the definitive guide for using a
转载
博文更新于 2012.06.14 ·
479 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

C++ Memory Management : What is the difference between malloc/free and new/delete?

http://forums.codeguru.com/showthread.php?t=401848Q: What is the difference between malloc/free and new/delete?A : 'malloc()' is a function inherited in C++ from C. It is defined in '' in
转载
博文更新于 2012.06.14 ·
1113 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

如何在windows上安装MINGW

Setting up Code::Blocks and MINGW, A Free C and C++ Compiler, on WindowsBy Thomas Carriero This tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the M
转载
博文更新于 2012.06.14 ·
955 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

5 Ways You can Learn Programming Faster

Learning to program isn't something you can do in an afternoon, but it doesn't have to be a life's work, either. There are lots of things you can do to make it easier on yourself when you are learni
转载
博文更新于 2012.06.14 ·
407 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Where C and C++ Differ

来自http://www.cprogramming.com/tutorial/c-vs-c++.htmlC++ was based on C and retains a great deal of the functionality. C++ does not retain complete source-level compatibility with C. There are a few
转载
博文更新于 2012.06.14 ·
457 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

10 Major Differences Between C And C++

来自http://www.durofy.com/programming/10-major-differences-between-c-and-c/,翻译的话肯定会加入自己的理解。所以就不翻译了C++, as the name suggests is a superset of C. As a matter of fact, C++ can run most of C code while
转载
博文更新于 2012.06.14 ·
405 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏