摘要:
简介 如果你曾经写过MFC应用程序,也许你忽略了控制台窗口。熟悉了控制台窗口的人会认为它是如此的便捷,我就是一个,认为printf或者cout是最优秀的调试函数,可以在不打开任务管理器的情况下在控制台中仅仅按下CTRL+C来结束不响应的程序。不幸的是,MFC应用程序默认情况下并不支持控制台。但是在你的应用程序加入一小段代码后,然后改变连接选项你就可以解决这个问题l 对于Visual Studio .NET l 对于 Visual Stduio 98 (Visual C++ 6.0) l 它是如何工作的?对于Visual Studio .NET请根据下面的步骤做:1. 复制以下代码保存为&quo 阅读全文
摘要:
Building the new version of the appBlocos de RuaI was challenged to customize theUITabBarso it meets what the designer wants. In iOS 5 this is pretty easy to do but I haven’t figured out the proper way to do it from the beginning, this post is my findings on how to do it properly by correctly using 阅读全文