semiautomatix
Honorary Master
I must admit we still use Delphi for certain commercial applications, though we are pushing to move everything to Java - .net (mostly) forces you to a Windows platform.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
By table do you mean something like panel or richedit or do you mean three forms?
Would i get penalized for actually coping the lesson database from an actual tutorial CD or something?
By table do you mean something like panel or richedit or do you mean three forms?
Would i get penalized for actually coping the lesson database from an actual tutorial CD or something?
Ok wont i need to use ado or bde or will those work with page control?Well I used a pagecontrol, on each tab I had a separate part of the program (less complicated than having multiple forms etc, you can also then hide/disable the tabs that you don't want the user to see at the time.)
In my proggie I displayed the Lesson title as a label, and then the lesson would be displayed in a richedit.
No, I doubt you be penalised, why would they? You might score marks by using an existing one( you writing the interface etc). However I think you should write your own lessons etc. Simple is better, if your program does the basics very well then you should be able to get an A easily. AFAIK there are 5 marks that go to "advanced programming" which is basically anything that they haven't taught in class - so to get those 5 marks just make sure that you makes fancy sounds or something depending on what happens (or a win animation, song or something).
(honestly 2 hours, WTF? It cannot possibly take that long)
Ok wont i need to use ado or bde or will those work with page control?
Hmmm... in the real world I cut and paste from web sources all day long (with a little customisation, of course). If the material is not copyright, I see no problem. :/
There is a difference between "real world" and "school" though.
I also use plenty of on-line code daily, but in a school environment one is expected to do it yourself.
*Sigh* I remember doing tones of this stuff when I was in matric, lol. Databases + Delphi, but Delphi is soo limited and quite frankly n00b compared to .net and C#![]()
OH 1 more thing can someone please explain Object orientated programing how is it different from procedural?
Oh yeah? Well no one asked youIn very simple terms,
Object Orientated = The use of objects and inheritance. The preferred style of programming.
Procedural = "Top down" style of programming. Can lead to redundant code if not used correctly.
Sounds like a question from an exercise if you ask me![]()
i mean the code is exaclty the same all you add is some stupid class BIG DEAL...