Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
I noticed..
Goto page Previous  1, 2
 
Post new topic   Reply to topic Printable version
 View previous topic  Uhh Post :: Post Ssq Ssc  View next topic  
Author Message
Donkano
Server Help Squatter


Gender:Gender:Male
Joined: Jul 02 2003
Posts: 763
Offline

PostPosted: Sun Aug 28, 2005 3:01 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Sun Aug 28, 2005 4:08 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

C++ = best for multi-functional-high-design codework.
ASM = best for debug/hack/show-off
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Sun Aug 28, 2005 5:08 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SuSE
Me measures good


Joined: Dec 02 2002
Posts: 2307
Offline

PostPosted: Thu Sep 01, 2005 6:42 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

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? sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu Sep 01, 2005 9:57 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Well, good God, what if you want to run that C++ on another machine?
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Thu Sep 01, 2005 10:29 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Let's just all goto LISP.. dangit.
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
Cerium
Server Help Squatter


Age:43
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Thu Sep 01, 2005 11:59 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I refuse to use anything named after the way stereotypical homosexuals talk.
_________________
There are 7 user(s) ignoring me right now.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Thu Sep 01, 2005 11:59 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

LOL brainfuck then?
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu Sep 01, 2005 2:12 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu Sep 01, 2005 4:24 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SamHughes
Server Help Squatter


Joined: Jun 30 2004
Posts: 251
Location: Greenwich
Offline

PostPosted: Thu Sep 01, 2005 10:40 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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. icon_smile.gif
Back to top
View users profile Send private message Add User to Ignore List
Cerium
Server Help Squatter


Age:43
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Thu Sep 01, 2005 11:21 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Twas a joke, my friend. Nothing more.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
SamHughes
Server Help Squatter


Joined: Jun 30 2004
Posts: 251
Location: Greenwich
Offline

PostPosted: Fri Sep 02, 2005 4:25 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Yah, I know icon_smile.gif
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 29 page(s) served in previous 5 minutes.

phpBB Created this page in 0.683085 seconds : 37 queries executed (82.0%): GZIP compression disabled