i need help with my System Analysis and Design course. i am currently making a system for a tutorial company. what language do you guys think is best suitable for this kind of system? can anyone help me with this? thnx for ur suggestions..... :thumbup1:
HELP!
Started by rOii, Jul 17 2010 06:44 AM
8 replies to this topic
#1
Posted 17 July 2010 - 06:44 AM
|
|
|
#2
Posted 17 July 2010 - 08:33 AM
First questions: web based or standalone application? What operating systems will it run on if it's standalone?
Choosing C++ for a web app would be kind of silly, as would PHP for a standalone app, or C# for a cross-platform app.
Choosing C++ for a web app would be kind of silly, as would PHP for a standalone app, or C# for a cross-platform app.
#3
Posted 17 July 2010 - 10:10 AM
you said you need help with a course. So is it your homework? If so, what does the course staff recommend?
#4
Posted 18 July 2010 - 06:08 PM
@wingedpanther: we are planning to make it stand alone in a windows 7 or xp os. what do you think is the best choice? thank you sir.
@bobdark: it's a project sir. it's like a thesis. our course staff told us that it is our choice of what language to use. we are on our own. :(
@bobdark: it's a project sir. it's like a thesis. our course staff told us that it is our choice of what language to use. we are on our own. :(
#5
Posted 18 July 2010 - 09:34 PM
Java has simpler memory management than C/C++ and is more liked by teaching institutions to be used for it's relatively newness for a standalone application. I'd recommend you plot out what features you need, and look into the algorithm examples you can find in each language. Java provides some pretty nice algorithm sets.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#6
Posted 19 July 2010 - 03:54 AM
yeah for me java is good in algo but my problem is the interface. i think java is not that good in GUI.
#7
Posted 19 July 2010 - 04:34 AM
I don't think java isn't good in GUI it's just a lot of code to write^^. Probably not more or less than other languages. If i recall correctly it's a disaster to write in c :D
C# may look easier for GUI as you can actually draw it with the mouse, and drag labels etc onto it.
Java IDEs don't have this feature by default, but i think netbeans can do that too :confused:?
C# may look easier for GUI as you can actually draw it with the mouse, and drag labels etc onto it.
Java IDEs don't have this feature by default, but i think netbeans can do that too :confused:?
#8
Posted 19 July 2010 - 09:07 AM
The next question becomes: what languages do you know? If you are strong in Java, it'll take less work to do that than learn a whole new language. A bigger question, however, is "What is the software supposed to do?"
#9
Posted 20 July 2010 - 02:57 AM
the software features enrollment system, compilation of records and billing system. well i know a little java, c, php and some vb. im looking for the easiest or the best language that do GUI design


Sign In
Create Account

Back to top









