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
-
Can somebody help: CAsyncSOcket class (Client-server networking) in York
15 hours ago by chong (5 replies)
-
Database connectivity using C++ code
3 days ago by pkjena (0 replies)
-
Need help working with Ado.net in San Juan
10 days ago by personaje (0 replies)
-
conting repeated words in Malé
2 months ago by Slicksim (2 replies)
-
custom progress bar in a datagridview with threading in Manila
2 months ago by konikula (1 replies)
-
Calling C++ DLL from C# in Ţungī
2 months 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
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....