Page 1 of 1

C# Help

PostPosted: 28 Feb 2011, 21:02
by adrix300
I was looking for help with C# with making custom commands for McForge.
I did make a reference in Visual Studio but I need help with explaning the string and p, player

Re: C# Help

PostPosted: 26 Mar 2011, 01:11
by dzienny
adrix300 wrote:I was looking for help with C# with making custom commands for McForge.
I did make a reference in Visual Studio but I need help with explaning the string and p, player


I think you should first get a general idea of how things work in objective oriented programming. Thus read some tutorials online, preferably more than one or if you have access to some book about c# it would be even better to read it. It's normal that you can't find everything in one tutorial/book. But it's fine for beginning. And make use of msdn database regullary. Here's a link to string class methods (for Framework 3.0, btw you should also know what's the general idea of framework ;) check wikipedia )>>
Code: Select all
http://msdn.microsoft.com/en-us/library/system.string_methods(v=VS.85).aspx
.