Page 1 of 1

The Capstone Project

Posted: 22 Sep 2010, 00:15
by thecakeisalie
Hello everyone, just want to start off with a little background. I am new to Chattchitto, and forums in general. I am currently attending a community college to get a associates degree in computer programming. After three semesters, this being my fourth, I have taken classes in visual basic, rpg, cobol, and presently taking c++. Next semester will be my last in which I will learn sql and java. I must also take a class called the capstone project. In order to pass the class I must learn a new programming language, teach it to the class, and write an entire program pretty much on my own. I was wondering if anyone had some suggestions on what language I should choose, and any program ideas would be nice. Most of the programs I do now are business orientated but I think that I will be able to be a little more creative with my program. Also, if you could recommend any ebooks to learn those languages would be really helpful. Thank you for your time.

Re: The Capstone Project

Posted: 24 Sep 2010, 09:31
by ChattChitto
Well all software's nowadays are Object Oriented...
I didn't get how much professional the software you wish to create should be, but If it's simple enough use C++ or JAVA.
If your looking for nice GUI go for JAVA.

Re: The Capstone Project

Posted: 24 Sep 2010, 22:03
by thecakeisalie
ChattChitto wrote:Well all software's nowadays are Object Oriented...
I didn't get how much professional the software you wish to create should be, but If it's simple enough use C++ or JAVA.
If your looking for nice GUI go for JAVA.
I suppose your right. JAVA sounds good. Now I've just got to learn JAVA. Thanks for the input and awesome site!

Re: The Capstone Project

Posted: 26 Sep 2010, 19:40
by ChattChitto
Thanks :)
By the way C++ and JAVA have the same concept.. it differs a bit, also in the naming.
Example: Methods - Functions