 |
29-05-2008, 10:52 PM
|
#1 (permalink)
|
|
Born to rule....
Join Date: May 2008
Posts: 10
|
Synopsis help required
Dear All,
I have a project on Hostel Management in c++. I have to write a synopsis on my project.
But i'm facing problem to start with. Not getting points like under "Title of Project" where i have to explain why i had chosen this title and use/working/brief description about its requirement.
Its "Aim & Objective" . I'm having other details but just lacking on these starting topics.
Plz help.
Thanks.......
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
Last edited by KingTheRuler; 30-05-2008 at 12:15 AM.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
31-05-2008, 12:02 PM
|
#2 (permalink)
|
|
In The Zone
Join Date: Feb 2007
Location: Mumbai
Posts: 214
|
Re: Synopsis help required
I think "Aim & Objective" means what all things or tasks that was carried out manually in organization and u r going to make it automated.
Also how u r going to enhance the working of company. by adding new features or overcoming the drawbacks.
|
|
|
31-05-2008, 03:17 PM
|
#3 (permalink)
|
|
Born to rule....
Join Date: May 2008
Posts: 10
|
Re: Synopsis help required
I am done with these two topics....
Can anyone please tell me that in my c++ application, program is making ".dat" file so that after execution and compilation of code whenever i enter and store any data in app, it should remain there after processing, even if i restart .exe file only(not recompile the whole code).
From where i can get theory material on ".Dat file in c++" so that i can explain database in my c++ program.
One more thing....in c++ we have Flowchart to show data flow in code. Is this flowchart is same what we call DFD in VB. Is there any way of making Flowchart/DFD to show data flow in my code, in more attractive way...instead of just drawing arrows/Boxes/Diamond from "AUTOSHAPES" in word.
Thanks......
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
|
|
|
31-05-2008, 04:16 PM
|
#4 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Synopsis help required
Quote:
|
From where i can get theory material on ".Dat file in c++" so that i can explain database in my c++ program.
|
I'm guessing that your "dat file" is the datbase which you plan to store information in. Refer to your textbooks for information on Databases .
Quote:
|
One more thing....in c++ we have Flowchart to show data flow in code. Is this flowchart is same what we call DFD in VB. Is there any way of making Flowchart/DFD to show data flow in my code, in more attractive way...instead of just drawing arrows/Boxes/Diamond from "AUTOSHAPES" in word.
|
If you have Microsoft Visio use it. If you are on a different platform let me know and Ill give you an alternative.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
31-05-2008, 06:21 PM
|
#5 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
Re: Synopsis help required
Well, you can use photoshop to add effects and colours and more... and I think he should look into the File Handling section of the c++ book.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|
|
|
01-06-2008, 09:21 AM
|
#6 (permalink)
|
|
Born to rule....
Join Date: May 2008
Posts: 10
|
Re: Synopsis help required
I got information about file handling and I/O streams in c++. But not able to find out exact information about .Bat files, it's requirement, it's creation, it's mian purpose, etc.
Please suggest any online pdf file of c++ or website which can provide me this information.
Also want to know that c++ uses RDBMS system for it's database management...
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
|
|
|
01-06-2008, 04:34 PM
|
#7 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
Re: Synopsis help required
Dude you doing the dos c++? I mean turbo c++? then it doesnt use RDBMS. In fact it doesnt support databases at all. And files are created for the main purpose of storing data. They are created by the Open function in the write mode. They require some space in the disk... what else do you want? I think you better read about files once again, since you seem quite a noob in this area... and extentions like .dat do not mean anything. Its the content of the file that matters.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|
|
|
02-06-2008, 01:03 AM
|
#8 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Synopsis help required
I might be wrong but I think I recall .dat files storing as binary data. I might be wrong so you might want to check that.
Quote:
|
Well, you can use photoshop to add effects and colours and more... and I think he should look into the File Handling section of the c++ book.
|
I would seriously consider not coloring DFD's or flow charts.
Quote:
Please suggest any online pdf file of c++ or website which can provide me this information.
Also want to know that c++ uses RDBMS system for it's database management...
|
I have no clue what you are trying to do.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
02-06-2008, 12:50 PM
|
#9 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
Re: Synopsis help required
He doesnt understand file handling at all, imho. RDBMS and c++ and dat files are no way related at all. And its his choice to colour the flow charts.
dude, use very light/pale colors, not dark or outstanding ones.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|
|
|
03-06-2008, 11:42 PM
|
#10 (permalink)
|
|
Born to rule....
Join Date: May 2008
Posts: 10
|
Re: Synopsis help required
Quote:
Originally Posted by dheeraj_kumar
He doesnt understand file handling at all, imho. RDBMS and c++ and dat files are no way related at all. And its his choice to colour the flow charts.
dude, use very light/pale colors, not dark or outstanding ones.
|
Please find, snapshot of transition diagram and DFD i made for my project. Can i use it or will have to remove colours and effects.
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
|
|
|
03-06-2008, 11:45 PM
|
#11 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
Re: Synopsis help required
Upload images at sites like imageshack.us and embed it here.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|
|
|
04-06-2008, 09:50 AM
|
#13 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
Re: Synopsis help required
DFD looks so... messy. Quite unreadable. See if you can do something to the data processing boxes... it has no styles, and looks quite odd between styled boxes. Transition is okay, but I feel the black boxes with the vista-ish look(bill added, removed etc those ones) are kinda out of place... tone down the color?
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|
|
|
04-06-2008, 11:50 AM
|
#14 (permalink)
|
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
|
Re: Synopsis help required
When yo draw Any kind of Flowchart , Diagram. Always provide sufficient space. it improves readability, clarity and does not become a sore for the eye. Don't want to be nitpicking but make sure the arrow lines go straight and don't bend in between (er not the turns but the small bends in between to make sure the line reaches the vertice of a shape) . it makes it more visually appealing  . Try to keep the box sizes at most one or two measurement sizes. Its quite easy to do that all in software like Visio which is why I recommended it. Linux has different alternatives. You can do the same in a Word processor although it will be a bit tougher.
Also note that if arrows lead to the same destination then theres no harm in combining them as long as it is obvious.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|