Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

cheatsman99
Guest

Finally learning C#

After weeks of thinking about learning coding, I decided to start learning it for sure. This will be a long journey ahead of me, but I'm sure I will make it through. I usually never give up on things. Wish me luck!

#2 Before February 2015

xputnameherex
Guest

Re: Finally learning C#

I wish you luck. BAD LUCK! MUHAHAHA!!!!

Jk, good luck. Make a bot for me.

#3 Before February 2015

Poorsoft
Guest

Re: Finally learning C#

cheatsman99 wrote:

After weeks of thinking about learning coding, I decided to start learning it for sure. This will be a long journey ahead of me, but I'm sure I will make it through. I usually never give up on things. Wish me luck!

What are you using to help you with your studies, because I am considering that too. Anyway, good luck...... friend.

#4 Before February 2015

cheatsman99
Guest

Re: Finally learning C#

Poorsoft wrote:
cheatsman99 wrote:

After weeks of thinking about learning coding, I decided to start learning it for sure. This will be a long journey ahead of me, but I'm sure I will make it through. I usually never give up on things. Wish me luck!

What are you using to help you with your studies, because I am considering that too. Anyway, good luck...... friend.

I am using the tutorial at: http://www.csharp-station.com/Tutorial.aspx

Last edited by cheatsman99 (Feb 4 2012 10:53:16 pm)

#5 Before February 2015

jeffreyshi1345
Guest

Re: Finally learning C#

Hi Cheatsman99 //forums.everybodyedits.com/img/smilies/tongue

Good luck //forums.everybodyedits.com/img/smilies/tongue

#6 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Finally learning C#

Nice to know there's another mind eager for learning //forums.everybodyedits.com/img/smilies/smile

Some advice and starters:
StackOverflow.com is your wife.
Visual Studio 2010 is your best friend. Use it to write in.
Console applications are your friend too.
GUIs... not so much.

And now random code.

       Console.WriteLine("Good luck!");        string s = Console.ReadLine();        switch (s)        {            case "No thanks":                Console.WriteLine("\n" + "Forget you! ^_^");                break;            case "Sure!":                Console.Write("\n" + "Have a cookie, best friend." + "\n");                Console.ForegroundColor = ConsoleColor.DarkYellow;                Console.Write("(::)");                break;            default:                break;        }        Console.Read();


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#7 Before February 2015

Kaslai
Official Caroler
From: SEAͩT̓͑TLͯͥͧͪ̽ͧE͑̚
Joined: 2015-02-17
Posts: 787

Re: Finally learning C#

I sincerely hope you aren't learning C# in pursuit of writing a bot for EE...

Offline

#8 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Finally learning C#

I don't really use Visual Studio, only for one reason, it lags.
Instead, I use the less laggier, MonoDevelop. It's pretty much the same concept.


signature.png
*u stinky*

Offline

#9 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Finally learning C#

@Atilla: VS can lag? :O

Aslai wrote:

I sincerely hope you aren't learning C# in pursuit of writing a bot for EE...

How is that a bad thing?

Tbh, I'm moderately content in programming languages being popular here. It attempts to... justify the the immature.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#10 Before February 2015

Chidore
Guest

Re: Finally learning C#

Good luck exploding your brain for nothing

#11 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Finally learning C#

Chidore wrote:

Good luck exploding your brain for nothing

What.

It's a very useful skill; speaking a programming language.

And I would not consider it... brain explosive; especially for leisure.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

cheatsman99 1423655130306302

Board footer

Powered by FluxBB

[ Started around 1738677305.1498 - Generated in 0.990 seconds, 14 queries executed - Memory usage: 1.46 MiB (Peak: 1.6 MiB) ]