Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-05-2008, 10:52 PM   #1 (permalink)
Born to rule....
 
KingTheRuler's Avatar
 
Join Date: May 2008
Posts: 10
Default 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.
KingTheRuler is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-05-2008, 12:02 PM   #2 (permalink)
In The Zone
 
ruturaj3's Avatar
 
Join Date: Feb 2007
Location: Mumbai
Posts: 214
Default 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.
ruturaj3 is offline  
Old 31-05-2008, 03:17 PM   #3 (permalink)
Born to rule....
 
KingTheRuler's Avatar
 
Join Date: May 2008
Posts: 10
Default 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.
KingTheRuler is offline  
Old 31-05-2008, 04:16 PM   #4 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default 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"
FilledVoid is offline  
Old 31-05-2008, 06:21 PM   #5 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default 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
dheeraj_kumar is offline  
Old 01-06-2008, 09:21 AM   #6 (permalink)
Born to rule....
 
KingTheRuler's Avatar
 
Join Date: May 2008
Posts: 10
Default 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.
KingTheRuler is offline  
Old 01-06-2008, 04:34 PM   #7 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default 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
dheeraj_kumar is offline  
Old 02-06-2008, 01:03 AM   #8 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default 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"
FilledVoid is offline  
Old 02-06-2008, 12:50 PM   #9 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default 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
dheeraj_kumar is offline  
Old 03-06-2008, 11:42 PM   #10 (permalink)
Born to rule....
 
KingTheRuler's Avatar
 
Join Date: May 2008
Posts: 10
Default Re: Synopsis help required

Quote:
Originally Posted by dheeraj_kumar View Post
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.
Attached Images
File Type: jpg Transition_diagram.jpg (70.0 KB, 2 views)
File Type: jpg DFD.jpg (70.5 KB, 3 views)
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
KingTheRuler is offline  
Old 03-06-2008, 11:45 PM   #11 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default 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
dheeraj_kumar is offline  
Old 04-06-2008, 12:04 AM   #12 (permalink)
Born to rule....
 
KingTheRuler's Avatar
 
Join Date: May 2008
Posts: 10
Default Re: Synopsis help required

Quote:
Originally Posted by dheeraj_kumar View Post
Upload images at sites like imageshack.us and embed it here.


Link to DFD: http://img442.imageshack.us/img442/4337/dfdrv4.jpg

Transition Diagram: http://img71.imageshack.us/img71/934...diagramdm9.jpg
__________________
AMD Athlon X2 4800+, Asus M2NPV-MX, 4x1GB 800Mhz Kingston, 160GB SATA2, 7600GT PCI-Ex, Sansung DVD+RW SATA, 17'' LG CRT.
KingTheRuler is offline  
Old 04-06-2008, 09:50 AM   #13 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default 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
dheeraj_kumar is offline  
Old 04-06-2008, 11:50 AM   #14 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default 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"
FilledVoid is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Required kunaltech QnA (read only) 10 31-03-2008 12:22 AM
help required kunaltech QnA (read only) 5 01-03-2007 06:29 PM
Help Required AssmbLLYCoder Open Source 9 12-08-2005 08:15 PM
SOS-Help required with AMD del_x CPU / Motherboards 5 10-08-2004 05:53 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:02 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2