User profile: raghvendra26

User info
User name:raghvendra26
Email:pratap_ojha@yahoo.com
Name:Raghvendra Pratap Ojha
Location:Noida\Gonda UP india
Website:http://www.pratap.org
Statistical data
Birthdate:Dec 26, 1987
Gender:Male
Occupation:Engineer
Skills:C
C++
C++/MFC
C++/ATL
History
Joined:
Number of posts:3
Latest posts:

plz some 1 help me i stuck in this code
void test::revarray() { for(i=len-1;i>=0;i--) { b[len - i%len - 1]=a[i]; cout<<a[i]; } b[len...

plz some 1 help me i stuck in this code
here [(len-i)-1] insteed of [(len-i)-1] what is the logic for memset command if i applied before ...

plz some 1 help me i stuck in this code
//heder file??test.h #ifndef TEST_H #define TEST_H #include "stdafx.h" class test { public: char a[2...