问题描述
我已经用C / C ++学习和练习编程两年了,现在我很擅长这个。但是现在我想用win32 apis学习windows系统编程,我已经尝试了一些像Addison_Wesley_Windows_System_Programming和其他一些书籍,但它们对我不起作用,因为我觉得写在里面的东西很复杂,水平很高,很难在我阅读第一章的过程中,了解初学者。我花了很多时间在网上找到教程和资源,这些教材和资源都是为了教新手,但所有努力似乎都失败了,最后我终于绝望了...... !!
如果有人能指导我如何做到这一点并让我的生活再次轻松,我将非常感激......!
Thanx in提前。
我的尝试:
我试过了在www.tenouk.com/cnwin32tutorials.html上阅读几个Windows编程指南,书籍和一些在线教程,如tenouk的win32教程,但作为初学者,我感觉很难!
I've been learning and practising programming with C/C++ for two years and now I'm pretty good at this. But now I want to learn windows system programming with win32 apis, I've tried some books like Addison_Wesley_Windows_System_Programming and a few others but they didn't work for me as I felt the stuff written inside them was very complicated, high level and hard to understand for beginners as I went through the first chapters. I've spent a lot of time in finding out tutorials and resources online which would be aimed at teaching novices but all efforts seemed to fail and finally I've ended up with despair..!!
If anyone could guide me on how to do this and make my life easy again I would be very grateful...!
Thanx in advance.
What I have tried:
I've tried to go through several windows programming guides, books and some online tutorials like tenouk's win32 tutorial at www.tenouk.com/cnwin32tutorials.html but It felt hard to me as a beginner!
推荐答案
我觉得写在里面的东西非常复杂,高水平,初学者难以理解
I felt the stuff written inside them was very complicated, high level and hard to understand for beginners
像windows 这样的操作系统非常复杂,而且非常复杂对于初学者来说很难理解。
对于从未完成系统编程的实验程序员来说甚至很难。
系统级编程很难,因为所有的东西都让你很容易高级编程来自系统级,不能用于构建新的系统功能。
An OS like windows is very complicated, and it is very hard to understand for beginners.
It is even hard for experimented programmers that have never done system programming.
System level programming is hard because all the stuff that make your like easy at high level programming comes from system level and are not available for building new system features.
这篇关于如何从头开始学习windows系统编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!