• 0

What language is microsoft's software made in?


Question

Recommended Posts

  • 0
i already know asp, asp.net, php, javascript, vb...

Those are not programming languages except for maybe VB. Spend your time on C++ (no need to learn C first), and once you get a good grip on OOP concepts then you can learn pretty much any other OOP languages like C# which is becoming popular. Btw, Java (not javascript) and C# are derived from C/C++.

  • 0

If you know VB 6.0, you should definitely go to C or C++.

However, if you know VB .NET, it's so similar to C# that I don't think you'd have a problem learning the different structures. I'd get a C# book from Microsoft, work through the samples, and so on.

Or you could still stick with C or C++. It can't hurt to go through each language and work your way to C#.

  • 0
Learn C.

You don't have to learn all of it, but start with C and then go over to C++. Then finally C#.

If you want to become a professional programmer... I suggest that you learn everything step-by-step so that you won't get confused now at the beginning.

THANX ALOT everyone. but i think i will take "Tobbe" 's advice. But if any1 else has anyother suggestions, keep 'em comming.

Thanx

Adrian.

  • 0
so which of the c languages would you recommend me to learn, because im trying to learn atleast 8 languages before the end of my summer holidays, and i have already learnt 5.

Please can you list the languages in order of hardness, and also please in order of importance.

Thanx alot

Adrian.

You haven't learned 5 programming languages since your holidays started, lol, it takes years....you also aren't going to learn 3 more over the summer just magically, how old are you?

  • 0

first off you don't really "learn" a language, as in a finite thing. like "ok done with that one, next please?" especially if you're talking about doing 5 in a couple months. i have to agree with mot.

i don't mean to be rude but do you mind showing us what you can do with what you've learned so far?

with all due respect, i doubt that it's all that much.

as far as php i've been working on that one myself (finding time/desire is usually the problem) so have you gone over things like classes and functions, regular expressions, mySQL functions, etc?

as for what microsoft writes code in, that doesn't matter as much as what works for you and what you like.

i bought a book on C# a while back. i originally was going to learn C++ and MFC and the whole bit but once i got into C# it looked much more appealing. i'm making a small note taking app in it right now and while it's not quite as easy as VB, it's learnable when you have the right resources.

oh and be sure to work with VB a lot before you start any C language. VB will teach you CONCEPTS which while you may think you don't need them you really do. seriously. i know you think you can skip it but you really need to do that. and i mean VB6 by the way, VB.net is just weird.

by the way the C# book i got from ms had a trial DVD of C#, so don't worry about buying the full thing immediately.

  • 0
i already know asp, asp.net, php, javascript, vb

i consider those "web languages" and not something like "OS langauges". but judging from your other posts, i doubt you truly "know" those languages. i would spend time with vb, and then move onto c++. you could get a pretty good intro into both this summer, but make sure you can keep them separated in your mind. if you want to learn one completely, but at least a few books on one of your choice and make sure one of them is for "advanced" programming. a lot of the books out there are just intro books.

  • 0

I have a question. I do not know any computer languages at all. I'm 15 and in the 11th grade. I'm going taking a class this year that they teach HTML in. So my question is, will I ever be a good programmer not knowing any languages at 15? My community college lets me take college classes and I'm working towards an Assoicates Degree of Science, and it seems like none of the classes deal with computers at all to get that degree. When will I ever take a computer class and will I learn all the languages I need to know in college or am I going to have to teach myself??? Thanks for all the help people!!!!!

  • 0

Well, of course you can, listen..i'm 16, i've been LOVING computers and programming since I was little, no bs, I first started learning HTML and a little JavaScript (FIRST started) when I was about 8 or 9, then I moved onto other things, you just have to take it one step at a time, don't expect miracles to come overnight (obviously the poster of this thread is leading himself into a false state of mind such as himself being able to just 'learn' a programming language ...or 3, over the summer) There's PLENTY of programmers that i'm sure knew nothing about programming until they were 18 or so starting out in college..Hell, if you don't know any programming, and you do learn a bit (beyond HTML, i mean) you might not like it, you might decide that debugging thousands of lines of code just isn't your shtick, the only way you'll ever know is if you try.

  • 0

I took Computer Programming 2 Honors which is C++ and Computer Science AP which is advanced C++ this year (11th grade) what sucks is they are changing it to Java, bah! :p but it was good, try to take a class like that, not web design, I don't know how you web design teacher is but mine didn't teach ****. All he did was teach FrontPage which everyone knew already

  • 0

Most of the language learning you will do on your own. You will read many books and practice like a musician practices, or an athlete. That is the way to become a really good programmer. In College/University, if you choose to take some Computer Science classes, you can learn the theories, practices, and structures behind good programming.

So, I guess the answer is a little bit of both. Most important is to read and practice. You learn how to speak a language (its syntax), you play with it, make things, study, and you learn universal concepts that apply to many languages (like the idea of variables, functions, data types, casting, trees, objects, classes, etc.) Once you have the concepts down, you will be able to apply them to another language, and another, and so forth.

Web development is a fun place to start, because at its simplest level, you don't need to know any programming, per se. HTML isn't really a programming language, but rather a mark-up language. Javascript, however IS a programming language, and there are endless possibilities for using Javascript in web pages. The language is based on C, so it is similar to C/C++/Java, although it is simplified so its easier to get started. Once you pick it up however, you can start creating your modularized code, your own classes of objects, and learn real-world programming types of skills. Its a good way to tell if you are going to be interested in programming, while at the same time having fun with other computer/internet skills (make a few websites, practice your design skills in Photoshop.) The more you want your websites to do, the more programming you will have to learn. At a certain point, you find yourself in need of learing a middle-ware language/platform, such as VBScript/ASP or Java/JSP, or PHP. Even making good Flash websites these days requires that you know how to program well (the language is basically the same as Javascript, or simplified C, and the ideas of classes and objects and methods and properties are the same as in Java, C#, C++.)

Edited by Sticktron
  • 0

I've been programming since 1980 and my thoughts on languages and programming are fairly general. First of all programming in ANY language is kinda like being a doctor. It's really is kind of a "Practice". I say that because everytime you take on a new project you'll come up with either something you haven't spent a lot of time doing and need to learn or re-learn parts of it OR you'll realize the technology in that area has changed and you'll want to use the newest technology. So even though you'll think you've learned something you'll soon realize that you'll never quit learning about it.

As far as a programming language goes I saw a post in here that said that once you understand the concept most other languages are much easier to learn. I agree totally. Having said that, they all have their differences and they all have their consistencies. My advice would be to pick one that is very popular and has a lot of available resources, ie... classes, books, online material etc.... These will be the "Easiest" for you to learn due to the abundance of help and material. Some of the staples for learning are : Visual Basic, C, C++ There are others that are also very popular and have lots of resources but these are the "Meat and Potatoes" of them. Also, I always seperate those languages and languages directed towards web development into 2 seperate catagories. Although some are very similar they are typically "geared" towards different purposes. I hope this helps a little. Good Luck

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

    • No registered users viewing this page.
  • Posts

    • 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!
    • I have a couple to mention, and they still run great on Windows 11 Adobe Lightroom Version 2 Alcohol 120% CLZ Book, Comic, Game, Movie, & Music Collector (PC - No longer sold / Grandfathered in - now mobile apps/online only) DVDDecrypter ISO Buster Pro version 1.9.1 (Still supports HD-DVD too) Nero Burning Rom 8 (Only the burning software, no backup, media converter, etc)   OpenAL (Runtime) - GuildWars 1 Reforged still uses it for 3d headphone audio PowerDVD 12 Ultra SPTD (SCSI Pass through Direct Driver) UltraISO Windows Media Encoder 9 WinImage You can tell I still sport an optical drive    
    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
  • Recent Achievements

    • 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
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!