943,714 Members | Top Members by Rank

Ad:
You are currently viewing page 6 of this multi-page discussion thread; Jump to the first page
Nov 19th, 2007
0

Re: was windows made with BASIC?

Click to Expand / Collapse  Quote originally posted by big_k105 ...
im not thinking they used basic. my guess is they used c and assembly to create windows. and maybe some c++. i couldnt find anything to prove what windows was writen in but im pretty sure it was c and assembly
Bill's original Basic was written in assembler on a Teletype machine, and saved to paper tape. I think I remember reading that the original version of BASIC for the Altair was distributed on paper tape. GW Basic and the later Professional BASIC for MSDOS were written in assembler, and maybe C.

I believe the original Windows versions 1 and 2 (ick) through 3.1 were written first in assembler and later in assembler and C. The first versions of Win NT and Win95 were probably written mostly in C++.
Reputation Points: 33
Solved Threads: 0
Newbie Poster
paoconnell is offline Offline
16 posts
since Sep 2007
Nov 20th, 2007
0

Re: was windows made with BASIC?

didnt windows 1/2/3 have some pascal in it?

NT based systems are nearly entireley assembley and C
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is offline Offline
16,505 posts
since Apr 2005
Dec 8th, 2007
0

Re: was windows made with BASIC?

What's wrong with being thirteen-thirty-seven?
The nice thing about Gentoo is that your applications are optimised for your system. Sometimes you need that extra speed you won't get from a downloading a binary compiled to use only the '386 instruction set.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Thon is offline Offline
8 posts
since Sep 2006
Dec 8th, 2007
0

Re: was windows made with BASIC?

i dont see the speed benefit of compiling optimised apps from source.I just use 386 or 686 binaries and it is fast enough

building an optimised kernel does make a diff though
Last edited by jbennet; Dec 8th, 2007 at 8:05 pm.
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is offline Offline
16,505 posts
since Apr 2005
Dec 8th, 2007
0

Re: was windows made with BASIC?

Thank you for that information. My generation hoarded clock cycles like misers. I've just come back to coding after a long absence and I'm horrified at what looks like sheer carelesness and bloat. It looks like 3 megabytes is the new 16k.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Thon is offline Offline
8 posts
since Sep 2006
Dec 9th, 2007
0

Re: was windows made with BASIC?

Quote ...
My generation hoarded clock cycles like misers. I've just come back to coding after a long absence and I'm horrified at what looks like sheer carelesness and bloat. It looks like 3 megabytes is the new 16k.
*Cough* Vista *Cough*

how the hell can an OS justify being up to 18gb when installed!
Last edited by jbennet; Dec 9th, 2007 at 8:38 am.
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is offline Offline
16,505 posts
since Apr 2005
Dec 9th, 2007
0

Re: was windows made with BASIC?

Click to Expand / Collapse  Quote originally posted by Thon ...
Thank you for that information. My generation hoarded clock cycles like misers. I've just come back to coding after a long absence and I'm horrified at what looks like sheer carelesness and bloat. It looks like 3 megabytes is the new 16k.
That's exactly true. But it shouldn't be a surprise. Did you know that the new space suit that NASA is working on for the Mars mission has 20,000 parts and cost over $1,000,000.

That's what is known as progress. It's what keeps us all employed.

Say "Thank You".

Hoppy
Reputation Points: 53
Solved Threads: 13
Junior Poster
hopalongcassidy is offline Offline
148 posts
since Oct 2007
Dec 16th, 2007
1

Re: was windows made with BASIC?

Click to Expand / Collapse  Quote originally posted by Thon ...
Thank you for that information. My generation hoarded clock cycles like misers. I've just come back to coding after a long absence and I'm horrified at what looks like sheer carelesness and bloat. It looks like 3 megabytes is the new 16k.
I'm that way too -- I was agast at the bloated code that young programmers write professionally a few years ago. When I asked why not write more efficient code the response was "so what? its user interface and doesn't need to be optimized". Well, they paid dearly for that attitude about a year later when the whole program was so slow that the customer wouldn't accept it.

About Windows 1.0 and MS-DOS 1.0 -- I remember those too. DOS version 1.0 did not have any support for subdirectories and Windows 1.0 was all text based, no graphics or fonts other than the operating systems default font. It ran on top of DOS instead of integrated with it.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is online now Online
21,950 posts
since Aug 2005
Dec 16th, 2007
1

Re: was windows made with BASIC?

Actually, all versions of Windows before Win95 (not counting the versions of Windows NT) ran on top of MSDOS.

Even Win95 and Win98 (and probably even WinME) had remnants of MSDOS hidden away underneath. That's why they were far flakier and insecure than NT.
Reputation Points: 33
Solved Threads: 0
Newbie Poster
paoconnell is offline Offline
16 posts
since Sep 2007
Dec 16th, 2007
0

Re: was windows made with BASIC?

Vista got bloated because of the perceived need for more security (probably needed, but the cure is often an annoying message box asking the superuser if he really wanted to change that feature, for instance.) and user interface "BLING" (not needed).

I'm typing from a Vista machine now. The only blue screen encountered was during the initial bootup. Reinstalling took care of the problem that caused the blue screen, and it's been stable since.

If you get a Vista machine, you have a choice of how much "bling" you want in the interface. While Aero features seem stable, I got annoyed by the semi-transparent window feature, and turned that off after two weeks. FWIW I allow OS updates, and haven't had a problem with any of them.

Incidentally, I consider the Mac OS to be full of bling also, though my non-geek wife loves her Mac. Tastes vary.
Last edited by paoconnell; Dec 16th, 2007 at 11:33 pm. Reason: typo, YMMV added to the end of the comment
Reputation Points: 33
Solved Threads: 0
Newbie Poster
paoconnell is offline Offline
16 posts
since Sep 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.
Previous Thread in Legacy and Other Languages Forum Timeline: how to replace element in difference list of prolog??
Next Thread in Legacy and Other Languages Forum Timeline: How to get file path in Lua...





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC