User profile: satm2008

User info
User name:satm2008
Name:S A
Location:Toronto, Canada
Bio:IT solution developer and have been working in C/C++/Oracle/SQL and OO Design & Analysis.

Favourites: C/C++ and SQL

History
Joined:
Number of posts:148
Latest posts:

plug-in style code
I forgot to mention that the library (or Rulex class) would be supplied as a file that to be linked ...

plug-in style code
Hi my fellow experts, may be you guys could help me and feed a food for thought. I am designing a co...

Double pointer,memory leak?
Yeah, as guestgulkan suggested, it is a good idea to check if the pointer is already pointing to som...

Double pointer,memory leak?
The code for allocation and deallocation seems to be alright and it may not be the culprit for memor...

Freeing allocated memory from a vector!
In simple, iterator is a type of pointer that is of same type your container or vector associated wi...