SmileBig
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | GoingNative 2012 Music | 10 | Feb 04, 2012 at 6:22 PM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | GoingNative 2012 Music | 10 | Feb 04, 2012 at 6:22 PM |
Clang: Defending C++ from Murphy's Million Monkeys
Feb 05, 2012 at 9:00 AM@thesaint: It's been a while since i last checked that page
From what i remember. i read something about that they will not provide windows binaries in the future due to the devs not having enough experience with windows or something like that. Perhaps i remember wrong.
I'm not that familiar with linux type compilations. My experience have been that it is messy and complicated and will pollute the windows environmental paths beyond recognition. In other words its better not to even try it because it may not even work and will possible break windows.
Sounds like good news though. If it really is that simple now.
Clang: Defending C++ from Murphy's Million Monkeys
Feb 04, 2012 at 7:15 PMI've been wanting to switch over from gcc to clang for about a year or two now. This talk just makes me want it even more but alas it doesn't have good windows support yet
They do not even provide windows binaries you have to figure out how to compile the thing yourself
and that's not even a good option. Not a simple as loading the solution file and press 'build solution' button.
Day 2 Keynote - Herb Sutter: C++11, VC++11 and Beyond
Feb 04, 2012 at 5:19 PMI don't get one part of that session so far (still watching..)
void f( const shared_ptr<widget>& spw) ...
If you are not going to use the sharing part of shared_ptr than why not just do this:
void f( const unique_ptr<widget>& spw) ... ?
Was that just a bad example mr Sutter used ?
Variadic Templates are Funadic
Feb 04, 2012 at 3:48 PMI was watching the day 1 big video of this and boom failure.
When i refreshed the page the day 2 video was in its place
So not where can i get hold of day 1 video ?