Ask yourself this before you start trying to make a server.

06/12/2009 02:24 Vincent22#31
its quite cool, tho i need to learn about programming first.. :)

tnx tho.. makes me more interested! :D
06/30/2009 22:39 .DaLoon#32
thx °!°
08/25/2009 22:22 Hybris#33
@InfamousNoone > Ever thought there were any other coding languages than shitty C# xD
I wonder why you keep talking about C# while ur thread is called : Ask yourself this before you start trying to make a server
Personnaly I code in Java and C++, since these languages aren't made for Windoooowrrgh sorry can't say that word ^^
10/07/2009 12:54 taushif#34
I got a question about C and C# which in your opinion is better to learn?
I think I asked sorta wrong question :p but I know Java and I want to learn
one of the two (C or C#) I see most servers are written in C#, but on wiki and
other sites I read C is the very base of C#, C++, Java and other languages.

What do you advice Hybrid/Inf?

Thnx for help xD
10/11/2009 07:05 raidenx123#35
you act like guides are bad things. Noobs (or pronounced Newbie) is known as a new person to a subject or game,etc.

A guide would be for learning or teaching the new person, its a good thing guides are there. You might know something, but someone else doesnt; be in their shoes.
11/19/2009 00:00 ׍ĥę×Ôŋë×#36
This is some very usefull informaton Infamous

It will help me =)
11/20/2009 20:41 Basser#37
I <3 Hybrid's wisdom.
I wish I read this 1 year ago, wouldn't have been so inexperienced back than.
11/21/2009 18:18 Hybris#38
Quote:
Originally Posted by taushif View Post
I got a question about C and C# which in your opinion is better to learn?
I think I asked sorta wrong question :p but I know Java and I want to learn
one of the two (C or C#) I see most servers are written in C#, but on wiki and
other sites I read C is the very base of C#, C++, Java and other languages.

What do you advice Hybrid/Inf?

Thnx for help xD
These two languages are pretty far from each other.
C is a sequential language, non-object (even if it's possible to build object language in C it's not made for it), it is closer to the hardware than any other language.
C# is an object language (windows oriented)
and Java is the most Object language ever (multiplatform etc...)

If you want to learn some recent sequential languages, F# is a good compromise, even if pretty different from basics.