93
votes
66answers
5k views
Underused features of Windows batch files
I think everyone agrees that DOS batch scripting is lame. Nonetheless there are many situations where it is expedient, or you must maintain existing scripts.
Guidelines:
One feature per answer
Give …
51
votes
38answers
3k views
As a developer, what changes do you make to a vanilla Windows install ?
When I get a vanilla Windows system, there's a bunch of stuff I change to make it more developer-friendly.
Some of it I remember every time, other stuff I only do as and when.
Examples:
Show …
47
votes
7answers
7k views
Windows batch files: .bat vs .cmd?
As I understand it, .bat is the old 16-bit naming convention, and .cmd is for 32-bit Windows, i.e., starting with NT. But I continue to see .bat files everywhere, and they seem to work exactly the …
39
votes
30answers
3k views
Simple but powerful programming language for a hobby software project
Long time back, I used to do some home projects in Basic. It was fun and I could get things done without reading tons of documentation (or whatever documentation was
available at that time).
I guess …
34
votes
15answers
3k views
Qt goes LGPL! On Windows, is it good enough to use instead of MFC?
I just read a story I was hoping to read since Nokia bought Trolltech. Qt is going LGPL in March!
This is awesome news.
Who uses Qt for Windows? Does it effectively replace something like MFC? …
34
votes
12answers
10k views
How to setup setuptools for python 2.6 on Windows?
Is there any way to install setuptools for python 2.6 in Windows without having an .exe installer?
There isn't one built at the moment, and the maintainer of setuptools has stated that it's probable …
31
votes
76answers
5k views
What are the best alternatives to notepad?
I would like to get syntax highlighting support for major languages.
Other desired properties are:
Simple to use
Light weight
25
votes
176answers
6k views
Where do you keep your code?
Your code is of course checked into a repository somewhere, but where do you keep your working copy/copies? C:\Program Files isn't right, as it's for installed packages. My Documents somehow doesn't …
25
votes
32answers
3k views
How can I prevent users from taking screenshots of my application window?
What are some methods to prevent screenshots from being taken, if any?
I've considered setting the "Print Screen" button as a hotkey, which makes the window fuzzy. However, there would be the …
25
votes
13answers
1k views
When - and why - should you store data in the Windows Registry?
As a developer, tools that store configuration/options in the registry are the bane of my life. I can't easily track changes to those options, can't easily port them from machine to machine, and it …
24
votes
25answers
2k views
How do you keep your Windows development machine from slowing down?
After using Windows for some time, any computer can begin to suffer from "Slow Computer Syndrome", or "winrot", so I am interested to hear what you are doing to prevent this.
I am not looking for …
24
votes
7answers
2k views
Why is creating a new process more expensive on Windows than Linux?
I've heard that creating a new process on a Windows box is more expensive than on Linux. Is this true? Can somebody explain the technical reasons for why it's more expensive and provide any …
23
votes
28answers
2k views
Linux vs Windows Programming?
I've spent the last 5 years developing software with Windows as the target OS (mainly C++ and C#). Recently I started to become interested in development for other environments as well, Linux for …
23
votes
18answers
5k views
Good C++ GUI library for Windows
I'm looking for good windows GUI library for C++. The Ideal in my opinion shoud be:
Modern. MFC, wxWidgets, Qt were started a long time ago and they don't use modern C++ features and standard …
23
votes
26answers
1k views
What is a good application programming problem to solve for beginners?
UPDATE
Please do not post game ideas. I am not looking for game
ideas here.
I am looking for ideas like; "Network
browser", "File encrypter",
"Notepad-clone", "Rss feed generator".
…
