Question On C++ [message #340366] |
Fri, 11 July 2008 14:48 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Its c++ used to make everything? which by i mean does c++ is used to make every program and software OS out there?
[Updated on: Fri, 11 July 2008 14:49] Report message to a moderator
|
|
|
|
|
Re: Question On C++ [message #340489 is a reply to message #340366] |
Sat, 12 July 2008 11:09 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
how or what reads all these languages that tell them what they are and what they do?
|
|
|
Re: Question On C++ [message #340542 is a reply to message #340489] |
Sat, 12 July 2008 19:41 |
|
saberhawk
Messages: 1068 Registered: January 2006 Location: ::1
Karma: 0
|
General (1 Star) |
|
|
SSnipe wrote on Sat, 12 July 2008 13:09 | how or what reads all these languages that tell them what they are and what they do?
|
The compiler translates the source code into machine-readable code specific to the target platform (x86 assembly, Win32/PE binary format for most/all 32 bit programs on Windows)
|
|
|