developerFusion c++
Related c++ tutorials
-
Typical errors of porting C++ code on the 64-bit platform
by Andrey Karpov
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.
-
The forgotten problems of 64-bit programs development
by Andrey Karpov
Though the history of 64-bit systems development makes more than a decade, the appearance of 64-bit version of OS Windows raised new problems in the sphere of development and testing applications. In the article there are considered some mistakes connected with 64-bit C/C++ code development for Windows.
-
Common Intermediate Language
by Granville Barnettt
Granville gets down with the CLR, and takes a look at CIL/MSIL - the intermediate language that every .NET language gets compiled to, and has full access to the capabilities of the CLR.
Related c++ discussion
-
conting repeated words in Malé
26 days ago by Slicksim (2 replies)
-
Can somebody help: CAsyncSOcket class (Client-server networking) in York
28 days ago by Mohammad Rastkar (3 replies)
-
custom progress bar in a datagridview with threading in Manila
1 month ago by konikula (1 replies)
-
Calling C++ DLL from C# in Ţungī
1 month ago by Thushan Fernando (1 replies)
Related c++ code samples
-
Interacting with TinyPic from C#
by Fernando Sanchez
The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component.
-
CExtStatusControlBar - Managing status bar's panes
by Dmitriy Yakovlev
An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly.
-
How to Create a Sprite using MFC
by David Nishimoto
This sample demonstarates how to create a bitmap, create a DC in MFC VC++, and then how to tell the DC to draw the bitmap
Upcoming c++ events
-
Dec
6
Developing AJAX Web Applications with Castle Monorail - Skills Matter
London, United Kingdom
Monorail is the model-view-controller engine of the Castle Project, bringing many of the best ideas of Ruby on Rails to the .NET world. In this talk, David De Florinier and Gojko Adzic show how Monorail makes it easy to develop .NET based AJAX applications, and how to use the Castle Project to build Web 2.0 applications effectively. Come to this session if you are a .NET web developer. Everyone is welcome!
Featured c++ user groups
-
NIMTUG - Northern Ireland Microsoft Technologies User Group
Belfast, United Kingdom
Northern Ireland Microsoft Technologies User Group (NIMTUG) is an organisation which promotes best-practices using Microsoft technologies. The user group hold regular free user group meetings on a variety of different topics for Developers and IT Professionals (ITPro). -
Developer Day Scotland
Scotland, United Kingdom
Developer Day Scotland is a community event, run by community for community, which is based upon the highly successful Developer! Developer! Developer! community conference events.
Related book
-
The Complete Idiot's Guide to C++
A beginners guide into C++, this book uses simple examples to teach the reader the basics of the language. It also goes further and explains OOP topics such as standard OOP, Inheritance and Polymorphism....