vote up 0 vote down star

In other words, can I use my OS to program or must I use DOS?

Please note that any programming question, however small, is acceptable. Thank-you

flag
I guess I don't know what you mean by "program" in this case. You can write a program at the command line (if you are a masochist) or you can write one using an Integrated Development Environment. – EBGreen Feb 12 at 22:39
Do you refer to Batch programming, or...? Please clarify. – ISW Feb 12 at 22:39
If this is related to your question about configuring the windows xp theme sounds, then you do that through the control panel I believe. – EBGreen Feb 12 at 22:40
The idiot convention has rolled into town early this year. – patricksweeney Feb 12 at 22:43
That really isn't necessary Patrick. – EBGreen Feb 12 at 22:43
show 6 more comments

8 Answers

vote up 1 vote down check

Programming is the act of writing code to tell the computer what to do. There are environments (like visual studio) that work without needing a command prompt. While that technically answers the question I suspect that there is an underlying problem that is not expressed.

What are you trying to get the computer to do?

link|flag
"What are you trying to get the computer to do?" - My guess would be this: stackoverflow.com/questions/543347/… – EBGreen Feb 12 at 22:50
vote up 0 vote down

Do you mean something like Cygwin, a *nix style environment on windows?

link|flag
vote up 0 vote down

You can use any windows based (usually language specific) IDE (Integrated development environment). Unless you have python or something installed on your XP machine, you can't just program unless you are writing scripts using a text editor (like Notepad or DOS edit).

Best suggestion is download Microsoft Visual Studio Express if you want to develop in one of the languages you want to work in.

link|flag
vote up 1 vote down

You can't "perform programming actions" until/unless you know a "programming language" which you use to "write software": for details see http://en.wikipedia.org/wiki/Computer_programming

link|flag
vote up 1 vote down

Have a look at this: http://www.microsoft.com/express/interest/default.aspx

This is Microsoft Visual Studio Express, as the name impress it's a graphical tool to create computer programs on XP, Vista and other versions of Windows. I suggest you have a look. It's what professionals use as well.

link|flag
vote up 1 vote down

You can use anything to program, your OS, a calculator, a slide-rule, an abacus... the possibilities are endless!

link|flag
vote up 0 vote down

The question isn't very clear, but Microsoft offers free "Express" editions of Visual Studio for download. They will run in XP and you can build apps in them without doing anything at the command line.

link|flag
vote up 1 vote down

Are you asking if you can program... at all in windows XP? The answer is yes.

Otherwise I dunno what you're asking.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.