Pointer Solve
-
Saturday, January 05, 2013 10:08 AM
Hello everyone,
I'm thinking of how to overcome this issue... any alternative..
int n; char a[] = "hello world"; n = strlen(a); char b[a];
How to set b variable, dynamically ?
All Replies
-
Saturday, January 05, 2013 8:07 PMModerator
Hi NirmalJose,
Thank you for your question. The purpose of this forum is to support the Open Specifications documentation. You can read about the Microsoft Open Specifications program here, http://www.microsoft.com/openspecifications/en/us/default.aspx
It looks like your question does not fall within that scope. Your question may be more applicable to this forum, http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/threads
Regards,
Vilmos Foltenyi - MSFT- Edited by Vilmos Foltenyi MSFTMicrosoft Employee, Moderator Saturday, January 05, 2013 9:03 PM
- Marked As Answer by Vilmos Foltenyi MSFTMicrosoft Employee, Moderator Monday, May 20, 2013 4:48 PM

