![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Doesn't matter if they're ALL coded in C++. The emitted code is particular to the machine (or its compatible brothers). That's why you can't use an x86 compiler on a non-x86 system. One can sometimes get a cross-compiler that runs on one type of system and emits code for another, but the output is machine-specific and bears no resemblance to 'cout << "Hello, world!"'.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|