Author |
Message |
Donkano Server Help Squatter
Gender: Joined: Jul 02 2003 Posts: 763 Offline
|
Posted: Sun Aug 28, 2005 3:01 pm Post maybe stupid Post subject: |
 |
|
|
|
Well, Dr Brain, how can I prefer something I have never tried? And I don't have much motivation to try it because C is as capable as Java and I got a 1,040 page book on C++, as well. |
|
Back to top |
|
 |
Gravitron VIE Vet

Age:43 Gender: Joined: Aug 02 2002 Posts: 993 Location: Israel Offline
|
Posted: Sun Aug 28, 2005 4:08 pm Post maybe stupid Post subject: |
 |
|
|
|
C++ = best for multi-functional-high-design codework.
ASM = best for debug/hack/show-off |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sun Aug 28, 2005 5:08 pm Post maybe stupid Post subject: |
 |
|
|
|
Donkano wrote: | Well, Dr Brain, how can I prefer something I have never tried? And I don't have much motivation to try it because C is as capable as Java and I got a 1,040 page book on C++, as well. |
You can't. But you also can't prefer something you have tried over something you haven't. _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
SuSE Me measures good

Joined: Dec 02 2002 Posts: 2307 Offline
|
Posted: Thu Sep 01, 2005 6:42 am Post maybe stupid Post subject: |
 |
|
|
|
Dr Brain wrote: | C can do everything C++ can, and assembly can do everything C can, so just use assembly. |
Really? ...and what if you want that assembly to run on another architecture?  |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Thu Sep 01, 2005 9:57 am Post maybe stupid Post subject: |
 |
|
|
|
Well, good God, what if you want to run that C++ on another machine? |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Thu Sep 01, 2005 10:29 am Post maybe stupid Post subject: |
 |
|
|
|
Let's just all goto LISP.. dangit. _________________ Performance is often the art of cheating carefully. - James Gosling |
|
Back to top |
|
 |
Cerium Server Help Squatter

Age:43 Gender: Joined: Mar 05 2005 Posts: 807 Location: I will stab you. Offline
|
Posted: Thu Sep 01, 2005 11:59 am Post maybe stupid Post subject: |
 |
|
|
|
I refuse to use anything named after the way stereotypical homosexuals talk. _________________ There are 7 user(s) ignoring me right now. |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Thu Sep 01, 2005 11:59 am Post maybe stupid Post subject: |
 |
|
|
|
LOL brainfuck then? |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Sep 01, 2005 2:12 pm Post maybe stupid Post subject: |
 |
|
|
|
Brain wrote: | Well, good God, what if you want to run that C++ on another machine? |
I do believe he's talking about the source code. C++ source can be fully platform independent. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Thu Sep 01, 2005 4:24 pm Post maybe stupid Post subject: |
 |
|
|
|
I don't believe he knows what he's talking about. I was making a point, and he wants to get technical.
C/C++ cannot be used on one platform and moved without, at the very least, recomplilation. The same is true of assembly.
You can't even move from one OS to another without recompiling, much less one architecture to another. |
|
Back to top |
|
 |
SamHughes Server Help Squatter

Joined: Jun 30 2004 Posts: 251 Location: Greenwich Offline
|
Posted: Thu Sep 01, 2005 10:40 pm Post maybe stupid Post subject: |
 |
|
|
|
Donkano wrote: | Well, Dr Brain, how can I prefer something I have never tried? And I don't have much motivation to try it because C is as capable as Java and I got a 1,040 page book on C++, as well. |
The whole "as capable" argument is an excuse for stupidity. If you don't find learning new programming languages to be interesting, it's your loss. All programming languages are equally capable, if they're Turing complete and have interfaces to the outside world. And most are equally capable to the point that problems' optimal asymptotic runtime is the same for all languages. (Brainfuck is one exception, since you have no random access to memory.) Only a troglodyte would care about how capable a language is; what matters is how powerful. Powerful programming languages let the programmer do more work, more accurately, in less time. C is not a powerful programming language, unless you're writing code that really wants to be fast. (Or if your operating system uses C...) C++ is a bit more powerful, since it allows more abstractions, but it uses a weird kludge in place of closures.
Cerium, if you're going to give an idiotic reason like that, it's not a problem, because you can learn Scheme instead.  |
|
Back to top |
|
 |
Cerium Server Help Squatter

Age:43 Gender: Joined: Mar 05 2005 Posts: 807 Location: I will stab you. Offline
|
Posted: Thu Sep 01, 2005 11:21 pm Post maybe stupid Post subject: |
 |
|
|
|
Twas a joke, my friend. Nothing more. |
|
Back to top |
|
 |
SamHughes Server Help Squatter

Joined: Jun 30 2004 Posts: 251 Location: Greenwich Offline
|
Posted: Fri Sep 02, 2005 4:25 pm Post maybe stupid Post subject: |
 |
|
|
|
Yah, I know  |
|
Back to top |
|
 |
|