fox1235 Posted July 9, 2010 Share Posted July 9, 2010 Well i'm trying to learn a programing language, and I was wondering which one I should try first,somthing for a person that never used a program language before and is only ok at math? Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 Visual Basic Link to comment Share on other sites More sharing options...
TheRedFox8 Posted July 9, 2010 Share Posted July 9, 2010 #include(iostream) using namespace std; int (main); { cout<< "I recommend C++ :D/n" return 0; } Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 #include(iostream) using namespace std; int (main); { cout<< "I recommend C++ :D/n" return 0; }C++ is by far NOT a language for a beginner programmer. >_> Link to comment Share on other sites More sharing options...
TheRedFox8 Posted July 9, 2010 Share Posted July 9, 2010 I'm not even sure I did that right, but pretty close nevertheless.C++ was my first(and only) programming language. I took a DigiPen (video game making) class at the Tri Tech skills center in Kennewick and that is what we used. Link to comment Share on other sites More sharing options...
fox1235 Posted July 9, 2010 Author Share Posted July 9, 2010 I'll guess i'll try visual basic, look for some books at the local bookstore.EDIT: I'm now installing Microsoft Visual Basic Express 2010 Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 C or C++ are probably the best languages to learn, and will pay off in the future Here are some tutorials to get you started. Link to comment Share on other sites More sharing options...
fox1235 Posted July 9, 2010 Author Share Posted July 9, 2010 C or C++ are probably the best languages to learn, and will pay off in the future Here are some tutorials to get you started.Right now I'm making a picture viewer in Visual Basic, its very easy for me.(Although it taking me along time) Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 Right now I'm making a picture viewer in Visual Basic, its very easy for me.(Although it taking me along time)Cool :) Link to comment Share on other sites More sharing options...
CrypticQuery Posted July 9, 2010 Share Posted July 9, 2010 I'll probably try out some of these when I get time, the only thing I can do is HTML :lol: Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 C++ was my first(and only) programming language. I took a DigiPen (video game making) class at the Tri Tech skills center in Kennewick and that is what we used.In high school and college the first programming languages they taught us were Visual Basic before moving on to Java then C++. VB is the best to start with for basic concepts. With regards to Digipen - they use top notch stuff for their classes. That being said it's still not the best thing to use for new programmers. Link to comment Share on other sites More sharing options...
TheRedFox8 Posted July 9, 2010 Share Posted July 9, 2010 Well, without having being exposed to the other languages (in depth) I kinda sorta get C++. I mean I can pick out and identify certain parts and how they make the program work.I can also make one that makes your computer beep. Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 In high school and college the first programming languages they taught us were Visual Basic before moving on to Java then C++. VB is the best to start with for basic concepts. With regards to Digipen - they use top notch stuff for their classes. That being said it's still not the best thing to use for new programmers.You really don't need any knowledge to get started programming with C or C++ :) Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 You really don't need any knowledge to get started programming with C or C++ I never said you did. :) Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 I never said you did. VB doesn't give you an head start in programming, it's just typical shit developed by Micro$oft :) Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 VB doesn't give you an head start in programming, it's just typical shit developed by Micro$oft Which encompasses a lot of general programming concepts that are used by the majority of programming languages....furthermore it has more of a visual design interface to it which helps a lot for new programmers. Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 Which encompasses a lot of general programming concepts that are used by the majority of programming languages....furthermore it has more of a visual design interface to it which helps a lot for new programmers. Graphical environments get in the way for a beginning programmer, as drag and dropping make variables, loops, etc a secondary concept, which the for a progammer should be a primary concern imo. I'm going off experience and other programmers' knowledge. When I started programming I started with VB, it was a waste of time I find it better using a low-level text editor. Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 Graphical environments get in the way for a beginning programmer, as drag and dropping make variables, loops, etc a secondary concept, which the for a progammer should be a primary concern imo. I'm going off experience and other programmers' knowledge. When I started programming I started with VB, it was a waste of time I find it better using a low-level text editor.I started my programming in grade 11 with Object Oriented Turing, a purely text based programming language. I personally found it a pain in the ass to have no graphical interface and navigating thousands of lines of code in programs I wrote. I guess we will just have differing opinions/preferences on this then. I started VB in college and I found it prepared me pretty good for Java and beyond. I must have learned it differently then you. Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 I started my programming in grade 11 with Object Oriented Turing, a purely text based programming language. I personally found it a pain in the ass to have no graphical interface and navigating thousands of lines of code in programs I wrote. I guess we will just have differing opinions/preferences on this then. I started VB in college and I found it prepared me pretty good for Java and beyond. I must have learned it differently then you.Yes, it's person preference and btw, you were able to take programming in High School? Wow, my HS didn't have any classes :x Link to comment Share on other sites More sharing options...
"User" Posted July 9, 2010 Share Posted July 9, 2010 Yes, it's person preference and btw, you were able to take programming in High School? Wow, my HS didn't have any classes At least you didn't have to purchase the software on a floppy disk for $80 lol Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 9, 2010 Share Posted July 9, 2010 At least you didn't have to purchase the software on a floppy disk for $80 lol Link to comment Share on other sites More sharing options...
Steve Posted July 10, 2010 Share Posted July 10, 2010 Java is what I use and have always used, I have never liked C, mostly because I started with Java and got the basics and knowledge from there. It's not that hard to learn and it's object oriented. In either ways, I hate anything that has to do with programming, even if I'm in the IT field :P Link to comment Share on other sites More sharing options...
Sabre Posted July 10, 2010 Share Posted July 10, 2010 Graphical environments get in the way for a beginning programmer, as drag and dropping make variables, loops, etc a secondary concept, which the for a progammer should be a primary concern imo. I'm going off experience and other programmers' knowledge. When I started programming I started with VB, it was a waste of time I find it better using a low-level text editor.Game map making tools are like that. The SDK project is a series of HL2 mods with just the mapping tools. Link to comment Share on other sites More sharing options...
Guest FoXXX Posted July 10, 2010 Share Posted July 10, 2010 Game map making tools are like that. The SDK project is a series of HL2 mods with just the mapping tools.What does mapping have to do with this? O_o Link to comment Share on other sites More sharing options...
Sabre Posted July 10, 2010 Share Posted July 10, 2010 It's a gui that allows you to build a level. You can expand on the basic triggers like "Button X to open door Y" to more and more elaborate stuff, within a certain limit. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now