Skip to main content

Home/ Programming Everything!/ Group items tagged cpp

Rss Feed Group items tagged

Andrey Karpov

The Mandelbrot set in C++11 - 0 views

  •  
    The code for this post is on GitHub: https://github.com/sol-prog/Mandelbrot_Set. Yet another how to draw the Mandelbrot set article ? Well, yes and no, on the one hand fractals are fun and on the other hand, it could be instructive to play with complex numbers and lambdas in C++11. Also, the article presents a not so common continuous coloring procedure based on a slight modification of the Bernstein polynomials.
Andrey Karpov

C++ on the Web: Run your big 3D game in the browser - 0 views

  •  
    Presentation about porting large C/C++ code bases to the browser (emscripten, flascc, Google Native Client)
Andrey Karpov

Meeting C++ 2013 Announcement - 0 views

  •  
    After last years great success, there will be a Meeting C++ 2013 with 2 days full of C++ in Germany this Fall. Meeting C++ 2013 will be again at the 2nd weekend of November (8/9.11.2013). This time the conference will take place at the Lindner Congresshotel in Düsseldorf. For this year there will be 25 talks and up to 2 keynotes for the 250 attendees at the conference! Like last year, this event is organized independently, covering most its costs over the ticket price. There will be 3 tracks about C++ this year, with the 3rd track being a theme track about C++ and UI. Talks about Qt5, XAML, wxWidgets, GTK, Apps and QML could take place in this theme track. The other two tracks will offer general C++ talks like last year. Meeting C++ 2013 is looking again for sponsors, with sponsors from last year already being contacted.
Andrey Karpov

64-bit - 0 views

  •  
    In this article, I've collected a huge amount of links all of which could prove potentially useful to software developers who are getting acquainted with 64-bit world. In general, we will cover C/C++ languages, but I am sure, that developers from other languages will discover a lot of interesting stuff here as well.
Andrey Karpov

Visual C++ blog: The Expression Evaluator. - 0 views

  •  
    Hi. My name is Ofek Shilon and I blog mostly about various VC++ tricks I come by. Today I'd like to explicitly introduce a debugging feature we all use daily but seldom refer to it by name - the native expression evaluator (abbreviated EE below).
Andrey Karpov

The Quiet Revolution in Programming - 0 views

  •  
    During the last two years, one of the longest eras in programming has quietly drawn to a close.
Andrey Karpov

Could you help me, please? Static analysis of C++Builder and WinRT projects. - 0 views

  •  
    m addressing developers with a specific request. Our plans for the PVS-Studio 5.00 static code analyzer are to implement integration with the C++Builder environment and support for the C++/CX language extension. Unfortunately, we have very few projects developed in that environment or involving that extension, and we find it therefore difficult to test the new functionality. That's why I'm asking the community to share the source codes of your projects with us. Now let's speak of it all in detail. Continue: http://www.viva64.com/en/b/0184/
Andrey Karpov

Implementing Windows Runtime interfaces in C#, C++/CX and C++/WRL - 0 views

  •  
    In the recent releases of Microsoft* Visual Studio 2012 and Windows 8* with Windows Runtime as a common foundation, there are many new things to investigate. This article demonstrates how to implement interfaces with equal set of methods and properties in various languages. This can be valuable in iterative development or just helpful in better understanding interfaces in Windows Runtime.
Andrey Karpov

Porting BlackBerry Z10 Apps to the Q10 - 0 views

  •  
    With the release of the BlackBerry Q10 right around the corner, BlackBerry 10 application developers should be thinking about adapting their code to support the new devices. This article presents background and tips on development for this new handset.
Andrey Karpov

20 issues of porting C++ code on the 64-bit platform - 0 views

  •  
    Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed.
1 - 10 of 10
Showing 20 items per page