![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Expert Programmer
|
So... why were you giving me a hard time about it?
|
|
|
|
|
|
#12 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
Portability, like optimization, is not always worth the effort. It's up to the programmer to judge whether it is needed. If your program is designed just to run a Windows executable, then there's little point in making things hard for yourself and using cross-platform functions like popen, when os.system will do what you want in less bytes of code and less effort on behalf of the programmer.
I fail to see the point of spending time to make part of a program portable, when it can only function on win32 systems anyway. It's utterly pointless. |
|
|
|
|
|
#13 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
| Combining Values in an array | bigmitch | C++ | 4 | Feb 10th, 2006 7:29 AM |
| inserting strings into other strings | codylee270 | C | 2 | Dec 3rd, 2005 9:37 PM |
| Question about multidimensional arrays of strings | aznluvsmc | C | 8 | Oct 15th, 2005 10:20 PM |
| Passing strings from a C++ DLL to VB | tam10 | C++ | 0 | Sep 16th, 2005 5:52 PM |
| pointers strings, and strcat() | conbrio | C | 3 | Apr 16th, 2005 1:23 PM |