• 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

    • Microsoft now allows you to tweak Visual Studio to new extremes by Usama Jawad Visual Studio 2026 recently netted a powerful feature that finally allows developers to review Git Pull Requests (PRs) directly in the integrated development environment (IDE), without needing to switch to the browser. However, that's not all that Microsoft introduced in the latest version, as it also offered a useful way to customize the IDE to their heart's content. Although Visual Studio 2026 already provides lots of stock themes based on Fluent Design principles, Microsoft understands that people still want to customize them further according to their preferences. The IDE now offers a new configuration page for themes under Tools > Options > Environment > Visual Experience > Theme colors. This allows you to set hex color codes for accent colors, hover states, and more, and apply them without requiring a restart. The Redmond tech giant further says that: Microsoft is also offering granular color tokens that allow you to customize various UX elements like the tab header without impacting the rest of the shell chrome. Your themes are also stored in JSON format in %LOCALAPPDATA%\Microsoft\VisualStudio\18.0_xxxxxxxx\ColorThemes, which basically enables you to share it with others or override existing themes. This is a major improvement in terms of the user experience powering these customization capabilities. This is because extensions were required to replace the theme, and it was not very easy to make minor adjustments. This theme configuration UX solves this problem and is available in Visual Studio 2026 version 18.7, available here.
    • AnyDesk 9.7.6 by Razvan Serea AnyDesk is a fast remote desktop system and enables users to access their data, images, videos and applications from anywhere and at any time, and also to share it with others. AnyDesk is the first remote desktop software that doesn't require you to think about what you can do. CAD, video editing or simply working comfortably with an office suite for hours are just a few examples. AnyDesk is designed for modern multi-core CPUs. Most of AnyDesk's image processing is done con­currently. This way, AnyDesk can utilize up to 90% of modern CPUs. AnyDesk works across multiple platforms and operating systems: Windows, Linux, Free BSD, Mac OS, iOS and Android. Just 7 megabytes - downloaded in a glimpse, sent via email, or fired up from your USB drive, AnyDesk will turn any desktop into your desktop in se­conds. No administrative privileges or installation needed. AnyDesk 9.7.6 changelog: Fixed Bugs Added validation feedback for passwords shorter than five characters Fixed an issue in AnyDesk One Meeting where the account name was used instead of the entered username after logging out Fixed crashes related to message editing and context menu interactions Fixed issues affecting message scrolling, text formatting, typing indicators, quoted messages, and community privacy settings Prevented users from editing automated system messages Corrected download status reporting, temporary file naming, and menu overlap issues affecting the Download History and Reactions pop-ups Other Changes Added chat list grouping settings Added keyboard navigation support (Page Up, Page Down, Home, and End) for the message feed Removed Chat language options Updated translations Download: AnyDesk 9.7.6 | 8.0 MB (Free for private use, paid upgrade available) Links: AnyDesk Home Page | Other platforms | Release History | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • It's interesting to hear that AI growth is not investor driven.
    • A few weeks ago, I had this same exact issue. Unfortunately, I didn't think of disabling the Secure Boot option in BIOS. I updated my BIOS to the latest version for my MB and it resolved the issue.
    • I have a partial answer, when I used a multi-port usb hub I had degraded speed performance with 3 large external hard drives connected (all having their own power supply). I managed to snag a nice (yet older) USB3 based wavelink docking station cheap / used that has x6 usb 3 ports and almost doubled the speed of the external hard drives transfer rate. This looks to be a slightly upgraded model -https://ebay.io/m/LZtjTy
  • 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
      501
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      80
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!