Skip to main content

Home/ Programming Everything!/ Group items tagged c

Rss Feed Group items tagged

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.
cprogrammings example

Csharp Programming tutorials |Download C Sharp tutorials |C# Programming Basics - 0 views

  •  
    Download C# Programming tutorials: Get C sharp example, Csharp tutorials for C Sharp Programming beginners and programming student who engaged with oops c programming.
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

Windows 8 app samples (C++, C#, VB.NET, JavaScript) - 0 views

  •  
    This sample pack includes all the app code examples developed for Windows 8. The sample pack provides a convenient way to download all the samples at once. The samples in this sample pack are available in C#, C++, VB.NET, and JavaScript.
Aasemoon =)

C# 4.0 and beyond by Anders Hejlsberg | Matthijs Hoekstra | Channel 9 - 0 views

  • In this talk Microsoft Technical Fellow and C# Chief Architect Anders Hejlsberg gives an overview of the new features in C# 4.0, including dynamic typing, co- and contra-variance, named and optional parameters, and improved COM interoperability. Anders will also discuss some of the ideas that are envisioned for future versions of C#. This session is presented by Anders Hejlsberg during Microsoft DevDays 2010 in The Hague in The Netherlands.
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

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

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

C++Builder, 64-bit software build and Viva64 renaissance - 0 views

  •  
    After a long wait C++Builder XE3 Update 1 has finally acquired the capability of building 64-bit applications. It means that developers using this tool will soon face the yet unfamiliar world of 64-bit errors.
Aasemoon =)

Microsoft Press : RTM'd today: CLR via C#, Third Edition - 0 views

  • Jeffrey Richter has completed CLR via C#, Third Edition and the book is at the printer! We’ll post chapter excerpts when the book is available in a couple of weeks. Here is Jeffrey describing the book in his Introduction:
Aasemoon =)

Henry Sowizral on Refacing C++ with WPF in Expression Design | Pete Brown | Channel 9 - 0 views

  • While on campus for the MVP Summit in February, I had a chance to visit Henry Sowizral over in building 41. Henry Sowizral is a Principal Architect in Microsoft Expression, and he and his team did something really cool: they converted an existing C/C++/MFC application to have a WPF front-end, while still leveraging all that existing code. If you have legacy code and are considering porting the UI to .NET, pick up some pointers from Henry. Once you've finished, check out Henry's presentation deck on how the team converted the Expression Design UI to WPF. See more WPF at Pete's site and blog http://10rem.net Follow Pete on twitter at @pete_brown
Aasemoon =)

C# 4.0 - Beginners look into parallel programming | .NET Zone - 0 views

  • When C# 4.0 was released we C# developers were given a new toy. to play with, and that's Parallel Programming. This is done with the System.Threading.Tasks.Parallel Namespace. This allows for parallel loops & regions (to be discussed at a later date). What is parallel programming you ask, well in todays age most, if not all, household computers have multi-core processors, and parallel programming allows us to take davantage of this new found power, well not actually new as multi-core processors have been around a while now, but software has not kept up with the changes in hardware.
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

Online IDE & Debugging Tool - 0 views

shared by Andrey Karpov on 01 Apr 13 - Cached
  •  
    C/C++, Java, PHP, Python, Perl and 40+ compilers and interpreters
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.
Aasemoon =)

Don McCrady - Parallelism in C++ Using the Concurrency Runtime | | Channel 9 - 0 views

  • In this session, Don McCrady discusses how C++ programmers can fully utilize multicore in their applications using the Concurrency Runtime (ConcRT), the Parallel Pattern Library (PPL), and the Asynchronous Agents Library that ship with Visual Studio 2010.
Aasemoon =)

Functional C#: LINQ vs Method chaining at Mark Needham - 0 views

  • One of the common discussions that I've had with several colleagues when we're making use of some of the higher order functions that can be applied on collections is whether to use the LINQ style syntax or to chain the different methods together. I tend to prefer the latter approach although when asked the question after my talk at Developer Developer Developer I didn't really have a good answer other than to suggest that it seemed to just be a personal preference thing. Damian Marshall suggested that he preferred the method chaining approach because it more clearly describes the idea of passing a collection through a pipeline where we can apply different operations to that collection.
roydesuza

Difference between Interface vs Abstract class in C# - 0 views

  •  
    Interface and Abstract class both are using to achieve Abstraction in C#.Interface are achieving fully (100%) abstraction but abstract class is partially (0-100%).
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

Visual C++ project model - 0 views

  •  
    This article covers the structure of Visual C++ project model (VCProject). Also included are the cases of using the project model for enumeration of project elements and obtaining their compilation properties through the corresponding configurations.
1 - 20 of 48 Next › Last »
Showing 20 items per page