
---------windows编程----
青蛙嘎嘎
love linux,love programming
展开
-
java Excption example
public class ThrowException {class InsufficientException extends Exception { private double amount; public InsufficientException(double amount) { this.amount = amount; }原创 2017-05-15 11:53:49 · 528 阅读 · 0 评论 -
SetWindowOrg,SetViewportOrg,SetMapMode
最近在看windows GDI画图的相关代码,这几个函数把绕昏了,查了很多资料并且做了很多实验才搞懂原创 2018-01-12 17:45:12 · 373 阅读 · 0 评论 -
MFC过时了吗?
公司PC软件使用MFC写的,我接手了(之前一直搞嵌入式linux),在网上查了一下MFC,挺老的技术,很多人对MFC是否过时的问题争得不可开交,我也不知道听谁的好.后面看不下去了,去microsoft官网对比了一下windows PC编程的各种技术,豁然开朗,分享一下网址: https://docs.microsoft.com/en-us/windows/desktop/choose-your-t...原创 2019-02-19 00:22:07 · 7377 阅读 · 2 评论 -
Working with Strings
对windows下的string讲得很清楚https://docs.microsoft.com/en-us/windows/desktop/LearnWin32/working-with-strings转载 2019-02-19 09:47:57 · 257 阅读 · 0 评论