源代码下载地址:https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v6.9.2
解压后,VS工程文件位于no...
巨大八爪鱼 6-15 巨大八爪鱼 (点击/回复: 651/12)
 
About
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and...
巨大八爪鱼 6-15 巨大八爪鱼 (点击/回复: 385/0)
 
[1]
hfontCaption = (HFONT)GetStockObject(DEFAULT_GUI_FONT);
运行结果:
文本框、单选框、复选框完全无法显示。
按钮和...
巨大八爪鱼 5-24 巨大八爪鱼 (点击/回复: 950/22)
 
巨大八爪鱼 5-24 巨大八爪鱼 (点击/回复: 595/8)
 
int CALLBACK FontExistsProc(const LOGFONT *lpelfe, const TEXTMETRIC *lpntme, DWORD FontType, LPARAM...
巨大八爪鱼 5-24 巨大八爪鱼 (点击/回复: 403/3)
 
这是因为在Windows.h头文件中定义NULL宏时会进行语言判断。
如果当前语言是C语言,就把NULL定义为(void *)0,
如果是C++的话就直接定义为0
巨大八爪鱼 5-23 巨大八爪鱼 (点击/回复: 376/1)
 
巨大八爪鱼 5-4 巨大八爪鱼 (点击/回复: 399/4)
 
ScrollWindow(hWnd, 水平滚动量, 垂直滚动量, NULL, NULL);
UpdateWindow(hWnd);
当水平滚动量为负时向左滚动,为正时向右滚动。
垂直...
巨大八爪鱼 4-27 巨大八爪鱼 (点击/回复: 783/15)
 
【运行效果】
巨大八爪鱼 4-26 巨大八爪鱼 (点击/回复: 691/9)
 
6595-b64-144-ccf-1df
分成五段记忆
其中最中间的是12的平方——144
第二个可以理解为bin-64位
第四个的第二、三个字母刚好是CF
巨大八爪鱼 4-25 巨大八爪鱼 (点击/回复: 365/2)
 
例如,下面的程序可以正常运行:
#include <Windows.h>
class MyClass : public WNDCLASSEX
{
protected...
巨大八爪鱼 4-16 巨大八爪鱼 (点击/回复: 413/0)
 
【程序1】
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
void wait(...
巨大八爪鱼 3-26 巨大八爪鱼 (点击/回复: 365/1)
 
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
int _tmain(int argc...
巨大八爪鱼 3-26 巨大八爪鱼 (点击/回复: 317/0)
 
【程序】
// ExploreFolder.cpp : Defines the entry point for the console application.
//
#includ...
巨大八爪鱼 3-26 巨大八爪鱼 (点击/回复: 535/2)
 
【程序】
#include "stdafx.h"
#include <Windows.h>
#define echo(str) WriteConsole(hConsole...
巨大八爪鱼 3-26 ---- (点击/回复: 344/0)
本吧共有主题数82个,帖子数467篇,会员0位。

内容转换:

发表帖子

标题:
内容:
用户名: 您目前是匿名发表
验证码:
©2010-2025 Arslanbar [手机版] [桌面版]
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。