How can i learn C#?
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
How can i learn C#?
Any1 up for teaching me?
- Bloody_Llama
- Trustee
- Offline
- Posts: 324
- Joined: May 26th, 2011, 6:35 pm
Re: How can i learn C#?
Buy a book.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
uh. I am scared of booksBloody_Llama wrote:Buy a book.
- Bloody_Llama
- Trustee
- Offline
- Posts: 324
- Joined: May 26th, 2011, 6:35 pm
Re: How can i learn C#?
Even if you want to learn from the internet, a good reference book is a very handy thing to have.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
Just tell me do you know how to code in C#?
- Bloody_Llama
- Trustee
- Offline
- Posts: 324
- Joined: May 26th, 2011, 6:35 pm
Re: How can i learn C#?
That's a tricky question. The answer is a qualified yes. If you're asking if I'm good enough at it to teach you, it's a definite no.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
Well i have download the revision and everything how can i start? i have everything like visual C#
and yeh
and yeh
- Bloody_Llama
- Trustee
- Offline
- Posts: 324
- Joined: May 26th, 2011, 6:35 pm
Re: How can i learn C#?
edited for stupidity
Last edited by Bloody_Llama on January 23rd, 2012, 6:15 am, edited 1 time in total.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
I already done that
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
btw Post a WHOLE bunch
Re: How can i learn C#?
Do not attempt to mod fCraft until you learn general programming principles, and C# language specifically. Best way to teach yourself is to get a book.
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
Got no money
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
Is there an online way.
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
Online book?
Re: How can i learn C#?
If you continue to multi-post, you won't get any help from us since the thread will be locked. They've already answered your question. Best way to learn C# is to buy a book. Don't buy a book, then don't expect to learn C# that in-depth.
<+FCB1> 05+Pemalite: all the fcraft chicks reject me except element
13:04 + FCB2 │ +Pemalite: craaaaab
13:04 + FCB1 │ +Pemalite: no
13:04 + FCB1 │ +Pemalite: ill give yout the best loving ou ever ad crab
13:04 + FCB2 │ +Pemalite: craaaaab
13:04 + FCB1 │ +Pemalite: no
13:04 + FCB1 │ +Pemalite: ill give yout the best loving ou ever ad crab
Re: How can i learn C#?
I quite like reading, and I've learned my first couple languages by reading books, so I would recommend that. If you absolutely cannot find anything, try searching for online learning resources. This free tutorial/ebook looks pretty good.
If you don't have the dedication to learn C#, please stop trying to mod fCraft now.
Also, please consider using the "Edit" button if you'd like to add something to your post:
If you don't have the dedication to learn C#, please stop trying to mod fCraft now.
Also, please consider using the "Edit" button if you'd like to add something to your post:
Re: How can i learn C#?
fragmer wrote:I quite like reading, and I've learned my first couple languages by reading books, so I would recommend that. If you absolutely cannot find anything, try searching for online learning resources. This free tutorial/ebook looks pretty good.
- cartmen838213
- Offline
- Posts: 103
- Joined: August 22nd, 2011, 4:45 pm
Re: How can i learn C#?
http://thenewboston.org/tutorials.php i was recommended this by someone, it has some good tutorials and its free, use it
[20:50] <KingCrab> omg
[20:50] <KingCrab> A bear just raped me
[20:51] <+FCB2> 15EmmaNekoNya: its pedo bear!!
[20:50] <KingCrab> A bear just raped me
[20:51] <+FCB2> 15EmmaNekoNya: its pedo bear!!
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
fragmer i am learning c# from that link u gave me but how ever i try to compile an InteractiveWelcome in cmd and it isnt working
I went to the directory of the project and type in cmd:
csc InteractiveWelcome.cs
csc.exe InteractiveWelcome.cs
and it aint working
When i use:
cscript.exe InteractiveWelcome.cs
it says input error cant find extension type or something like that
I went to the directory of the project and type in cmd:
csc InteractiveWelcome.cs
csc.exe InteractiveWelcome.cs
and it aint working
When i use:
cscript.exe InteractiveWelcome.cs
it says input error cant find extension type or something like that
Re: How can i learn C#?
You should try out Visual C# Express.
It's free!
It's free!
Re: How can i learn C#?
Building fCraft from command line is not easy. Use an IDE (VisualStudio or VisualC# Express) to build the whole project/solution instead.
-
- Offline
- Posts: 24
- Joined: July 16th, 2011, 5:09 am
Re: How can i learn C#?
I know i am just basic learning i know quite some stuff.
and i already have Visual C# 2010 for the thing and am trying to compile.
and bobkair or kare do you have msn or facebook so u could teach me some stuff?
and i already have Visual C# 2010 for the thing and am trying to compile.
and bobkair or kare do you have msn or facebook so u could teach me some stuff?