salamat sa mga ni tambag. mada ra nig smile. cmd ra man pd ang gamiton.
salamat sa mga ni tambag. mada ra nig smile. cmd ra man pd ang gamiton.
mas ok ang php pag enrollment system
using c program mao man na ang pinaka basic sa programming. to build that program you need taas2x gyod ang coding ana but for sure dili kaau libog.anama lang compile para sayon ra ma trace ang error.
wala na nahuman sa amu klasmate sa una mga maau pa gani 2 sila mu program.. broad man gud kaau.. library sys. nlnag pareha sa amu ma b.. na designan pa to namu murag turbo c ang design
Gudluck!
perti jd lisora. paita.
Last edited by micey; 03-13-2013 at 08:50 PM.
hint for faster development...
1. pangita ug Codes how to access any database file like mySQL or dBaseIII
2. Use a lot of Void procedure calls and result sets para ma isolate imong codes based on its purpose.
3. Ayaw pag huna-huna sa imong look sa program kay nka commandline ra mo mao nai maka samot ug ka dugay inyo.
4. Focus on High-school enrollment system not College, ma buang ka ana...
5. 4 processes only - Registration / Enrollment / Payments / individual Printout and batch Printing.
Good luck... I'm a pascal programer using Delphi but every system always have it's similarities...
lisura anang C nga enrollment System oi. hahahahha.. ingna imo teacher TS "ma'am give me 2-5 years to complete this project"
pro kong command line rani payter ra.
i lahi imong dataAccess, og logic para di ka mag libog.
pag design og sakto nga datastructure nga kahinanglan nimo.
ig himo nimo sa function dapat distinct ilang trabaho dili sagol2x
Last edited by silent-kill; 03-21-2013 at 04:13 PM.
@TS,
if you've learned anything from your class regarding basic C programming and data structure, then making an enrollment system in C is not that hard.
And I don't think you are required to use Database for storing the records, I think you only need to store and do the manipulation in files, i.e. Data structures and File structures lessons.
as a start breakdown everything.
1. What information thus a Student record have? list it down on a piece of paper. Ex: first name, last name, birthdate, etc.
2. From the list you have above, determine the FLOW of your system, you can use any diagram, ang purpose is maklaru ang "FLOW" sa imo system.
3. Review the following;
A. Data structures
- structure declaration
- linked lists
B. Arrays
C. File handling
- open
- reading and writing file
- reading and writing structure to a file
4. Apply what you've reviewed.
5. You can start by writing your menu like;
1) to insert data
2) to retrieve data
Enter number for operation: _
...
Later you can create your UI, based from the core functionality you have
.....
BUT if the requirements is to make an enrollment system as a Desktop Win 32 application, then that's another story, you will need to learn Windowing and some APIs, but I doubt na mao na ang gipabuhat sa nyu maestro..highly doubt it, since no school in Cebu teaches win32 or explores C programming beyond a data and file structures.
Dili man mohatag ang instructor ug assignment or project na wla sa scope sa inyu gidiscuss siguro oi.
If wla ka ka gets sa ako guides sa taas, then better shift course as early as now or next school year,
C is just a programming language, its how you analyze and solve the problem that matters, so if your not up to the challenge, then better quit as early as you can
PS. last tip, ayaw cge DOTA oi, concentrate panagsa sa skwela![]()
Last edited by cebugdev; 03-21-2013 at 11:24 PM.
ms sql to be easy in deployment
Similar Threads |
|