• 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

    • UniGetUI 2026.2.1 by Razvan Serea UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers — and so much more. UniGetUI features Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool. Discover new packages and filter them to easily find the package you want. View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download. Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis. Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets. The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system. Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package] Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program! Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier. Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine Devolutions UniGetUI 2026.2.1 changelog: This release brings several quality-of-life improvements, new troubleshooting features, privacy enhancements, and a collection of fixes and stability improvements across UniGetUI. New Features Added an operation counter to provide better visibility into ongoing package operations. Added a setting to automatically redact usernames from exported logs, making it easier to share diagnostic information while protecting personal data. UniGetUI now opens the release notes page after updating by default, helping users discover new features, improvements, and fixes. This behavior can be disabled from Settings. Expanded diagnostics and troubleshooting capabilities to simplify issue reporting and support. Improvements Improved update reliability and handling of update-related edge cases. Enhanced installer behavior when updating running UniGetUI instances. Improved package manager integrations and package metadata processing. Refined various user interface elements for a more consistent experience. Updated package screenshots, icons, and bundled resources. Improved logging and error reporting throughout the application. Bug Fixes Fixed multiple issues affecting application updates and self-update workflows. Resolved several package installation and upgrade edge cases. Fixed UI inconsistencies and unexpected behaviors across different pages. Improved handling of package manager responses and failure scenarios. Addressed issues affecting package discovery and metadata retrieval. Fixed a number of stability issues reported by the community. Performance & Stability Improved overall application stability during package operations. Reduced the likelihood of update interruptions and inconsistent update states. Various reliability and performance optimizations across the codebase. Download: UniGetUI 64-bit | Portable | ~200.0 MB (Open Source) Download: UniGetUI ARM64 | Portable Links: UniGetUI Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • PDF4QT 1.6.0.0 by Razvan Serea PDF4QT is a free and open-source application created to provide a complete solution for working with PDF documents in a simple, flexible, and effective way. It offers all the essential tools you need to handle your files: you can view PDFs with smooth navigation, edit content, annotate pages, and highlight key sections for better collaboration. It also allows you to compare two versions of a document, making it easy to spot changes. Built-in security features give you control over protecting sensitive information and managing access. Applications PDF4QT Viewer Profi: Advanced PDF browsing with encryption, digital signature verification, annotation editing, regex text search, page-to-image conversion, and plugin support. PDF4QT Viewer Lite: Lightweight viewer with essential, user-friendly PDF viewing functions. PDF4QT DocPage Organizer: Merge, split, move, clone, or add pages easily with an intuitive interface. PDF4QT DocDiff: Compare two PDFs, highlight differences page-to-page, and export results to XML. Key Features Multithreading Support for faster PDF processing Hardware Accelerated Rendering for smooth, high-quality display Encryption to secure documents Color Management to preserve accurate color profiles Optional Content Handling to control visibility of content Text Layout Analysis for better text extraction and editing Signature Validation for verifying digital signatures Annotations and Form Filling for interactivity Text-to-Speech Conversion to listen to PDFs Advanced Annotation Tools (images, text, etc.) File Attachments Management to view and save attachments Optimization to reduce file size without losing quality Command Line Tool for automation Audio Book Conversion from PDFs Internal Structure Inspector to explore PDF structure Compare Documents to detect differences Redaction to remove sensitive information Document Signing for digital authentication PDF4QT 1.6.0.0 release notes: PDF4QT 1.6.0.0 brings a major image compression and optimization update, especially for PageMaster and assembled output documents. Image compression is now integrated into the assembly/export workflow, backed by new optimizer infrastructure, UI controls, feedback fixes, and tests. This should make PageMaster much more useful for producing smaller output PDFs directly from assembled or reorganized documents. The release also contains a large PageMaster refresh with improved drag and drop, recent files, crop pages, save/restore functionality, rotation and size indicators, a reworked icon set, and faster output preview rendering. Viewer and Editor workflows were improved with wildcard Advanced Find, Enter-to-search behavior, better outline keyboard selection, startup settings, fullscreen support, side-to-side scrolling, smoother scrolling, text selection, snapping, and expanded annotation controls. Compatibility and platform behavior were improved as well, including fixes for embedded files, fonts, checkboxes, invisible text, menu colors, highlights, XMP metadata, Windows color management, AppImage packaging, MSIX generation, installer behavior, translations, and newer compiler/Qt warnings. The commit history also includes a new scan-and-edit plugin foundation and color management performance work. Changelog: Highlights Image compression for PageMaster / DocPage Organizer and assembled output documents (#92) Major PageMaster UX refresh, including drag and drop, recent files, crop pages, save/restore, icons, and output preview performance (#383, #18) Improved image optimization feedback, including final resolution and DPI updates (#384) Better Viewer and Editor navigation: fullscreen, side-to-side scrolling, smoother scrolling, text selection, snapping, and outline keyboard selection (#242, #368, #136, #321, #250, #373) Advanced Find wildcard mode and Enter-to-search behavior (#379, #378) PDF compatibility fixes for embedded files, fonts, checkboxes, invisible text, form content suppression, and Windows color management (#225, #356, #256, #230, #326, #224, #385, #388) Startup settings, custom settings directory support, Linux double-click viewer separation, and packaging/build fixes (#382, #380, #381) Scan-and-edit plugin foundation and broader translation updates from the 1.6.0.0 development cycle Resolved Issues Issue #389: Adding hyperlink to internal object in PDF Issue #388: Update Windows color management system Issue #385: PDFTextLayoutGenerator::isContentKindSuppressed(ContentKind kind) is missing ContentKind::Form Issue #384: In the "Optimize Images" dialog, the info on the final image resolution and final DPI does not update Issue #383: UX improvements for PDF4QT PageMaster tool (v1.5.3.1) (ex. DocPage Organizer) Issue #382: Startup Settings Issue #381: Separated apps for double-click viewer in Linux Issue #380: Ability to run app with custom settings directory - executable parameter with path Issue #379: Advanced Find - Wildcard Mode Issue #378: Advanced Find - Should start searching if Enter key is pressed Issue #376: Deleting a note jumps to Outline Issue #375: Not enough maximum compiled page cache Issue #373: Ctrl/Shift keyboard selection for Outline Issue #372: Option to not color images Issue #370: Extracting pages within a range Issue #369: Keeping redact box on Issue #368: Side-to-side scrolling Issue #357: Bulk delete/add/edit of page labels Issue #356: Compatibility issues - font problems Issue #354: Color blend mode for highlights Issue #352: Icon size of the sidebar Issue #349: Add inherit zoom to bookmark zoom options Issue #338: Editor toolbox higher than editor window Issue #334: Impossible to set French language Issue #326: Checkboxes don't render in PDF4QT Issue #324: Menu text not rendered with correct color Issue #321: Select text in Viewer Issue #291: Support for editing XMP metadata or exporting to PDF/UA format Issue #282: Editor outline view: always zooms to around 50% Issue #256: PDF4QT cannot show some specific fonts correctly Issue #253: Undo/redo doesn't work in "edit page content" mode Issue #250: Snapping Issue #242: Full screen Issue #234: Setting font, font size and area of text annotations Issue #230: Garbled characters when opening PDF files with PDF4QT Issue #225: PDF4QT cannot open PDF files with embedded files Issue #224: Option to remove invisible text Issue #194: Change page size Issue #160: Color | Custom (green/black) does not work Issue #136: Smooth scrolling of document with mouse middle wheel - flywheel Issue #92: Add image compression to PDF DocPage Organizer Issue #18: Performance optimization - OutputPreview Renderer Download: PDF4QT 1.6.0.0 | Portable | ~30.0 MB (Open Source) Download: PDF4QT MSIX | 29.4 MB Links: PDF4QT Home Page | PDF4QT @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Same here or that Opera Max was not a thing anymore. Nothing lost... Who the hell would be considering Opera or Samsung when needing a VPN? LOL
    • If you go to the game developer website you can see that indeed Cyril Paciullo is the game director and developer https://www.pluralys.ca/about-us/ and when clicking on his name it lists Messenger Plus! as part of his CV. In case you wondered what happened to Patchou
    • A difficult position to be in. Either they cater to us users or they cater to news curators to potentially increase traffic. Personally, I wasn't being sarcastic. Hosting a website isn't free, so without traffic this site stops existing, and if you want traffic you have to play the game. I legitimately thought the title was good. Not because I like it, but because it's the kind of title people will click on. This site needs that.
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      120
    4. 4
      Steven P.
      85
    5. 5
      neufuse
      73
  • Tell a friend

    Love Neowin? Tell a friend!