Home
Dashboard
Directory
Help
Sign in
Microsoft
Connect
Your feedback improving Microsoft products
Search
Feedback
All Connect
Visual Studio and .NET Framework Home
Downloads
Feedback
Surveys
Refine Search Results
Status
All
Active
Resolved
Closed
Votes
Total Votes (at least)
Workarounds
Total Workarounds (at least)
Validations
Total Validations (at least)
Comments
Total Comments (at least)
Time
Created in the last (days)
Updated in the last (days)
Scope
All Feedback
Your Feedback
Product Search Results
Sort By:
Newest
Last Updated
Up-Votes
Total Votes
Title (A-Z)
Title (Z-A)
Down-Votes
Oldest
You searched for:
items submitted by _lee for this product
(
signing in
could show even more results)
Bugs (4)
Suggestions (0)
Other Feedback (0)
Showing
1
-
4
of
4
Previous
1
Next
1
0
Sign in
to vote
fatal error C1001: An internal error has occurred in the compiler in C++11 construction "for (int n : <temp object>)"
- by
_lee
From Connection:
Visual Studio and .NET Framework
Following C++11 code crashes the VC compiler, but successfully compiled by GCC. (the code is not correct semantically, because scope of temporary objects is not defined for "FOR IN" statement)
Created on 5/27/2012 (updated 49 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 744341
|
Closed
as Fixed
1
0
Sign in
to vote
fflush don't allow to switch from Write to Read operations for non-buffered (FILE*) streams
- by
_lee
From Connection:
Visual Studio and .NET Framework
Usually following sequence is correct: fputc(); fflush(); fgetc(); But if I call: setvbuf(file, 0, _IONBF, 0); before, then the code don't work; Under GCC this code does work. Tested on VS2010/2011 …
Created on 11/21/2011 (updated 17 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 707056
|
Closed
as Deferred
1
0
Sign in
to vote
fatal error C1001: An internal error has occurred in the compiler.
- by
_lee
From Connection:
Visual Studio and .NET Framework
Following Simple code crashed C++ compliler with " fatal error C1001: An internal error has occurred in the compiler."
Created on 6/14/2011 (updated 97 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 675321
|
Closed
as Fixed
1
0
Sign in
to vote
Inconsistency of virtual __declspec(property
- by
_lee
From Connection:
Visual Studio and .NET Framework
If we define a virtual propery in base class: virtual int get_Prop() { return 1; } __declspec(property(get=get_Prop)) int Prop; and the override it derived class: int get_Prop() { return 2; } The…
Created on 11/11/2010 (updated 129 weeks ago)
|
0 validations
|
0 workarounds
|
5 comments
|
feedback id: 621165
|
Closed
as By Design
Showing
1
-
4
of
4
Previous
1
Next
© 2013 Microsoft Corporation. All rights reserved.
Microsoft Connect Terms of Use
|
Trademarks
|
Privacy Statement
Microsoft