• 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

    • Hello, It would appear so, according to https://finance.yahoo.com/news/how-to-hide-your-home-on-google-maps-apple-maps-204146687.html. Regards, Aryeh Goretsky      
    • Hello, The Nvidia Founders Edition 3080 video card is approximately six years old, correct? Have you looked into whether replacement fans are available for it? Perhaps replacing those will improve cooling, especially when combined with cleaning the card's heatsink and replacing the thermal interface materials. Regards, Aryeh Goretsky  
    • Hello, While ~104 GB of space may seem generous (at least compared to other e-readers which have 8-32GB), I feel at this price point the device should have a Micro SDXC card slot for expansion, particularly if it allows audio books to be installed and played. I hope to see more reviews of 6" phone-sized e-readers on Neowin in the future. It will be interesting to see how they compare. Regards, Aryeh Goretsky
    • Sandboxie Plus 1.17.8 / Classic 5.72.8 by Razvan Serea Run programs in a sandbox to prevent malware from making permanent changes to your PC. Sandboxie allows you to run your browser, or any other program, so that all changes that result from the usage are kept in a sandbox environment, which can then be deleted later. Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. Sandboxie is available in two flavors Plus and Classic. Both have the same core components, this means they have the same level of security and compatibility. What's different is the user interface the Plus build has a modern Qt based UI which supports all new features that have been added since the project went open source. The Classic build has the old no longer developed MFC based UI, hence it lacks support for modern features, these features can however still be used when manually configured in the Sandboxie.ini. Sandboxie Plus 1.17.8 / Classic 5.72.8 release notes: Added added DisableCustomTitleOpt=[process,][y|n] to allow [#] sandboxie title markers on custom-titlebar windows (Delphi VCL, Qt, Electron) that were previously skipped to prevent DWM repaint CPU loops #5387 Changed updated bundled ImDisk driver to 3.0.2 #5419 Fixed fix Suppress logs for expected non-user SIDs #5422 SbieSvc.exe: SBIE2218/2219 error when run program as administrator #5417 fixed explorer.exe crashes in Application Compartment when Huorong Security is installed #5423 Download: Sandboxie Plus (64-bit) | 23.5 MB (Open Source) Download: Sandboxie Classic (64-bit) | 3.0 MB Links: Sandboxie Website | GitHub | ARM64 | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hello, Christian Maas' XVI32 is a nice (and very small) hex editor. Speaking of hex editors, many years ago a colleague and I who both worked at Tribal Voice managed to edit a copy of the company's PowWow instant messaging client to make it behave better now that all of its lookup servers and other server-side tech was gone.  The program didn't support NAT (RFC-3022 was introduced in January 2001, the same time Tribal Voice was shuttered), but it still worked okay if you manually set up port-forwarding on your router.  The server at http://powwow.jazy.net/ hosts a copy (usual warnings about downloading and running untrusted code from random internet servers apply). I occasionally use some tools like Funduc Software's Search and Replace and Application Mover when I need to make mass-edits to text-based files or move programs with a hard-coded installation directories, respectively.  When I need to figure out the exact LCD panel inside of a laptop, EnTech Taiwan's Monitor Asset Manager is my go-to tool for that purpose. JD Design's website (now hosted on github.io) has a number of interesting freeware and shareware utilities.  I used to use their TouchPro utility to set the file timestamps on software I was mastering to match its version number (e.g., version 3.00 of a program had all of its files dates set to 3:00AM, and so forth). Karenware has a number of interesting freeware utilities, too. Regards, Aryeh Goretsky  
  • 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
      509
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!