Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 Thank you for taking your time. from looking at your source I am quite intreged by treating variable as a function. I never thought you can do that. Well I'll give you a some of credit for your help... |
Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 I am so sorry again! I didn't remove the unused variables like the subval, dirint.
you got the idea of what I am trying todo just that the sub is the directive word and pram is the value. As shown... |
Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 Yes, I am sorry. I'll do better next time, now I got an idea of how to form my posts. As for the description you gave was right on the nose. |
Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 Most certainly! My program is going to be an IRC Services server. At this stage of engineering I am as you see working on the configurations file routings. getting the pram variable data into the an... |
Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 sorry! I just realized I forgot the most important detail the .conf file:
/* general server configurations */
#################
#Server Settings#
#################
servername... |
Forum: C++ Nov 26th, 2006 |
| Replies: 11 Views: 1,963 hello I am new to C++. I understand pointers and references a little and I must be missing something in conf.cpp. Would you help by pointing out my errors for my pointers coding errors related to my... |