![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
...write once, test everywhere, write some more....
__________________
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 |
|
|
|
|
|
#12 | ||
|
Sexy Programmer
|
Quote:
Quote:
__________________
I would love to change the world, but they won't give me the source code! |
||
|
|
|
|
|
#13 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I'm sure you represent a complete, or at least representative, cross-section of machines in the industry
.
__________________
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 |
|
|
|
|
|
#14 |
|
Sexy Programmer
|
@DaWei: If you say so, lol.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#15 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
Quote:
That said, as I understand it, VB.NET's featureset isn't dissimilar to Java. Only when you're dealing with old school VB do problems start to surface. |
|
|
|
|
|
|
#16 | |||
|
Hobbyist Programmer
|
Quote:
Quote:
Quote:
|
|||
|
|
|
|
|
#17 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I suspect you may be confusing the definitions of 'power' and 'ability'.
__________________
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 |
|
|
|
|
|
#18 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#19 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Just to nitpick, it's certainly not true that any Turing-complete language can emulate any other. Any Turing-complete language can compute anything that can be computed by any other Turing-complete language, but that doesn't mean that they are likewise equivalent in areas not related to computation. For example, it's impossible to write a graphical program in standard C++ (all graphics libraries for C++ are non-standard extensions) while it's trivial to do in Visual Basic. Both languages are Turing-complete.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
|
#20 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Bullshit. It isn't impossible to write a graphical program in standard C++. The fact that existing graphics libraries are extensions and not part of the standard libraries does not mean that they are not written in standard C++ (though they may not be). Defining the limitations of a distinct set does not automatically impose those limitations on non-members.
Quote:
__________________
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 | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slackware installation guide for Linux beginners | coldDeath | Coder's Corner Lounge | 104 | Jul 29th, 2007 4:40 AM |
| My views on Linux | Marvin | Coder's Corner Lounge | 70 | Dec 19th, 2006 11:13 AM |
| Linux vs. Vista == Linux vs. XP? | pal | Coder's Corner Lounge | 17 | Dec 5th, 2005 8:57 AM |
| x86 Assembly under Linux | synthetik | Assembly | 2 | Jun 15th, 2005 3:38 AM |
| windows memset and Linux memset (difference?) | Dr.Backtick` | C++ | 0 | Feb 5th, 2005 7:59 PM |