I taught myself C long long ago when I was a teenager. I got more into 3D graphics about the time C++ came out so never really migrated to C++.
Now, I CAN actually follow the code to some extent. But what I'm finding hard to figure out is where specific functions of the code are located. I can successfully compile the source and it runs fine with no modifications, so at least that's a good start.
As the subject describes. What I wanted to add was basicly just to simply timestamp messages recieved in the public channel of the hubs. But for the life of me I can't find where the function is that listens and then sends the username and message to the public frame(window). In case I'm not being very clear due to my lack of C++ terminology. Here's a small example..
<JSable> hey, does anyone have the url for dc++'s forums?
<arnetheduck> yeah, its.. dcplusplus.sourceforge.net/forum
and what I'm looking to do would be this...
[03:18] <JSable> hey, does anyone have the url for dc++'s forums?
[03:24] <arnetheduck> yeah, its.. dcplusplus.sourceforge.net/forum
Something I know is so trivially easy. If I could just find the damn function call that prints that to the frame.