|
Friday, 15 September 2006 13:58 |
|
I have been picking up C++ more seriously lately, especially since it is the language we're using in one of my Computer Science classes. It is actually quite exciting to be learning how C++ works. I've done quite a bit more work in C for other classes and on my own. I like C++ a lot more so far, it seems like a much better way to organize, especially the object oriented nature of it. So I've also been trying to research more about programming for the web through CGI. It is extremely easy to run any program as a CGI program, all you need to do is write to standard output and set an HTTP Content-type header and you're gravy. The main tasks that I want to be able to do in C++ for the web are: - Database Access
- Session-like capabilities
- XML parsing
I know there's libraries out there, I just need to figure out how to incorporate everything. If anyone has advice please let me know.
|