摘要:编译期计算 vs. 运行时计算
阅读全文
posted @ 2007-08-28 16:39
|
|||
08 2007 档案
摘要:如何学好C++,我没有别的办法更好的办法给你们了,唯一的办法就是读书,读大量的书,就可以解决。要把C++作为日常语言,而不是一种程序语言,这样就好办了。其次要大量大量的实践,只有实践才能真正掌握编程的技术。有人又要问我,那么我应该读什么书才好?没有时间怎么办?我只能对你们说,没时间的话,就别学C++了,做你们喜欢做的事。生活中没有C++,也同样美好。如果你准备学,一定要学好,那么我开个书单,应该问...
阅读全文
posted @ 2007-08-16 11:02
摘要:Visual C++初学者入门的一条捷径[ 2006-10-29 10:19:51 | 作者: 飘渺之梦 ] : | | 首先声明,我可不是什么高手,也就是刚脱贫。因为运气很好,买到了几本好书,在学习过程中几乎没走什么弯路,没费什么劲就入门了,现在一般的小程序能搞定了。看到那些因为不知从何下手而苦苦挣扎的朋友,希望我的文章能给他们一些帮助。 学编程急不得,上来就学VC肯定碰一头灰,说VC难...
阅读全文
posted @ 2007-08-13 10:23
摘要:Save knowledges about c++ and tools for it.
阅读全文
posted @ 2007-08-13 10:22
摘要:Save some tools and its download location on the internet.
阅读全文
posted @ 2007-08-07 14:26
摘要:using System;using System.Windows.Forms;namespace test{ static class program { [STAThread] public static void Main() { Console.Write("HI"); Application...
阅读全文
posted @ 2007-08-03 13:36
|
|||