PDA

View Full Version : Windows Programming ?


minoukat
09-16-01, 11:15 AM
With what programming language did microsoft program Windows ? BASIC, C ++, C, Visual Basic ... ?

Just to know ... !

minoukat
09-17-01, 03:49 PM
BUMP

Etran
09-18-01, 06:57 PM
I believe MS used C to make windows. If I recall correctly, there is no object oriented programming in the actual OS code. On the other hand, COM and DirectX programming are full of object oriented programming using C++.

Etran