编程slim C ++程序(如uTorrent)Windows [英] Programming slim C++ programs (like uTorrent) for Windows

查看:134
本文介绍了编程slim C ++程序(如uTorrent)Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直钦佩原来的uTorrent程序。它看起来不错,小于64kb,是非常快,有我需要的所有功能。不幸的是,程序是关闭源(并且变得更加,肿的一天),所以我来到Stackoverflow的灵感。

I've always admired the original uTorrent program. It looked great, was less than 64kb, was extremely fast and had all the features I needed. Unfortunately the program is closed source (and becoming more bloated by the day) so I come to Stackoverflow for inspiration.

你推荐什么方法,内存高效优雅的程序在Windows上?

虽然C#(和整个.NET概念)是很酷的想法我更感兴趣的'纯粹主义'为Windows平台编写高效,快速的软件的挑战,非常像原始的uTorrent客户端。我不介意分配我自己的内存,做自己的垃圾收集和创建我自己的数据结构。

While C# (and the whole .NET concept) are cool ideas I am more interested in 'purist' answers and the challenge of writing efficient, fast software for the Windows platform, much like the original uTorrent client. I don't mind allocating my own memory, doing my own garbage collection and creating my own data structures.

建议书,文章,库,IDE更多咖啡因进入我的系统)欢迎。

Recommendations on books, articles, libraries, IDEs (even efficient ways of getting more caffeine into my system) welcome.

推荐答案

Windows模板库面向你想做的。它是一个重量轻,基于模板的C ++封装的Win32 API。有了它,你不必经历直接Win32编码的痛苦,但它不添加很多开销像MFC。

The Windows Template Library is geared towards what you want to do. It's a light-weight, template-based C++ wrapper for the Win32 API. With it, you don't have to go through the pain of direct Win32 coding, but it doesn't add a lot of overhead like MFC.

这篇关于编程slim C ++程序(如uTorrent)Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆