Posted by sg on 03:50:00 08-22-2002
I have to do a (major) piece of coursework for my second year in A-level Computer Science .... , but i can't think of what to do , and time is running out , i have to get going on my project in september as school starts .. and i have 6 months to do it.. the coursework will account for 20 % of my overall grade .. in computing at the end of the year. The coursework cannot be a game,( so that kinda rulez out opengl if kagez was going to suggest me that ) The piece of coursework has to be a serious application for which there is going to be a client(s), my C skills are not that great at the moment. Any suggestions in this matter will be appreciated.. !!! If you want more info then say so ...
--------------------------------
sg , S-G , S_G Yep those are all my Nicks
Posted by KaGez on 15:54:00 08-22-2002
hey hey, OpenGL != games !
You could do a 3d model editor?
but seriously... how about a small language interpreter, or maybe even better, a database program? (ok, you won't get something like SQL in that short time, but you can code a small database in a few months )
[addsig]
Posted by sg on 17:10:00 08-22-2002
A database program would be good , and sql is probably the best option, i am not sure how to use sql with C though, could you tell me of a tutorial explaining this, i have searched for sql and C , but 99 % of the searches returned C++ and SQL ...
----------------------------
sg , S-G , S_G are all my nicks.
Posted by KaGez on 17:55:00 08-22-2002
SQL is only a standard... you can't use "SQL with C" or C++. You have to create a databse, which uses the SQL syntax to get stuff out the DB, or put it in there:
SELECT * FROM table WHERE value='stuff'
This is SQL. All databases which use this syntax are called SQL complaint databses...
[addsig]
Posted by sg on 23:20:00 08-22-2002
k , i see i was not too sure .... , thanks for clearing that up
Posted by KaGez on 01:14:00 08-23-2002
no problem, glad to help you
[addsig]