Blog的sp们都没有为coder们提供特殊服务的意思,往上面贴个代码很是麻烦。因为HTML语言会忽略空格,所以排版是一团糟… 以前用csdn的blog还不错的,无奈太慢并且界面太死板。现在终于找到一种方法可以把代码像样得贴上去了。 从Visual Studio里直接拷贝是不行的,因为会加上很多换行,就是</bp>,而且格式通常会乱 这里使用cpp expert和word 2007 Cpp expert是把C++代码转换为html,pdf等文档(还有图片)的工具,word 2007就更好了,附带了blog写作和管理功能。 以下是样例(我觉得效果还可以) #include "stdafx.h"
#include "SmpWindow.h"
CAppModule _Module;
int WINAPI _tWinMain(IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPSTR lpCmdLine, IN int nShowCmd )
{
_Module.Init(NULL, hInstance);
SmpWindow wndMain;
if( NULL == wndMain.CreateEx() )
return 1; // window creation failed
wndMain.ShowWindow(nShowCmd);
wndMain.UpdateWindow();
MSG msg;
while( GetMessage(&msg, NULL, 0, 0) )
{
TranslateMessage(&msg);
DispatchMessage(&msg);
}
_Module.Term();
return msg.wParam;
}
2007年5月6日
Blog上贴代码的心得
发表: yaker 于 5:28 下午
订阅:
博文评论 (Atom)
5 条评论:
devcpp也可以把代码导出为html
vim最方便,和当前配色方案是一致的。
Buy Generic Tamiflu Here. Get Cheap Medication online. Buy Pills Central.
[url=http://www.itpill.com/]Buy Best Viagra, Cialis, Levitra, Tamiflu[/url]. canadian generic pills. Top quality drugs pharmacy
On the side of many years Buy off Cialis Detract from Apothecary has been recognizable among paramount online pharmaceutics suppliers and customers nearly get Cialis Online the world.
I think, that is not present.
发表评论