kennykerr.ca kennykerr.ca

kennykerr.ca

Kenny Kerr | Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16

Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16

http://www.kennykerr.ca/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR KENNYKERR.CA

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 14 reviews
5 star
7
4 star
5
3 star
2
2 star
0
1 star
0

Hey there! Start your review of kennykerr.ca

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • kennykerr.ca

    16x16

  • kennykerr.ca

    32x32

CONTACTS AT KENNYKERR.CA

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Kenny Kerr | Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16 | kennykerr.ca Reviews
<META>
DESCRIPTION
Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16
<META>
KEYWORDS
1 kenny kerr
2 menu
3 skip to content
4 articles
5 courses
6 modern c
7 share this
8 twitter
9 reddit
10 facebook
CONTENT
Page content here
KEYWORDS ON
PAGE
kenny kerr,menu,skip to content,articles,courses,modern c,share this,twitter,reddit,facebook,google,by kenny kerr,previous understanding async,asyncget,co await async,consumption and production,working with implementations,fun with agility,no problem
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Kenny Kerr | Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16 | kennykerr.ca Reviews

https://kennykerr.ca

Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16

INTERNAL PAGES

kennykerr.ca kennykerr.ca
1

A second dark age for C++ | Kenny Kerr

https://kennykerr.ca/2015/05/26/a-second-dark-age-for-c

MSDN Magazine contributing editor Pluralsight author Microsoft MVP Creator of moderncpp.com Romans 1:16. A second dark age for C. Microsoft desperately needs an infusion of modern C for Windows. The Universal Windows Platform built on the Windows Runtime is the ideal environment for C to thrive. What is missing is the determination to make it happen. Modern C for the Windows Runtime. This entry was posted in Uncategorized. What does it mean to be constexpr complete? 26 May 2015 at 11:06 am. I think peopl...

2

Kenny Kerr | MSDN Magazine contributing editor • Pluralsight author • Microsoft MVP • Creator of moderncpp.com • Romans 1:16 | Page 2

https://kennykerr.ca/page/2

MSDN Magazine contributing editor Pluralsight author Microsoft MVP Creator of moderncpp.com Romans 1:16. A second dark age for C. Microsoft desperately needs an infusion of modern C for Windows. The Universal Windows Platform built on the Windows Runtime is the ideal environment for C to thrive. What is missing is the determination to make it happen. Modern C for the Windows Runtime. This entry was posted in Uncategorized. It was a pleasure joining Rob Irving. SQLite and my Pluralsight courses. If you do...

3

Uncategorized | Kenny Kerr

https://kennykerr.ca/category/uncategorized

MSDN Magazine contributing editor Pluralsight author Microsoft MVP Creator of moderncpp.com Romans 1:16. Getting Started with Modules in C. Visual Studio 2015 Update 1 shipped with experimental support for a module system for C . You can learn about it from this talk given by Gabriel Dos Reis at CppCon. Creating and consuming modules is very simple, but getting started with the compiler is not that obvious. At least it wasn’t very obvious to me, so here’s a quick introduction to get you started. The ifc ...

4

What does it mean to be constexpr complete? | Kenny Kerr

https://kennykerr.ca/2015/06/03/what-does-it-mean-to-be-constexpr-complete

MSDN Magazine contributing editor Pluralsight author Microsoft MVP Creator of moderncpp.com Romans 1:16. What does it mean to be constexpr complete? Yesterday Stephan Lavavej announced on the Visual C blog that their compiler would be constexpr complete. Static assert(Count(a % b % c % d) = 3, fail);. Constexpr unsigned Count(char const * const string) { return *string = '\0'? 0 : (*string = '%') Count(string 1); }. Constexpr unsigned Count(char const * string) { unsigned count = 0; for (; *string! Notic...

5

Windows Runtime Components | Kenny Kerr

https://kennykerr.ca/2015/07/02/windows-runtime-components

MSDN Magazine contributing editor Pluralsight author Microsoft MVP Creator of moderncpp.com Romans 1:16. Welcome to a new series in MSDN Magazine exploring the essentials and internals of the Windows Runtime. You can read the first installment. Right now in the July 2015 issue:. Many thanks to Larry Osterman for his feedback on this series. This entry was posted in Uncategorized. What does it mean to be constexpr complete? Modern – Available on GitHub →. Leave a Reply Cancel reply. Enter your comment here.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

moderncpp.com moderncpp.com

About | Modern

https://moderncpp.com/about

Modern C for the Windows Runtime. Modern is a Standard C language projection for the Windows Runtime. The Modern compiler produces a header-only library designed to provide Standard C developers with first-class access to the modern Windows API. This includes complete support for the Windows Runtime as well as classic APIs such as DirectX. Modern was created by Kenny Kerr. The second Modern beta is done. On to the next milestone! Mdash; Kenny Kerr (@kennykerr) May 13, 2015. Episode 12 is live! Use the de...

moderncpp.com moderncpp.com

When Standard C++ Isn’t Enough | Modern

https://moderncpp.com/2015/05/12/when-standard-c-isnt-enough

Modern C for the Windows Runtime. When Standard C Isn’t Enough. Last time I showed how Standard C lets you go beyond the compiler. Modern C offers the productivity of C#. And performance that beats even C /CX. Well if Standard C is so great, why isn’t anyone using it to write Windows apps with the Windows Runtime? Because Standard C is not enough. Here’s another C# example:. I’ve created a currency formatter, set the rounding algorithm, and formatted a value. What about Standard C? CurrencyFormatter curr...

moderncpp.com moderncpp.com

Available on GitHub | Modern

https://moderncpp.com/2015/07/29/available-on-github

Modern C for the Windows Runtime. Modern is now available for download from GitHub. This is the first public preview of the Modern project and I look forward to your feedback! Here it is: https:/ github.com/kennykerr/modern. Modern is a Standard C language projection for the Windows Runtime. The Modern compiler produces a header-only library designed to provide Standard C developers with first-class access to the Windows API. As I’ve previously shown, Modern provides a classy type system. That’s all ther...

moderncpp.com moderncpp.com

Kenny Kerr | Modern

https://moderncpp.com/author/kennykerrca

Modern C for the Windows Runtime. Author Archives: Kenny Kerr. As I mentioned in October, I have joined Microsoft. And specifically the Windows team to work on the future of standard C for Windows. What does this mean for the Modern project? This entry was posted in Uncategorized. November 19, 2015. Modern is now available for download from GitHub. This is the first public preview of the Modern project and I look forward to your feedback! Here it is: https:/ github.com/kennykerr/modern. The Uri class als...

xwire.wordpress.com xwire.wordpress.com

Windows 8 continuing to be Awesome! Storage Spaces | XWire

https://xwire.wordpress.com/2012/11/12/windows-8-continuing-to-be-awesome-storage-spaces

TODO: remove corny catchphrase (okay, DONE). Windows 8–the best thing. Windows 8 continuing to be Awesome! November 12, 2012. I thought I knew all about Windows 8 then I stumbled upon this: http:/ blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx. This may allow me to clean up the mess! Oh, I’d also recently purchased a 3TB WD drive and had WD Smartware configured to automatically backup my important classes of files. So I’ve abandoned the WD Smartware a...

moderncpp.com moderncpp.com

Component Development | Modern

https://moderncpp.com/component-development

Modern C for the Windows Runtime. The Modern C Library provides a Standard C language projection for the Windows Runtime. That’s great for writing apps, but what about component development? It would be ideal if the same general approach could be used for developing components as well. With Modern you get the best of both worlds! Start by defining your component with IDL. Here’s a simple activatable Hen class. Simply tell the Modern compiler that you’d like to create a new component:. It generates everyt...

moderncpp.com moderncpp.com

Coming Soon | Modern

https://moderncpp.com/2014/07/01/coming-soon

Modern C for the Windows Runtime. Modern is a header-only library designed to provide Standard C developers with first-class access to the modern Windows API. This includes complete support for the Windows Runtime. As well as classic APIs such as DirectX. In the coming weeks I’ll be sharing more about the Modern library but here’s a quick preview of what you can expect. The Modern library provides:. Standard C language projection for the Windows Runtime. More convenient than using C /CX or WRL. Virtual v...

weblogs.asp.net weblogs.asp.net

Kenny Kerr - Window Clippings 1.5

http://weblogs.asp.net/kennykerr/archive/2007/01/28/window-clippings-1-5.aspx

My blog has moved! Window Clippings 1.5. Sunday, January 28, 2007. Update: Version 2.0 is now available! Download it now from http:/ www.windowclippings.com/. Window Clippings 1.5 is now available for download. There are a number of new features that I’m sure you’ll appreciate. Read on to learn more! WindowClippings.exe for x86 editions of Windows XP, Windows Server 2003 and Windows Vista. WindowClippings.exe for x64 editions of Windows XP, Windows Server 2003 and Windows Vista. After adding support for ...

weblogs.asp.net weblogs.asp.net

Kenny Kerr - Excel RTD Servers: Minimal C# Implementation

http://weblogs.asp.net/kennykerr/Rtd3

My blog has moved! Excel RTD Servers: Minimal C# Implementation. Thursday, November 13, 2008. Continuing the discussion of Excel RTD servers, here is about the simplest RTD server I could come up with. I used C# for this example to allow us to focus on semantics. Next time I’ll show a minimal C implementation. ProgId("Kerr.Sample.RtdServer"),. Public class RtdServer : IRtdServer. As you can see, the RtdServer. Class is attributed with a CLSID. To find the CLSID. Private IRTDUpdateEvent m callback;. Is a ...

moderncpp.com moderncpp.com

A Classy Type System for Modern C++ | Modern

https://moderncpp.com/2015/04/07/a-classy-type-system-for-modern-c

Modern C for the Windows Runtime. A Classy Type System for Modern C. C 11 changed the game for C developers. We no longer need to defend the fact that C is so much harder to use than those other “modern” languages like C#. Because it isn’t. We no longer need to make a choice between performance and productivity. Because they’re not mutually exclusive. Standard C gives you both and Modern C brings it to the Windows Runtime. Consider a simple C# example to determine the capabilities of any connected mice:.

UPGRADE TO PREMIUM TO VIEW 39 MORE

TOTAL LINKS TO THIS WEBSITE

49

SOCIAL ENGAGEMENT



OTHER SITES

kennykenttoyota.com kennykenttoyota.com

Kenny Kent Toyota Evansville, IN | New & Used Toyota Cars Trucks Vans & SUVs | Sales

Make the most of your secure shopping experience by creating an account. Access your saved cars on any device. Receive Price Alert emails. When price changes, new offers become available or a vehicle is sold. Your current vehicle information and access tools to save time at the the dealership. 6 or more characters. At least 1 number. A lower case letter. 6 or more characters. At least 1 number. A lower case letter. Enter your registered email address to request a password reset link. New to our site?

kennykenya.blogspot.com kennykenya.blogspot.com

Journeying Together

Working for The Salvation Army in Kenya. Friday, 29 December 2017. Courage and Humility for 2018. The day after making the ruling to nullify the Presidential election in Kenya in 2017, Supreme Court Judge and Chief Justice David Maraga was back at his church. Many did not agree with the ruling he and his fellow judges made, he was called all sorts of names, there was great tension in this country and there was already anxiety about the next phase of election campaigning. Thursday, 27 April 2017. I don&#8...

kennykenz.skyrock.com kennykenz.skyrock.com

Blog Music de KENNYKENZ - KENNY KENZ - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 28/01/2007 à 18:31. Mise à jour : 11/02/2012 à 20:09. J'emmerde Le Monde. Numéro de la piste. Ajouter à mon blog. J'emmerde Le Monde. Ajouter à mon blog. Ajouter à mon blog. MADE IN LA STREET FEAT 187 VERBAL. Ajouter à mon blog. Tu n'as pas la bonne version de Flash pour utiliser le player Skyrock Music. Clique ici pour installer Flash. J'emmerde le monde clip officiel. Ajouter cette vidéo à mon blog. N'oubli...

kennykenzo.skyrock.com kennykenzo.skyrock.com

Blog de kennykenzo - kenny_kenzo - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 19/03/2006 à 05:33. Mise à jour : 14/03/2015 à 19:08. Blog en hommage a Kenny disparu avec son copain kenzo lors d'un accident le 14 Mars 2006 . Déja 9 ans que tu es parti. Kenny déjà 9 ans que tu es la haut au milieu des anges . On pense tout les jours à toi on ne t oubli pas . Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. N'oub...

kennykerr.ca kennykerr.ca

Kenny Kerr | Author • Systems programmer • Creator of C++/WinRT • Engineer on the Windows team • Romans 1:16

Author Systems programmer Creator of C /WinRT Engineer on the Windows team Romans 1:16. C /WinRT: Hosting the Windows Runtime. Previous: Understanding Weak References and the Dispose Pattern. So, what do I mean by a hosting environment? Int main() { init apartment(); / Use C /WinRT here! The init apartment function wraps RoInitialize and will, by default, cause the calling thread to join the multi-threaded apartment. A console apps will typically be satisfied with just this one call. A desktop ap...If yo...

kennykeswani.com kennykeswani.com

www.kennykeswani.com

kennyketchup.skyrock.com kennyketchup.skyrock.com

Blog Music de KennyKetchup - Kenny's Playlist - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 14/04/2013 à 08:08. Mise à jour : 14/04/2013 à 11:19. 9835; Can You Feel My Heart ♫ - BMTH -. Numéro de la piste. Ajouter à mon blog. 9835; Can You Feel My Heart ♫ - BMTH -. Ajouter à mon blog. Tu n'as pas la bonne version de Flash pour utiliser le player Skyrock Music. Clique ici pour installer Flash. Fais gaffe, ou j'tire! Et t'auras juste du vent chaud .) è è. Facebook : Kenny Ketchup. Pas mon Vrai Compte).

kennykettings.blogspot.com kennykettings.blogspot.com

Kenny Kettings Watercolour Paintings

Kenny Kettings Watercolour Paintings. Sunday, 19 September 2010. Monday, 13 September 2010. Tuesday, 7 September 2010. Eilean Donan Castle, near Skye, Scotland. Swilken Bridge, St Andrews Old Course. Saturday, 7 August 2010. Tuesday, 6 July 2010. Monday, 3 May 2010. Saturday, 27 February 2010. Subscribe to: Posts (Atom). View my complete profile. Eilean Donan Castle, near Skye, Scotland Ita. Simple theme. Powered by Blogger.

kennykev.blogspot.com kennykev.blogspot.com

Nightfall

KENNY KEV ♥ KIM YOUNGWOON. Senin, 05 September 2011. It's been a while. It's been a while since i've updated this blog! It's been, what, a year? I'm still crushing on J! It's almost been 3 years? How have you guys been? I suppose no one's visiting nightfall anymore, =,=. Are you all busy with school? Well, yeah, i suppose that's life, it never fails to bring new shits up, people would slowly forget things from the past. But i don't want to. I don't want to forget the past. Some says pain matures people.

kennykhang.wordpress.com kennykhang.wordpress.com

My Memories... | Just another WordPress.com weblog

It’s not over. On: July 8, 2009. Có những kết thúc để bắt đầu…. Đôi lúc phải đối mặt với những lựa chọn mà thời gian thúc bách, dẫu rằng có muốn bắt đầu cuộc hành trình mới hay không. Thôi thì cứ siết tay thật chặt và ôm choàng nhau trước khi thời gian đẩy chúng ta xa nhau hơn nữa. Viết cho những người bạn, cho những ngã rẻ và những cái vẫy chào tạm biệt! Không dài với một đời người, nhưng không quá ngắn để một đứa 22 tuổi không bận lòng, nao núng khi sắp nói lời chia tay! Nhìn lại mình, sau 4 năm….