Search
Refine Search Results
Status
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)
Product Search Results
Sort By:
You searched for: items submitted by _lee for this product (signing in could show even more results)
Showing 1 - 4 of 4 Previous 1 Next

1
0
Sign in
to vote
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 Help for as Fixed
1
0
Sign in
to vote
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 Help for as Deferred
1
0
Sign in
to vote
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 Help for as Fixed
1
0
Sign in
to vote
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 Help for as By Design
Showing 1 - 4 of 4 Previous 1 Next