• 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

    • Affinity by Canva 3.2.2.4557 by Razvan Serea Affinity by Canva is a free, all-in-one creative app combining vector design, photo editing, and page layout in a single platform. Originally developed by Serif, it’s now under Canva, offering professional-grade tools without subscriptions. Users get full access to Pixel, Vector, and Layout studios, plus ongoing updates. Designed for Mac and Windows, it empowers designers, illustrators, and content creators to work faster, smarter, and more creatively than ever before. Affinity is a unified, high-performance design platform combining vector, raster, and layout workflows. It offers fully non-destructive editing, advanced curve and shape manipulation, artboards, symbols, and seamless integration of pixel and vector content. The photo engine supports RAW editing, compositing, retouching, and batch processing with macro automation. Layout tools include long-form document support, typographic precision, navigational elements, CMYK-ready print, and Data Merge. Canva AI Studio adds generative tools (Fill, Expand, Edit), Depth Map, Super Resolution, and advanced portrait effects, accessible via Canva Pro or higher. Broad file compatibility and customizable workspaces ensure professional-grade efficiency. Advanced AI features like Generative Fill and Expand are unlocked in Affinity through the Canva AI Studio for users with a Canva premium plan (Pro, Business, Enterprise, or Education). Affinity is truly free. Every tool in the Pixel, Vector, and Layout studios is fully accessible, along with all customization and export options—no limits, no payments required. The app also receives free updates with new features and improvements. Your creativity remains yours. Affinity stores all your work locally on your device. Canva does not use any Affinity content to train AI or develop features, including anything created with Canva AI tools within Affinity. If you export or upload your work to Canva, you remain in full control. Data preferences can be reviewed or updated at any time in your Canva account settings. Why is Affinity free? Curious how this is possible? Here’s the philosophy behind it and how it works. Note: A free Canva account is required to use Affinity. Your account gives access to Affinity along with other Canva products and features. Download: Affinity 3.2.2.4557 | ARM64 | ~600.0 MB (Freeware) Links: Affinity Website | macOS | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Finally we can whole-heartedly recommend the AMD 9070 GRE thanks to this discount by Sayan Sen Earlier this month at Computex 2026 AMD released the Radeon RX 9070 GRE for a global audience. We reviewed the GPU and it scored 8 out of 10 for gaming and 7.5 out of 10 for productivity including things like AI performance. The card launched for $550 which we thought was a bit on the higher side, though currently you are getting the chance to get the Gigabyte Gaming variant of the GPU for just $500 thanks to this discount (purchase link under the specs table down below). As such we can finally whole-heartedly recommend this GPU. The card employs Gigabyte's WINDFORCE cooling system which combines multiple design elements such as alternate-spinning Hawk fans, a vapor chamber, and composite heat pipes to manage heat dissipation. The Server-grade Thermal conductive gel further helps in this department. The inclusion of a semi-passive cooling mode allows the fans to remain inactive under low workloads, which allows for reduced noise operation during lighter usage. There is dual BIOS switch that allows toggling between performance and silent modes. The technical specs of the Gigabyte Gaming RX 9070 GRE OC is given in the table below: Specification Value Boost Clock Up to 2920 MHz Game Clock Up to 2340 MHz Stream Processors 3072 Memory Clock 18 Gbps Memory Size 12 GB Memory Type GDDR6 Memory Bus 192-bit Memory Bandwidth 432 GB/s Card Bus Interface PCI Express 5.0 Max Resolution 7680 × 4320 Max Displays (Multi-view) 4 Card Dimensions 288 × 132 × 50 mm (L × W × H) Recommended Power Supply 700 W Power Connectors 2 × 8-pin Display Outputs 2 × DisplayPort 2.1a 2 × HDMI 2.1b Get it at the link below: GIGABYTE Gaming Radeon RX 9070 GRE 12GB GDDR6 GPU (GV-R907GREGAMING OC-12GD): $549.99 + $50 discount with promo code in mail => $499.99 (Sold and Shipped by Newegg US) This Newegg deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an affiliate partner, we earn from qualifying purchases.
    • "to in-game content custom-made for the brands" Which EA will turn around and charge customers extra for in an attempt to double dip.
  • 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
      513
    2. 2
      +Edouard
      205
    3. 3
      PsYcHoKiLLa
      136
    4. 4
      ATLien_0
      89
    5. 5
      Steven P.
      85
  • Tell a friend

    Love Neowin? Tell a friend!