Re: Was Windows coded in C/C++ completely?
- From: Phlip <phlip2005@xxxxxxxxx>
- Date: Tue, 09 Oct 2007 15:14:34 -0700
kimiraikkonen wrote:
Hello,
Just wondering, which versions of Windows coded in C/C++ "completely"
or was coded particularly? Or which parts(APIs, interface, kernel...)
of Windows contains C++?
Windows is coded in C. It probably starts with 'void main'.
(That's an inside joke - 'void main' is not well-formed C, and MS flouts
this compliance issue.)
Much of Windows probably uses the C++ compiler settings. MS marketects claim
Windows is written in C++. If were, then its APIs would take objects
instead of handles.
Also i want to know which programming language is much efficent and
easy-to-organize/learn under Windows platform for me? C++ or Visual
Basic or other?
To do what? Most user-level coding (GUIs, desktop applications) should use a
soft language, such as Ruby. These apps don't need to do anything to the
kernel, and they should only access files and windows in stereotypical
ways.
--
Phlip
http://www.oreilly.com/catalog/9780596510657/
^ assert_xpath
.
- Follow-Ups:
- Re: Was Windows coded in C/C++ completely?
- From: dbtid
- Re: Was Windows coded in C/C++ completely?
- References:
- Was Windows coded in C/C++ completely?
- From: kimiraikkonen
- Was Windows coded in C/C++ completely?
- Prev by Date: Re: Was Windows coded in C/C++ completely?
- Next by Date: Re: Was Windows coded in C/C++ completely?
- Previous by thread: Re: Was Windows coded in C/C++ completely?
- Next by thread: Re: Was Windows coded in C/C++ completely?
- Index(es):
Relevant Pages
|