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.
Pages: 1
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!
I wish you luck. BAD LUCK! MUHAHAHA!!!!
Jk, good luck. Make a bot for me.
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.
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)
Hi Cheatsman99
Good luck
Nice to know there's another mind eager for learning
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
I sincerely hope you aren't learning C# in pursuit of writing a bot for EE...
Offline
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.
*u stinky*
Offline
@Atilla: VS can lag? :O
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
Good luck exploding your brain for nothing
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
Pages: 1
[ Started around 1738676915.5905 - Generated in 0.050 seconds, 12 queries executed - Memory usage: 1.46 MiB (Peak: 1.6 MiB) ]