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
|
|
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 |
||||||||||
|
|
|
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? |
||
|
|
|
Do you mean something like Cygwin, a *nix style environment on windows? |
||
|
|
|
|
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. |
||
|
|
|
|
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 |
||
|
|
|
|
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. |
||
|
|
|
|
You can use anything to program, your OS, a calculator, a slide-rule, an abacus... the possibilities are endless! |
||
|
|
|
|
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. |
||
|
|
|
|
Are you asking if you can program... at all in windows XP? The answer is yes. Otherwise I dunno what you're asking. |
||
|
|