|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
just a tech
Join Date: Jul 2001
Location: central valley CA
Posts: 1,409
|
Programming and software
I know next to nothing about programming, but have heard all different kinds of languages that are used for writting software. (C++, java, basic, binary, ect...) I was wondering which type of program language is used for software like Windows, browsers,
just kind of a short explanation is really all I'm wanting to know. I have had a little experience with one or two DOS applications (32bit) I provide phone tech support for a tax software that is 32bit DOS or at least DOS based. I cant see how using this same language would be able to make something like QuakeIII or some other complex software. |
|
|
|
|
|
#2 |
|
Banned
Join Date: Apr 2002
Location: Northwest
Posts: 185
|
Windows is written mainly with C++, or some variant of assembly language. C++ is a compiled language. This means that once you write a C++ program, you must run it through a compiler to turn your program into an executable that the computer can run.
Basically the compiler turns the code into assembly language. The language is so versatile because it runs on such a low-level. Most programmers don't like writing programs in assembly language directly. It is extremely difficult, and not something most people would attempt. I remember having to program an 8080A on a Heathkit trainer using assembly language. Not fun! C++ in games is used to model all sorts of complex systems, ranging from objects in games, to graphical components of user interfaces. (Physics engine) I know a lot of developers use 3D Studio Max for the visual side of game development. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|