Trouble Using C++ ProgramBefore compiling the compiler looks for the stdafx.h header file in the source files either you have...
Trouble with a Do While loopI feel there is a problem with your for loops;I have not understood why ur using that <=1.
simple string reverse problemint i = 0; char str[]= {"I am doing reverse string"}; int len = strlen(str); char* pStr = str; ...
This user does not accept Private Messages