C++
Sari la navigare
Sari la căutare
Pagina de start pentru colecția de informații despre proiecte în C++. C și C++ sunt limbajele mele de programare preferate. Îmi plac foarte mult și Python și C#, dar acestea au limitările lor în ceea ce privește aplicabilitatea în low level (nu sunt limbaje de nivel scăzut).
Link-uri interne
Compilare și instalare PHP pe Mac OSX Ventura 13.1
Link-uri externe
Dezvoltare drivere pentru Windows
- Getting Started with Universal Windows drivers — Universal Windows drivers enable developers to create a single driver package that runs across multiple device types, from embedded systems to tablets to desktop PCs.
- Building drivers: Creating a New Device Function Driver
- Write your first driver — If you're writing your first driver, use these exercises to get started. Each exercise is independent of the others, so you can do them in any order.
- Choosing a driver model — Microsoft Windows provides a variety of driver models that you can use to write drivers. The strategy for choosing the best driver model depends on the type of driver you are planning to write.
- Concepts: Creating an extension INF
- Concepts: User mode and kernel mode