hieurl's world

SDL first step

Posted in CS422, Projects by Hieu T. Luong on June 3, 2010

Our team for CS422 has decided to develop a small game for the final project, so I asked my cousin who has already developed a similar one in the past. He told me to try SDL, so I spent few hours with it.
Now I can load images, set transparent, load text with external font, detect event, and few small things. There’re still a lot ahead :-<
SDL library first demo

Back to the Winform things

Posted in CS422, Projects by Hieu T. Luong on June 3, 2010

An assignment from cs422, I have to create a simple form to view/insert/edit/delete some information of few students. It’s quite boring, but it’s an assignment :-<
It took me about 2 hours to code, but the I had to spend the same amount of time to install SQL Server, and solve the problems relating to M$'s stuff :(
The only thing to worry is, if the TAs be able to run the program correctly with the database connection as it is different on each computer. I put the connection string into a text file, and created a "user guide" telling him that he has to edit the file with his connection string, but not sure if it would work :(
Here it is if you're interested (but I'm quite sure you don't). I used VS2010 and SQL Server 2005. (I hope no one will steal my code again like in cs162!)
My program

http://www.mediafire.com/?ygwjfyzakij

Follow

Get every new post delivered to your Inbox.