• 0

What language is microsoft's software made in?


Question

Recommended Posts

  • 0

Hey mot that perl applet is quite neat.

However, you never ident your code? It hurts my eyes reading ;P

I myself know VB because I was forced to do it and then switched to PHP

PHP is mostly underrated, I mean, you CAN write shell scripts with PHP if you want XD

You can also write rather complete application using the GTK+ classes. PHP was incredibly easy for me to learn because it looked ALOT like C/C++ syntax wise. And you can do OOP in PHP. I bought the Programming PHP book from O'Reilly and read it through and oh man, I was so amazed at the quantity of things I never even tought possible with PHP. I just love the way PHP works, I wish it was lower level than just a scripting one :)

But it's still a language. I think VB is not really a language more than PHP in my humble opinion, if I may say so.

But you know, i'm more of a network guy than a programmer -- I work as a network admin at the moment, and will get my RHCE in november -- I love Linux.

I would like to learn Perl at some point. I read through your code and was able to understand around 85% of it, PHP and Perl have MANY similarities.. Python interests me alot too.

Oh well, so to answer your question, maybe you should look into the .NET plaftorm you know, MS says it's the future. Well they say that about Java too... but I hate Java and the slow ass runtimes -- again that's just me.

(they ditched C and C++ classes at my college to replace them with Java and VB. The worst deception of my entire life. Also the worst decision EVER IMHO.)

I'm starting my own little buisness with a friend of mine. We'll program web software and offer web hosting, customization services and support, just for fun mostly, but if it lasts... hey why not.

EDIT: I changed "Python attires me" for "Python attracts me" to finally decide on "Python interests me."

I was thinking in french at the moment for some strange reason. D?sol?!i>

  • 0

well, i'm not a programmer..

but what i know that in my campus now for all of the students in CIS/MIS major who have taken C++ or C (i'm not very sure) classes...they have to take Java classes for one or two...i'm not sure the reason but i'm assuming Java is getting popular?...my campus is cleveland state univ., ohio

  • 0

J# is the Java language for the .NET framework. It doesn't compile to Java-bytecode, and it won't run on a Java JRE/JVM.

I wouldn't call .NET garbage. It is probably the singlemost important move MS has made in development tools, and it doesn't suck.

  • 0

J# is just microsoft .net version of Java ... I have Microsoft Visual J# .NET 2002... :) it's an add-on pack to Visual Studio .NET...

btw, I think you should get Thinking in C++, by Bruce Eckel, it's hellagood!

Thinking in Java is also good but not as goood as the C++ book

  • 0
Hey mot that perl applet is quite neat.

However, you never ident your code? It hurts my eyes reading ;P

I myself know VB because I was forced to do it and then switched to PHP

PHP is mostly underrated, I mean, you CAN write shell scripts with PHP if you want XD

You can also write rather complete application using the GTK+ classes. PHP was incredibly easy for me to learn because it looked ALOT like C/C++ syntax wise. And you can do OOP in PHP. I bought the Programming PHP book from O'Reilly and read it through and oh man, I was so amazed at the quantity of things I never even tought possible with PHP. I just love the way PHP works, I wish it was lower level than just a scripting one :)

But it's still a language. I think VB is not really a language more than PHP in my humble opinion, if I may say so.

But you know, i'm more of a network guy than a programmer -- I work as a network admin at the moment, and will get my RHCE in november -- I love Linux.

I would like to learn Perl at some point. I read through your code and was able to understand around 85% of it, PHP and Perl have MANY similarities.. Python interests me alot too.

Oh well, so to answer your question, maybe you should look into the .NET plaftorm you know, MS says it's the future. Well they say that about Java too... but I hate Java and the slow ass runtimes -- again that's just me.

(they ditched C and C++ classes at my college to replace them with Java and VB. The worst deception of my entire life. Also the worst decision EVER IMHO.)

I'm starting my own little buisness with a friend of mine. We'll program web software and offer web hosting, customization services and support, just for fun mostly, but if it lasts... hey why not.

EDIT: I changed "Python attires me" for "Python attracts me" to finally decide on "Python interests me."

I was thinking in french at the moment for some strange reason. D?sol?!i>

PHP CAN write shell scripts but Perl and Python are more suited for the job.

  • 0
Now, though, i've moved onto things such as C++/C#, Perl (THE best) and dare I say PHP? (If you know perl, you pretty much know php :p go to irc.freenode.net #perl and tell them (us) otherwise ;) )

Yes, if you go as far as if-else statements, variables and the dollar sign. But past that, they have many differences.

  • 0
C was made for Unix, why would Microsoft's Applications be written in it? BASIC makes more sense.

Unix was first written in assembly langauge, but then they created C and then they wrote Unix in C.

C is just a normal language... and does not have a Unix specific syntax.

  • 0

You would think if MS was smart, wouldn't they write windows at an assembly language level? maybe I always over estimeted what they do at Microsoft.

In my past years I learned quite a few languages.

ASP - I persoanlly think its sort of out, due to php (but its alot like VB so good to know)

PHP - quickly becoming theinternet standard. powerful, easy, if configured correctly with apache is probably the most secure (dont quote me).

PERL - teo years ago it was cool, but again, php is taking over.

JAVA - another one used greatly on the net. Also good for general purpose. kind of a intermix between web development and program devolopment

VB - good for the quick and dirty program. Not the best on recources. EASY to learn and use. Powerful enough for testing programs ect.

.NET - The fresh new taste of VB, however in order for another computer to run the program you created, they need the .NET framework, which doesn't come standard on any systems yet (maybe 2003, doubt it). so if you want deal with this hassel as well, its good. I know Longhorn will have it. Just bad MS timing i suppose. :)

C - came before C++, a little better on recources than C++, but a little trickier to learn the syntax for some of the simplier applications.

C++ - The leading program standard right now. Good on recources, good for general programming.

PASCAL - old old old dont bother unless you want to learn another syntax.

------

MICROCODE - hehe, not really useful unless you are making your own processor chip. This links assembly code to the binary code which a chip interprets.

M68K ASSEMBLY - I didn't like this at all once I started useing HC12. it was a pain in the butt to do simple things. However it was proabably better on recources.

HC12 ASSEMBLY - I like this alot, seems to be good on recouces. definetly better than any non assembly language. Easy to use, pain to configure as each program needs its own configuration to it, and must initilize ram itself.

-----

All in all I would say the top dog is C++. Assembly is good to know just so you know the root of programming, and appreciate the easyness you have to work with when you use any high level language.

  • 0
Start out with VB first...

Windows is made in C, C++ and ASM for low-level things... already said though.

ugh i hate ASM. i learned ASM for this simulated computer call the LC-2, that was a pain in the ass. But I agree with the posts earlier, start with VB, then C then C++, then whatever else. Try Python also, it's easy and fun to learn.

  • 0

As stated by someone previously, most Microsoft software is written in C++ and the operating system will have some assembly for perfomance reasons. Microsoft have stated that their long term aim is to use as much .net in future (Longhorn for a start) as is possible and my personal opinion is that they would use C++.net and C# to do this (as opposed to VB/J#/F# etc). The .net framework comes with Windows Server 2003 and will come with all future Windows so it's presence will soon be assumed.

Linux, Unix, Embedded OS' are all mostly written in C++, including a great deal of the open source projects. Most shrink-wrapped commercial software titles including games are also written in C++.

However, when it comes to internet applications and in-house projects the range of languages explodes. In my company most new internet work on serious projects is based on Java (J2EE Beans, Servlets, JSP) with Oracle - but as the costs bite and trust builds LAMP (Linux/Apache/MySQL/PHP) is becoming a serious contender for lower budget projects. Perl is always good to glue things together quickly and quietly but I know many developers who sware by it and would write everything with it if allowed!

Database driven applications for internal use have mostly been done in VB as it's quick (& dirty) - but good enough for the task or with proprietaty tools (Oracle forms/PL-SQL for example).

So on this basis I think you need to decide what it is you want to program:

If you want to work in a Microsoft focused environment in the future then any .net ready language (my choice would be C#) because learning how to use the Microsoft .Net Framework is the biggest task!

OS/Commercial Apps/Low Level(Drivers etc)/Performance/Games then it's still C++ - be aware that to be truly competent at C++ you need discipline (if your sloppy then pointers, memory handling etc can easily create nasty bugs and security problems!) and it takes a long time (several projects over the past few years and i'd say I still have lots to learn).

For big budget, non-MS web work then it's Java whilst for lower budget web work there are lots of languages Perl/PHP/Python et al.

- Whatever you do, try and master one or two as opposed to skim over ten.

- Stay away from pre .Net VB if possible as it teaches you bad habits (crappy error handling, leaving out option explicit etc!).

- Remember you can always be a better programmer, so keep learning.

Hope that helps.

  • 0
what's f# :blink:

Fortran? lol!

The only thing C++ in Windows is GDI+, and a few of the services and protocols. MFC is not the core API for Windows. The core API( not implementation ) is all C. The shell is COM based... I can't believe this thread is still going... and I'm contributing to its longevity... :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Windows 11 KB5094126 BSODing, freezing, forcing BitLocker lockout, breaks OneDrive, and more by Sayan Sen Microsoft released Windows 11 KB5094126 and KB5093998 last week as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. While Microsoft has so far not acknowledged any major problems with the release, some users online are running into problems. These range from OneDrive and Dropbox access issues, BitLocker recovery lockouts, to blue screens and BSODs. The most common one seems to be happening with HP systems wherein affected users say they hit 0xc0430001 BSOD (blue screen of death) error code after the KB5094126 update. We wonder if this could be related to the recent bug we covered on HP devices wherein the ongoing Secure Boot certificate updates are leading to similar issues. While we are not certain, users affected by this issue likely need to ensure that the boot.stl file is included on the installation media (such as a USB installer or ISO), if the above-mentioned dynamic updates are deployed. If this file is missing, computers may fail to boot from the installation media and could display the error 0xc0430001. This STL file is used by Secure Boot to verify that the boot files are trusted, so it must match the same Windows version and system architecture. To ensure the file is included, Microsoft recommends using the Update WinPE script, which automatically updates the image and handles the required files. Alternatively, you can manually copy the boot.stl file from the Windows\Boot\EFI folder on a Windows device and place it in the matching folder on your installation media before deploying the updated image. Aside from blue screening some users also note their systems have been freezing following the update. This could be happening to Lenovo PCs specifically. In the case of the OneDrive and Dropbox access issues, a user figured out that there could be a conflict with UAC. He explained: "Okay, so I did some digging, and in our environment KB5094126 breaks OneDrive and Dropbox in Explorer. I went through all our GPOs and found out that the combination of disabling UAC and having my user being a local admin breaks OneDrive in Explorer. ... If I enable UAC again, then it works, even with KB5094126 still installed." Hopefully, Microsoft will look into these issues. Source: Microsoft forum (link1, link2, link3, link4), Reddit (link1, link2, link3, link4)
    • It is when it's a desktop in my house though for a PC that's lightly used and not really important when it is. If it was a laptop, it would be a different story. The real solution is varied and begins starting at post #22 in that thread.
    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Still using Microsoft Money 2005 in 2026 here!
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!