cplusplus.com
C++ : Users : mogha
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: mogha
Public profile
Send private message


User profile: mogha

User info
User name:mogha
Email:ankitmogha@rediffmail.com
Name:Ankit Jain
Location:Gurgaon
Bio:Working as developer in Aircom international
History
Joined:
Number of posts:10
Latest posts:

need help with remove duplicate in a array using functions
I will recommend to use STL(standard template library) instead of arrays it is fast and easy to writ...

expat
Hi, I need information how to handle comments in xml using expat library. We have comment handle...

counting # of digits
Try the below code snippet #include <iostream> using namespace std; int main() { long A; ...

Why Does This Compile But Have No Output?
As per my understanding Example2.dat file contains all the template data and you need to compare the...

Why Does This Compile But Have No Output?
There are few problem with the code above while condition should be like this while(!file.eof() ...