Learning VBCan someone give me some links on how to start in coding? I want to start in VB and work my way up to Java In order like this : VB C# C++ Java
Originally Posted by Lunari Can someone give me some links on how to start in coding? I want to start in VB and work my way up to Java In order like this : VB C# C++ Java First off, come to the programming section. 2nd off, Visual Basic and C# are pretty much the same thing with different Syntax. You don't need to learn a language as a prerequisite to another, just start learning the one you want
Originally Posted by Kallisti First off, come to the programming section. 2nd off, Visual Basic and C# are pretty much the same thing with different Syntax. You don't need to learn a language as a prerequisite to another, just start learning the one you want VB .
Originally Posted by Lunari VB . Why does everybody think VB is the best thing to start with? It's easy in the beginning but then you realize you can't do things that are fundamental in other languages, like void pointers. And why would you learn Visual Basic, then C# (SAME THING AS VB WITH DIFFERENT SYNTAX), something like C++, THEN JAVA!? Going from C++ to Java is like kicking yourself in the testicles. You lose a lot of features that you'd be using a lot if you were a good C++ programmer.
Originally Posted by Kallisti Why does everybody think VB is the best thing to start with? It's easy in the beginning but then you realize you can't do things that are fundamental in other languages, like void pointers. And why would you learn Visual Basic, then C# (SAME THING AS VB WITH DIFFERENT SYNTAX), something like C++, THEN JAVA!? Going from C++ to Java is like kicking yourself in the testicles. You lose a lot of features that you'd be using a lot if you were a good C++ programmer. Where can i learn C++ Then?
Originally Posted by Lunari Where can i learn C++ Then? 1.cprogramming.com is good for beginners 2.A well written book and a lot of practice