RSS
 

what is better for creating a multiplayer online card game with AI bots and a clientt/server app. C# or C+?

05 Jun

what is better for creating a multiplayer online card game with AI bots and a clientt/server app. C# or C+

 
2 Comments

Posted in Uncategorized

 

Tags: , , , , , , , ,

  1. Somethign

    June 5, 2010 at 1:10 pm

    It’s C++, not C+. I personally think that C# has better data abstraction, so it may be easier to work with C#, but C++ has more horsepower, and is also good for it. It doesn’t matter what language. Just know what you intend to make.

     
  2. My name's none of your busin

    June 5, 2010 at 2:07 pm

    Both give the same effect once your code is compiled, so use the one you are comfortable with.