Hacker News new | ask | show | jobs
by LtWorf 459 days ago
Windows didn't come with any C compiler out of the box. And no basic either. Where did you get this idea?

Also qbasic was not the same as quickbasic, and it had a limit on the LOC and other limitations.

1 comments

Windows 95 and 98 came with QBasic, but it was not installed by default. It was an optional "extra feature" that could be added from your Windows installation media.

I do not know about earlier versions of Windows.

qbasic is not a C compiler. It was also not possible to make windows applications with it… and it lacked the option to generate a .exe file.

It was more of a toy.

I apologize for misreading your post, I thought you asserted that Windows did not come with QBasic. I'm well aware of what QBasic was - it's what I used when I first learned programming. It was an excellent toy for 12yo me.