08-11-2010, 02:56 PM | #11 | ||
Blue Psychic, Programmer
Join Date: Feb 2007
Location: Home!
Posts: 8,814
|
Quote:
When speaking about comments, it's stuff you can put in the code that the program ignores. This lets you leave yourself notes. For example: PHP Code:
PHP Code:
PHP Code:
The best thing about this is that I'm not actually writing PHP code. Or am I? Well, it's both. If you pick up any language but Visual Basic, the code is in many cases exactly the same. Because most languages have a C-like syntax, it lets you focus on the differences rather than starting over every language. Code:
'This is how it would look in Visual Basic. This line is a comment. Dim intNumber1 as Integer Dim intNumber2 as Integer Dim intSum as Integer intSum = intNumber1 + intNumber2 That said, I'll agree that C# is a great place to start if you actually want to be serious about programming. VB has a lower learning curve and does mostly the same stuff, but it's verbose and less structured. C# has the benefit of .NET like VB, but it's got a much better structure, which might be helpful for self-teaching. That's why I suggested he take it up in stages. I personally think everyone should know some HTML and CSS. If he can get used to hammering out code and get into programming by way of Javascript, it's a much smoother transition, especially since Javascript also has a C-like syntax.
__________________
Quote:
Journal | Twitter | FF Wiki (Talk) | Projects | Site |
||
08-11-2010, 03:07 PM | #12 | |
Sent to the cornfield
|
Quote:
I don't know about over there but coding courses over here are expensive as shit and no more innovative than "This is how you code- you could have read this on the internet for free". But if you want a career in it it is highly likely ou'll need to do a course for the certification anywa. |
|
08-11-2010, 07:06 PM | #13 |
Ferbawlz!
Join Date: May 2007
Posts: 665
|
For data systems management, i.e. IT Director, you will be surprised at how much a background in construction and electrician will help you.
|
08-11-2010, 08:30 PM | #14 |
Action Hank ain't got nothin on me.
Join Date: Oct 2004
Posts: 527
|
I personally found all my programming class lectures worthless, but they did offer one thing that I may not of been able to do on my own unless I was extremely dedicated.
They made me program applications to help learn parts you can only really learn by doing it. They give you good guidelines to make example programs of what you'd need to do in the future. The lecture you can learn online for free, but you aren't forced to code an app that does everything that you learned with online. It's up to how selfmotivated you are if a class is right for you or not. For me it wasn't. I taught myself everything I need to know(that the class was going to teach me) in a fraction of the time and found all the exercises and labs rather trite. I can see how it will help people though is why I bring it up. Actually, its why I swapped majors because I began to hate coding due to school(Im back to being in love with it and wish I had stuck with it though) Last edited by Yumil; 08-11-2010 at 08:32 PM. |
08-12-2010, 02:50 AM | #15 | |
for all seasons
|
Quote:
__________________
check out my buttspresso
|
|
|
|