xubl
inherit
-149487
0
Dec 2, 2024 12:38:53 GMT -8
xubl
0
January 1970
GUEST
|
C#
Jul 30, 2005 17:37:40 GMT -8
Post by xubl on Jul 30, 2005 17:37:40 GMT -8
Does anyone know anything about C#? Is it easy to code in and how easy is it to learn? It's nothing like PHP Haha, and I'm like woot in PHP. Has anyone ever coded in it before? See, C++ takes maybe 5-6 years because you can code anything worthwhile with it, and then it takes 1-2 years to code that! So I want to learn C# and then when Xubl is released..no idea when, but it will be a while, so I have a long time to learn, I plan to code my game using the Xubl engine. For the time being I'm going to still use DarkBASIC though.
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
C#
Jul 30, 2005 18:16:27 GMT -8
Post by Bradley on Jul 30, 2005 18:16:27 GMT -8
If you're using DarkBASIC why don't you learn VB.NET instead? It has all the same features as C# since they're both based on the .NET Framework. You can refernece or link to a VB.NET DLL in C# and a C# DLL in VB.NET or even a J# DLL in either. It'd probably be a much easier transition from DarkBASIC to VB.NET...
What is Xubl?
|
|
xubl
inherit
-149489
0
Dec 2, 2024 12:38:53 GMT -8
xubl
0
January 1970
GUEST
|
C#
Jul 30, 2005 20:49:12 GMT -8
Post by xubl on Jul 30, 2005 20:49:12 GMT -8
If you're using DarkBASIC why don't you learn VB.NET instead? It has all the same features as C# since they're both based on the .NET Framework. You can refernece or link to a VB.NET DLL in C# and a C# DLL in VB.NET or even a J# DLL in either. It'd probably be a much easier transition from DarkBASIC to VB.NET... What is Xubl? Xubl is a game engine..that uses C# Really awesome game engine too, by the way. It's going to be the future of gaming.
|
|
inherit
8696
0
Jan 3, 2024 23:35:38 GMT -8
The Dark Knight
Hope is a dangerous thing.
38,980
April 2003
avtar
|
C#
Jul 30, 2005 22:47:56 GMT -8
Post by The Dark Knight on Jul 30, 2005 22:47:56 GMT -8
Both of us could learn C# together Zoey, I've got plenty of e-Books on C#. ;D
|
|
xubl
inherit
-149491
0
Dec 2, 2024 12:38:53 GMT -8
xubl
0
January 1970
GUEST
|
C#
Jul 31, 2005 7:29:25 GMT -8
Post by xubl on Jul 31, 2005 7:29:25 GMT -8
Both of us could learn C# together Zoey, I've got plenty of e-Books on C#. ;D ;D *pokes Tar*
|
|
inherit
11234
0
Oct 24, 2012 19:48:57 GMT -8
maxxx
6,077
July 2003
nightmare
|
C#
Jul 31, 2005 18:55:56 GMT -8
Post by maxxx on Jul 31, 2005 18:55:56 GMT -8
I have an uncle who is working as a Project Manager for a project thats being done in C# and i dont know how hard/easy it is to learn but it is supposedly a very powerful language, like C from which its derived. So, yah you could definitely make an engine in it once youve got the language down but it might be tricky to learn.
|
|
inherit
g4m3 0v3r
771
0
Jul 18, 2011 18:29:23 GMT -8
David (Monty)
3,669
December 1999
mbarker22
|
C#
Jul 31, 2005 19:49:00 GMT -8
Post by David (Monty) on Jul 31, 2005 19:49:00 GMT -8
C# is much like Java and C++, it's not that hard to learn.
I just got the compiler the other day. Let's learn it at the same time! ;D
|
|
xubl
inherit
-149494
0
Dec 2, 2024 12:38:53 GMT -8
xubl
0
January 1970
GUEST
|
C#
Aug 2, 2005 11:15:31 GMT -8
Post by xubl on Aug 2, 2005 11:15:31 GMT -8
;D *Licks Monty* Max, no no, I don't want to code an engine with it. I'll already have an engine. It uses C# though so I need to learn C#.
|
|
squalleh
inherit
-149495
0
Dec 2, 2024 12:38:53 GMT -8
squalleh
0
January 1970
GUEST
|
C#
Aug 2, 2005 12:04:35 GMT -8
Post by squalleh on Aug 2, 2005 12:04:35 GMT -8
I have an uncle who is working as a Project Manager for a project thats being done in C# and i dont know how hard/easy it is to learn but it is supposedly a very powerful language, like C from which its derived. So, yah you could definitely make an engine in it once youve got the language down but it might be tricky to learn. C#, Microsoft's take on Java mixed with a little C++ power and Visual Basic quirkyness. Personally I'm not so interested in the language. I'll sooner learn Java, which I am interested in. But, if I can get my hands on the .NET studio I may just give it a shot.
|
|
inherit
22517
0
Apr 30, 2009 18:49:13 GMT -8
Bradley
Has a new webhost. :) Needs to transfer a lot of stuff. :-/
5,246
April 2004
ccworldwebmaster
|
C#
Aug 2, 2005 16:22:24 GMT -8
Post by Bradley on Aug 2, 2005 16:22:24 GMT -8
;D *Licks Monty* Max, no no, I don't want to code an engine with it. I'll already have an engine. It uses C# though so I need to learn C#. You don't need to learn C# just a .NET language since they all are complied into MSIL before they are actually run. I've made a lot of projects in VB.NET that use C# controls. You could learn VB.NET, C#, J# (basically Java), C++ (but has limited functionality), or even something like C or Eiffel with a plug-in.
|
|
xubl
inherit
-149497
0
Dec 2, 2024 12:38:53 GMT -8
xubl
0
January 1970
GUEST
|
C#
Aug 2, 2005 20:34:54 GMT -8
Post by xubl on Aug 2, 2005 20:34:54 GMT -8
;D *Licks Monty* Max, no no, I don't want to code an engine with it. I'll already have an engine. It uses C# though so I need to learn C#. You don't need to learn C# just a .NET language since they all are complied into MSIL before they are actually run. I've made a lot of projects in VB.NET that use C# controls. You could learn VB.NET, C#, J# (basically Java), C++ (but has limited functionality), or even something like C or Eiffel with a plug-in. But I said I wanted C# so
|
|