
技术-VC
Lyndon-李大鹏
请大家写一下评论,文章,资源后边,谢了!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VC笔试题记录
http://blog.csdn.net/huchunfu/article/details/8133898原创 2014-03-26 15:20:10 · 549 阅读 · 0 评论 -
Resharper快捷键(VS的F6编译-F12默认设置) Resharper与VS快捷键
1:如何设置vs默认的快捷键体式格式: 2:从头设置resharper的F12及其其它选项设置:原创 2014-08-20 08:48:38 · 3544 阅读 · 0 评论 -
C++,C#Log出力,为了调式 TickCount
C++ CFile file; CString strLog; strLog.Empty(); file.Open("C:\\Xf4100.log", CFile::modeWrite | CFile::modeCreate | CFile::modeNoTruncate); file.SeekToEnd(); file.Write(strLog, strLog.原创 2014-12-12 14:18:54 · 1005 阅读 · 0 评论 -
如何使用VC++写一个小程序来检测.NetFrameWork版本
如何使用VC来检测系统上的.NetFrameWork版本呢,原理见我前面刚刚写过,不懂的可以去看一下,下面直接贴代码了,百度呀,为什么没有贴代码的功能呢,哎直接贴真恶心呀,那就恶心一下吧。 #include “stdio.h” #include “windows.h” #include “tchar.h” #include “strsafe.h” #include “stdafx.h”转载 2016-12-14 11:22:26 · 1028 阅读 · 0 评论 -
C++ 读写注册表
#include <windows.h> #include <stdio.h> void main() { HKEY hkey; char Author[100] = "reg operating"; char Organization[100] = "Internet"; char City[100] = "CHDU"; bool...原创 2018-08-30 18:49:16 · 477 阅读 · 0 评论 -
DotnetSysCheckerVersion
******Version-Start******* https://share.weiyun.com/52bZmHj 1.0.18.9110|1.0.18.9110 初始版 ******Version-End*******原创 2018-09-03 14:46:48 · 439 阅读 · 0 评论