| re: help with the project
"Aditi" <drool.galz@gmail.com> wrote in message
news:1119433400.973039.196110@o13g2000cwo.googlegr oups.com...[color=blue]
> hi all...i m a software engg. student completed my 2nd yr...i have been
> asked to make a project during these summer vacations...and hereby i
> would like to invite some ideas bout the design and implementation of
> an APPLICATION MONITORING SYSTEM....i have to start from scrach so
> please tell me how to go bout it rite from the beggining this is the
> first time i m making a project of this complexity...
> i have to make a system used by the IT department of a company which
> contains 31 applications and their details which are being used in a
> company ...the details are...
> Application sub application catagory platform language version IT
> owner functional owner remarks source code documentation last updated
> dates
> i want to design a system such that it lets the it employee enter the
> name of the application and gives him all the details about it...please
> suggest an appropriate design and the language which you think would be
> best to use...as i have enouf time with me and i can learn a new
> language as well...i currently know c and c++...your advise is welcomed
>[/color]
You're not going to like this response...
I sure hope that company doesn't see this post! Aside from the poor English
(esp. the lack of puncuation and capitalization), it would hardly give them
confidence in your ability to do the work, would it?
Have you gathered all the details about those, umm, "details" you mention?
You know, things like, what are the data types, what are the sizes of the
fields, where will you get the data from, how do they want it presented,
what operating system(s) does it ned to run under, etc.?
After 2 years of study, you should be able to design a program that lets a
user enter a string and then show them some information. That's trivial.
What part are you having trouble with? Have you even tried to work on this
yet?
I'd suggest you first get the *complete* requirements, including exactly
what they expect from the program and exactly what the data is and where it
will come from. Then you can work on designing something that will meet
those requirements.
Then come back here when you have a C++ _language_ issue, which is what is
duscussed on this forum.
-Howard |