Hi
Why isn't assignment to global variables allowed?
ThanksCode:int t; t = 9; // error C2086: 'int t' : redefinition int main() { return 0; }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |