- 0
Getting started FAQ
Asked by
Andre S.,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By TheGodOfKratos · Posted
Still 3x what it should cost. So, it seems the trick is to increase price by 6x so that a reduction in price back to 4x looks like a steal. "You savvy shoppers win again!" I'm glad I'm not in a desperate spot to actually even need this overpriced crap. Hopefully, it comes back down by the time for when (or if) I ever do. -
By Noveed · Posted
No M1? Wow! -
By Noveed · Posted
Although AI is great and has it's use cases they likely have massively overhyped it and it has not delivered as per their expectations. I fully expect them to start saying the same things again when it does get to a certain level of intelligence! -
By Usama Jawad96 · Posted
Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months. -
By IATW · Posted
Hey what's about the proton vpn firefox extension ? It's not working today
-
-
Recent Achievements
-
Primer1st earned a badge
One Year In
-
JayZJay went up a rank
Experienced
-
Sir_Timbit earned a badge
Reacting Well
-
rubentuben8 earned a badge
Week One Done
-
ARaclen earned a badge
Week One Done
-
-
Popular Contributors
-
Tell a friend
Question
Andre S. Veteran
A recurring question on these boards is ? how do I get started in programming? ? Whether it?s choosing a programming language, finding tutorials or choosing an IDE, this FAQ is here to provide some guidance.
The FAQ assumes you want to start making desktop applications, with the most likely purpose of preparing for a Computer Science or Software Engineering degree. If you want to program websites, stop reading this and head over to w3schools.com. If you?re aiming for a particular domain (games, robotics, research etc), read this and then if any doubt remains please ask in the forums.
1) What programming language should I start with?
Short answer: Any widely used, general-purpose programming language can be a good choice. If that can be of any help, this author?s opinion is that you can?t go wrong with C#.
Long answer: What you?re looking for is a general-purpose programming language that:
Let's compare 4 of the most widely recommended languages:
C:
C++:
C#:
Python:
Other possible choices:
2) What are some good tutorials on the Internet?
Classified by language:
C/C++
C#:
Python
3) What software do I need?
One good IDE (Integrated Development Environment). What is available depends on your platform:
WINDOWS:
The remaining tools are compatible for Linux and Mac as well:
MAC:
In addition to the cross-platform tools mentioned above:
LINUX:
In addition to the cross-platform tools mentioned in the Windows section:
You will still hear people recommending Dev-C++ around the net. To put it simply: don't use it.
4) Can you recommend some books?
For complete beginners:
C Primer Plus (5th Edition)
C++ Primer Plus (5th Edition)
Illustrated C# 2008
Beginning Visual Basic 2010
Learning Python: Powerful Object-Oriented Programming
How to think like a computer scientist: Java edition, C++ edition, Python edition, Ruby edition
Will add more later !
Link to comment
https://www.neowin.net/forum/topic/899286-getting-started-faq/Share on other sites
70 answers to this question
Recommended Posts