View previous topic :: View next topic |
Author |
Message |
poisonmuffin Cheater
Reputation: 0
Joined: 23 Feb 2009 Posts: 37 Location: At the Bakery.
|
Posted: Sat Feb 28, 2009 10:57 pm Post subject: I just started learning programing... |
|
|
Okay, so i downloaded VB and i made a web browser. Anyone know anything i should make to pratice and memorize codes? Or a good website that will tell me codes for certain commands and such. Remember, i'm a beginner.
What should i start making?
Edit: Its VB version 2008. Dunno if that helps, just pointing it out.
|
|
Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sat Feb 28, 2009 11:34 pm Post subject: |
|
|
i've found that i memorize code that i use often (i use c#)
such as the Console.WriteLine(), or Console.ReadLine();
the more you stay into programming, you memorize stuff, dont' try to memorize stuff just to memorize it, you'll learn them in time
as for websites, i just use google type what u want and add vb at the end
like for me when i started i wanted to save txt files so i did
save text file c#
_________________
|
|
Back to top |
|
 |
poisonmuffin Cheater
Reputation: 0
Joined: 23 Feb 2009 Posts: 37 Location: At the Bakery.
|
Posted: Sat Feb 28, 2009 11:38 pm Post subject: |
|
|
Okay, well. I'll work on that tomorrow. dont want to stuff my brain at 12:36pm. I suppose i'll work on the save text file tomorrow.
Keep on posting ideas or any easy things to program. I think i'm going to lean into the botting programing, like in gaia and maplestory or other online flash games.
_________________
I'm learning VB2008 programing  |
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sun Mar 01, 2009 12:53 am Post subject: |
|
|
The idea isn't just to memorize 'codes' but to learn HOW to write it.
|
|
Back to top |
|
 |
`unknown Grandmaster Cheater
Reputation: 0
Joined: 20 Nov 2006 Posts: 658 Location: You lost the game.
|
Posted: Sun Mar 01, 2009 1:08 am Post subject: |
|
|
Memorize what certain functions do, don't memorize how to use them.
Look up syntax's in the manual or something like MSDN (actually use MSDN if your using a Microsoft Compiler ). If you focus too much on remembering how to use them, it will take you more time to memorize how to write code. Also memorize good programming techniques and don't forget to save your useful snippets. Oh and always use comments, you'll love yourself for doing so.
|
|
Back to top |
|
 |
poisonmuffin Cheater
Reputation: 0
Joined: 23 Feb 2009 Posts: 37 Location: At the Bakery.
|
Posted: Sun Mar 01, 2009 8:56 am Post subject: |
|
|
okay, i'll start programing today and hopefully make great things in a year or so....But it'll be worth it..I'll probably be going to school to learn programing once i'm 18-20 so this experience now will help me out.
_________________
I'm learning VB2008 programing  |
|
Back to top |
|
 |
S3NSA :3
Reputation: 1
Joined: 06 Dec 2006 Posts: 1908 Location: England.
|
Posted: Sun Mar 01, 2009 9:26 am Post subject: |
|
|
Don't try to memorize code snippets. Try to learn how it work. what every part of it does and why. Think about how your code could be more efficient and build upon it.
_________________
~ You can find me on irc.ccplz.net x |
|
Back to top |
|
 |
Jorg hi I post too much
Reputation: 7
Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
|
Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sun Mar 01, 2009 5:14 pm Post subject: |
|
|
First, memorize all the keywords. Then get a basic idea of what APIs are needed to do a certain task. Read MSDN. It helps a lot.
|
|
Back to top |
|
 |
FirePhoenix Grandmaster Cheater
Reputation: 0
Joined: 22 Jan 2008 Posts: 575
|
Posted: Sun Mar 01, 2009 8:48 pm Post subject: |
|
|
Another piece of advice like I'm following as well is make sure you understand each concept fully otherwise you'll get confused later on.
_________________
Currently learning C++. You can't stop me babe!!! |
|
Back to top |
|
 |
|