User profile: ajh32

User info
User name:ajh32
Bio:I'm a Senior Software Engineer currently working in the UK financial sector. I program primarly in MFC C++, with experience in STL, COM, XML, XSLT.
History
Joined:
Number of posts:163
Latest posts:

clear screen not working, it requires first definition as i already define header file
Are you using Borland C++ / Turbo C++?

Any alternative for goto function?
Investigate using a [code] do { } while (...); [/code] loop :-)

void function and int function differences?
Read the following article: http://www.cplusplus.com/doc/tutorial/functions/ So, a void function i...

split date char array by delimiter
Using strtok() should resolve your problem. [code] #include <stdio.h> #include <string.h> #include ...

Solution for this question Please
Are you saying that as soon as a term is located which is a duplicate we stop searching as well? As...