Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Beginnering Visual Basic 2010 Express
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="St4nley" data-source="post: 230861" data-attributes="member: 31081"><p>Meh you're choice a lot of people will say c# because they automatically think "OH GOD ITS A C LANGUAGE I NEED DAT" when thats not the case at all, many languages are needed not just the C family. Java is really nice i can also link you to great tutorials where in 4 months you'll be a master and can move on to what you want. Unless you want C# i havent done c# but ill give you an example</p><p></p><p>[CODE]// Hello1.cs</p><p>public class Hello1</p><p>{</p><p> public static void Main()</p><p> {</p><p> System.Console.WriteLine("Hello, World!");</p><p> }</p><p>}</p><p></p><p>C#[/CODE]</p><p></p><p>[CODE]public class helloWorld {</p><p> public static void main(String[] args) {</p><p>System.out.println("Hello World!");</p><p></p><p>}</p><p>} JAVA [/CODE]</p><p></p><p>both hello world coding similiar concept basically same thing except syntax so really if you want to pursue a career in coding both C# and java will be needed no questions about that. And java is taught at grade 12 if you take computer science</p></blockquote><p></p>
[QUOTE="St4nley, post: 230861, member: 31081"] Meh you're choice a lot of people will say c# because they automatically think "OH GOD ITS A C LANGUAGE I NEED DAT" when thats not the case at all, many languages are needed not just the C family. Java is really nice i can also link you to great tutorials where in 4 months you'll be a master and can move on to what you want. Unless you want C# i havent done c# but ill give you an example [CODE]// Hello1.cs public class Hello1 { public static void Main() { System.Console.WriteLine("Hello, World!"); } } C#[/CODE] [CODE]public class helloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } JAVA [/CODE] both hello world coding similiar concept basically same thing except syntax so really if you want to pursue a career in coding both C# and java will be needed no questions about that. And java is taught at grade 12 if you take computer science [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Beginnering Visual Basic 2010 Express
Top