Forums

Forums (http://www.abandonia.com/vbullet/index.php)
-   Programming (http://www.abandonia.com/vbullet/forumdisplay.php?f=25)
-   -   Language Fights! (http://www.abandonia.com/vbullet/showthread.php?t=4041)

Dino 29-03-2005 07:31 PM

Not just old as hell... Infact, it's the mother of all languages, the Creator himself... All hail assembly! :kosta:

Dreadlord 29-03-2005 07:35 PM

Binary seems to be the mother of all languages, but yes, the oldest of the usable is Assembly.

taikara 29-03-2005 08:17 PM

Technically, you can program in binary. Assembly uses binary calls for its instructions. If you know them, you're programming in binary. MIPS rocks :ok:

Dreadlord 29-03-2005 08:20 PM

What's the most used language for programming games these days? The Torque engine seems to like C++, but that's the only one I really know about.

NrmMyth 29-03-2005 08:30 PM

Quote:

Originally posted by Unknown Hero+Mar 29 2005, 03:06 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Unknown Hero @ Mar 29 2005, 03:06 PM)</td></tr><tr><td id='QUOTE'>
Quote:

Originally posted by Marek@Mar 29 2005, 11:21 AM
Quote:

Originally posted by NrmMyth@Mar 29 2005, 10:00 AM
<!--QuoteBegin-Marek

Quote:

Quote:

@Mar 29 2005, 07:33 AM
Surely there must be one other person out there who uses C#??????
:cry:


Yes there is one...
...that would be you. :bye:


:roflol:

aaberg is the guy, but he isn't on-line everyday. You will find him posting, but not too often. [/b][/quote]
Yes...., now I remember aaberg from exams? Man with vision! :Titan:

@marek
Be happy man now there are two of you guys! :ot: If you know C++, is it easy to learn C#? :blink:

Marek 30-03-2005 05:28 AM

yes,

C# is very easy to learn if you can do C++ or Java...

I went from VB6 to C# so anything is possible... :whistle:

aaberg 30-03-2005 11:32 AM

One more on C# :ok:

My job is programming C#, so naturally that would be the language I choose. C# is a great language for programming Windows applications and serverside webcode. But if you want to make games, C++ is the one and only language.

The reason is, that languages as C#, VB, VB.NET and java all need a runtime engine to work. C# and VB.NET needs the .NET Framework, java needs the Java Runtime Engine. The old VB also needs a runtime engine, which I don't remember the name of.

When you compile C++ code, it is compiled directly to machine code, which makes it runs faster. When programming games (especially 3d games), speed is essential.

You have to be carefull when programming C++ though, because it's easy to make memory leaks, which is not a good thing. When you don't have a Runtime Engine behind your program, you don't have a garbage collector.

Marek 31-03-2005 05:08 AM

Quote:

Originally posted by aaberg@Mar 30 2005, 11:32 AM
One more on C# :ok:
YAY!!! :ok:

Hello aaberg, I also work with C#.

ASP.Net and Windows forms...

Finally someone else!!! :Brain:

NrmMyth 31-03-2005 08:42 PM

Quote:

Originally posted by Marek+Mar 31 2005, 05:08 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Marek @ Mar 31 2005, 05:08 AM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-aaberg@Mar 30 2005, 11:32 AM
One more on C# :ok:
YAY!!! :ok:

Hello aaberg, I also work with C#.

ASP.Net and Windows forms...

Finally someone else!!! :Brain: [/b][/quote]
:ot:
What is ASP?
Thanks for your future reply. LOL

Kon-Tiki 31-03-2005 08:52 PM

What is ASP? (Part of an introduction page)


The current time is 10:06 PM (GMT)

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.