Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

What do you write your programs in?
#1
Posted 24 December 2010 - 11:14 PM
[ Display Name History ]

What I'd like to do is learn a 'program' programming code (C++/Python/Java) so that I can design and develop personal projects that run on systems... not web browsers or with-in other programs. I want to be able to make personal chat clients, widgets, games, and so on. I'm assuming most of you have already grasped what I'm asking, because I've read up on the 'What are your current projects?' thread in this subforum.
So, what do I do? I know a bit about the aforementioned codes but I don't know which one(s) I should learn... my friend recommends Python, but that has to run through an interpreter all the time, doesn't it? - So I wouldn't be able to compile my projects and distrubte them to friends (or so I think).
Thanks for your help and time in advance,
- Skilly

#2
Posted 25 December 2010 - 01:05 AM
[ Display Name History ]

Hey fellow coders... over the years I've self-taught myself many languages of code, and I'd like to consider myself very skilled. However, my problem is, I only know web and engine-based languages - ex. php, Javascript, and random engine-specific codes. That's great if I want to build a sweet website, or mod a custom gun into a game - but I want to do more.
What I'd like to do is learn a 'program' programming code (C++/Python/Java) so that I can design and develop personal projects that run on systems... not web browsers or with-in other programs. I want to be able to make personal chat clients, widgets, games, and so on. I'm assuming most of you have already grasped what I'm asking, because I've read up on the 'What are your current projects?' thread in this subforum.
So, what do I do? I know a bit about the aforementioned codes but I don't know which one(s) I should learn... my friend recommends Python, but that has to run through an interpreter all the time, doesn't it? - So I wouldn't be able to compile my projects and distrubte them to friends (or so I think).
Thanks for your help and time in advance,
- Skilly
If you want to learn a programming language that can be utilized on multiple platforms I would suggest C++ because it seems it will never go away and every platform supports it. There is tons of documentations and ebooks avaialble to teach you how and with you knowledge of php and javascript the syntax's are very similiar. Microsoft Visual Studio is by far the best IDE to work with in my opinion. C++ is very complex and will require modivations. Now my personal favorite C# is an awesome language if you want to program for Windows. (Also MONO is available which allows you to run C# programs on other platforms). Its similiar to c++ but much easier to understand. C# is a very powerfull language and you can do just about anything in it as well. Visual Studio Website
#3
Posted 25 December 2010 - 11:44 PM
[ Display Name History ]

Java is good if you want your programs to work on all operating systems easily. I don't know much about Java, but I've heard that it's easier than C++. Someone else can probably tell you about it

Python isn't good for "real" programming in my opinion, but I sometimes use it for scripts. It can be used for larger programs, but as it requires the interpreter, Python programs are harder to share. Python is very easy to learn though.
#4
Posted 28 December 2010 - 03:45 AM
[ Display Name History ]


#5
Posted 01 January 2011 - 07:13 AM
[ Display Name History ]

99 dungeoneering achieved, thanks to everyone that celebrated with me!
♪♪ Don't interrupt me as I struggle to complete this thought
Have some respect for someone more forgetful than yourself ♪♪
♪♪ And I'm not done
And I won't be till my head falls off ♪♪
#6
Posted 14 January 2011 - 04:26 PM
[ Display Name History ]

java is a good language. But i agree with sees_all1 . dont download the GUI till you understand it. Ive learned that the hard wayJava is a pretty good language. If you decide to use it, I'd suggest you stick with notepad or gedit and the command line until you get the hang of it. When you get done with the easy, basic stuff, and want to move on to GUIs I recommend you download netbeans (not before then, banging your head against the wall makes the experience stick).

#7
Posted 14 January 2011 - 10:41 PM
[ Display Name History ]

~ Proud Father ~ Proud (Currently Deployed) Army National Guardsmen ~ Proud Lakota ~ Retired Tip.It Crew ~
#8
Posted 15 January 2011 - 05:02 AM
[ Display Name History ]

#10
Posted 20 January 2011 - 01:04 AM
[ Display Name History ]

#11
Posted 20 January 2011 - 04:40 PM
[ Display Name History ]

C/C++ , Python, assembly, Java
Assembly


#12
Posted 21 January 2011 - 04:07 PM
[ Display Name History ]

I started with Visual Basic, which was pretty good for me. Made a lot of small projects with it and making buttons etc. is really easy with it.
Then I learned Python though this: (http://ocw.mit.edu/c...-2008/index.htm Video lectures + exercises)
Python has a ton of libraries for practically anything you can think of, from writing excels to reading xml files. If the friends you want to give the programs to have knowledge of programming, you'll prolly want to give them the source code anyway, so they can just download Python, it's not like it's big or anything. If you just want to show them stuff, http://www.portablepython.com/ .
I have a little experience with C++ and the main difference between C++/Java and Python is development time vs time/resources used for running. If you have finally finished a C++/Java project, you compile and you can just run it whenever you want to. If you want to do projects in Python, you can easiliy write a bit of code, but it needs to be interpreted when you run it, which can cause slow down.
#13
Posted 21 January 2011 - 05:36 PM
[ Display Name History ]

#14
Posted 21 January 2011 - 09:34 PM
[ Display Name History ]

C/C++ , Python, assembly, Java
Assembly
Required for reversing and similar and is actually really interesting
#15
Posted 21 January 2011 - 09:43 PM
[ Display Name History ]

C/C++ , Python, assembly, Java
Assembly
Is there something wrong with assembly? I've dabbled in 6502, x86, PPC, and ARM assembly at some points. On top of that I had at one pointed created my own assembly language for a virtual processor.
Unless you mean it's not the nicest thing to program in, then I concur. At least it's better than Visual Basic (not Visual Basic .NET) haha

#16
Posted 08 February 2011 - 12:17 PM
[ Display Name History ]

#17
Posted 07 March 2011 - 10:16 AM
[ Display Name History ]

#18
Posted 12 March 2011 - 05:14 AM
[ Display Name History ]

Java is also a good starter language if nothing else. I personally started with C++. And for the sake of answering a minor question, would I be right in assuming that C++ is basically C with more functions?
I was going to eat hot dogs for dinner tonight. I think I will settle for cereal.
OPEN WIDE HERE COMES THE HELICOPTER.
#19
Posted 12 March 2011 - 09:57 AM
[ Display Name History ]

So while C++ does have more features, it's really a matter of opinion as to whether or not they're worth it. I know that Linus Torvalds isn't a big fan. [Crude language warning]
#20
Posted 13 March 2011 - 05:08 AM
[ Display Name History ]

Ah. Fair enough.C++ is a superset of C, personally I think that the added OOP functionality that C++ has really doesn't add so much to the language. Therefore I prefer C, it's minimalistic and it's still possible to apply the concepts of OOP to it (To some extent) with structs and function pointers.
So while C++ does have more features, it's really a matter of opinion as to whether or not they're worth it. I know that Linus Torvalds isn't a big fan. [Crude language warning]
I was going to eat hot dogs for dinner tonight. I think I will settle for cereal.
OPEN WIDE HERE COMES THE HELICOPTER.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users