Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Colorize your Outlook messages to identify e-mail from specific senders
- A simple but highly useful way to stay on top of important e-mail is to have Outlook display messages from different people in different colors. Here's a quick rundown of how to set this up. by Susan Harkins
- Tags: Message, Sender, Microsoft Outlook, E-mail, C/C++, Groupware, Microsoft Office, Programming Languages, Office Suites, Software, Online Communications, Software Development, Software/Web Development, Enterprise Software, Susan Harkins
- Blog posts 2008-07-07
- Ctalk (zip)
- Ctalk adds object oriented programming features, like classes, methods, operator overloading, and inheritance to standard C programs. C programs can use only a few Ctalk objects, or programs can be written almost entirely in Ctalk. Ctalk classes support common C data types like integers, strings, and floating point numbers, as...
- Tags: Object-oriented Programming, C, Robert Kiesling, Ctalk, C/C++, Ooa/Ood/Oop, Programming Languages, Software Development, Software/Web Development
- Software downloads 2008-06-30
- Digital Future Text-to-Speech SDK for Windows (zip)
- Digital Future Text-to-Speech SDK for Windows R is aimed at helping Windows developers add text-to-speech functionality to their applications. Supported languages: U.S. English, U.K. English, Spanish, French, German, Italian, Japanese, Chinese, Korean. Officially supported programming languages: C++, Java, C#, Visual Basic.NET, Visual Basic 6. Digital Future Text-to-Speech SDK (DF TTS...
- Tags: Microsoft Visual Basic 6.0, Microsoft Visual Basic, C++, Microsoft Visual Basic.Net, Digital Future, Microsoft Windows, C#, Programming Languages, Microsoft Development Tools, .Net, C/C++, Operating Systems, Software, Software Development, Software/Web Development, Development Tools
- Software downloads 2008-07-15
- Abstracting C With abC
- A conceptually simple and practically very useful form of data abstraction in model checking is variable hiding, which amounts to suppressing all information about a given set of variables. The abC tool automates this for programs written in the C programming language. It features an integrated demand-driven pointer analysis, and...
- Tags: Lucent Technologies Inc., C, Alcatel, abC Tool, C/C++, Programming Languages, Software Development, Software/Web Development
- White papers
- Integrating Portable XML Data With Portable C/C++ Code
- XML is changing the world of information sharing and exchange. Because XML is a well-formed markup language, a programming technology is required in order to perform processing-related tasks such as parsing, generating, manipulating, and validating XML data. For that reason, C and C++ are commonly used for writing XML-based applications....
- Tags: XML, XML-Data, C/C++, Programming Languages, Software Development, Software/Web Development
- White papers
- Introduction to Managed Extensions for Microsoft Visual C++
- In this webcast, the presenter will provide an overview of Managed Extensions for Microsoft Visual C++. The presenter will focus on how Managed Extensions enable Visual C++ developers to participate in the Microsoft .NET Framework. Specifically, this webcast will look at the benefits provided by Managed Extensions, as well as...
- Tags: Microsoft Visual C++, Microsoft Corp., C++, Microsoft Development Tools, Programming Languages, C/C++, Development Tools, Software Development, Software/Web Development
- Webcasts
- MSDN Webcast: Migrating an eMbedded Visual C++ Application to Visual Studio 2005 (Level 300)
- This webcast shows how to say goodbye to Microsoft eMbedded Visual C++ eVC and start building native Windows Mobile applications using the Visual Studio 2005 integrated development environment. The webcast walks one through the process of migrating an eVC project to Visual Studio 2005, and shows the steps involved in...
- Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio 2005, Microsoft Visual C++, Microsoft Corp., C++, Microsoft Development Tools, C/C++, Programming Languages, Digital Media, Development Tools, Software Development, Software/Web Development, Consumer Electronics, Personal Technology
- Webcasts
- Microsoft Visual C++ for Beginners
- In this webcast, the presenter will introduce the listener to Microsoft Visual C++ (VC++) and tell how to create a simple Win32 console-based program using AppWizard. The presenter will also help the listener understand the organization of projects and workspaces. In addition, he will talk about how to troubleshoot compiler...
- Tags: Microsoft Visual C++, Microsoft Corp., C++, Programming Languages, C/C++, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools
- Webcasts
- Gamera: A Structured Document Recognition Application Development Environment
- This paper presents a new toolkit for the creation of customized structured document recognition applications by expert users. This open-source system, called Gamera, allows a user, with particular knowledge of the documents to be recognized, to combine image processing and recognition tools in an easy to use, interactive, graphical scripting...
- Tags: Application Development, Johns Hopkins University, Software Development, C/C++, Open Source, Software/Web Development, Programming Languages
- White papers
- Back to Basics: Using the Microsoft Visual Studio .NET Environment to Write Basic C/C++
- This webcast will give the viewer a brief tour of the Microsoft Visual Studio .NET environment, but will focus on Visual C++ .NET. It will also explain some of the common pitfalls one may see when writing C and C++ code. The webcast will also discuss some of the features...
- Tags: Microsoft Visual Studio, Webcast, Microsoft Visual Studio.Net, Environment, C, Microsoft Visual C++, Microsoft Corp., C++, Microsoft Development Tools, C/C++, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development
- Webcasts
- Debugging a Java Application With dbx: Industrial-Strength Debugging for Your Java Code
- Sun ONE Studio, Compiler Collection dbx is an interactive, source-level, command-line debugging tool. One can use it to run a program in a controlled manner and to inspect the state of a stopped program. dbx gives complete control of the dynamic execution of a program. A person can use dbx...
- Tags: Java Application, Sun Microsystems Inc., C++, Programming Languages, C/C++, Java, Software Development, Software/Web Development
- White papers
- Mixing C and C++ Code in the Same Program
- The C++ language provides mechanisms for mixing code that is compiled by compatible C and C++ compilers in the same program. A developer can experience varying degrees of success as he or she ports such code to different platforms and compilers. This paper shows how to solve common problems that...
- Tags: Sun Microsystems Inc., Compiler, C, C++, C/C++, Programming Languages, Development Tools, Software Development, Software/Web Development
- White papers
- Using the C/C++ Garbage Collection Library, libgc
- Garbage collection deals with the automatic management of dynamic memory. One can dynamically allocate and deallocate memory by using the C++ operators new and delete as well as by using the libc functions malloc and free. This paper discusses some of the runtime errors related to memory management and how...
- Tags: Garbage Collection, Library, C/C++, Programming Languages, Software Development, Software/Web Development
- White papers
- Developing Middle East Applications Using Microsoft Visual C++
- This paper will highlight some of the most important issues concerning developing a Localized or Globalized version of the applications developed using the different tools supplied with Microsoft Visual Studio Package. The paper will be stressing on these topics included in Microsoft Visual C++ ver. 6.0 (included in MS Visual...
- Tags: Microsoft Visual C++, Microsoft Corp., C++, Microsoft Development Tools, Programming Languages, C/C++, Globalization, Development Tools, Software Development, Software/Web Development, Strategy, Management
- White papers
- Stability of the C++ ABI: Evolution of a Programing Language
- As C++ evolved over the years, the Application Binary Interface ABI used by a compiler often needed to change in order to support new or changing language features. Programmers expected to recompile all their binaries with every compiler release. An unstable ABI is incompatible with the Solaris philosophy of shared...
- Tags: C++, C/C++, Programming Languages, Sun Solaris, Software Development, Software/Web Development, Operating Systems, Software
- White papers
- Converging Roads: .NET, Longhorn, and C++
- The presenter of this webcast makes the case for managed runtimes and discusses C++, .NET, and Longhorn and the implications of these technologies for developers.
- Tags: Microsoft Longhorn, C++, C/C++, Microsoft Windows Vista (Longhorn), .Net, Programming Languages, Application Servers, Operating Systems, Middleware, Software Development, Software/Web Development, Microsoft Windows, Software, Enterprise Software
- Webcasts
- Model-Driven Development for the C Developer
- C replaced assembler as the preferred language for embedded programming over ten years ago and with it came a huge increase in productivity. Today, Model Driven Development and UML offer a similar opportunity to boost productivity, particularly in areas where applications have grown in complexity and market windows have shrunk....
- Tags: Developer, C, I-Logix, Model-Driven Development, C/C++, Programming Languages, Ooa/Ood/Oop, Software Development, Software/Web Development
- Webcasts
- Program in Embedded C++ for Smaller and Faster Code
- This article presents an overview of the capabilities of Embedded C++ (EC++). Embedded system software developers currently using C are faced with an important decision when beginning a new project--should they change their programming language to the increasingly popular C++, Embedded C++ (EC++) or remain with ANSI C? This article...
- Tags: Green Hills Software Inc., C, C++, C/C++, Programming Languages, Software Development, Software/Web Development
- White papers
- C++ Editor 1.7
- The C++ Editor is a text editor for C++ programmers with color syntax highlighting. Editor's main purpose is to edit source code outside the IDE Integrated Development Environment with multiple opened copies of program, when programmer needs to find, replace or compare source code. Most effectively the editor can be...
- Tags: IDE, Editor, C++, C++ Editor, C/C++, Development Tools, Programming Languages, Software Development, Software/Web Development
- Software downloads
- Insure++
- C and C++ developers have a unique problem that many errors in their code don't manifest themselves during testing. Code with subtle problems such as memory corruption may run flawlessly on one machine, but crash on another. To find and fix such problems prior to release, developer need a tool...
- Tags: Developer, Parasoft Corp., C/C++, Sun Solaris, UNIX, Operating Systems, Linux, Microsoft Windows, Programming Languages, Servers, Software Development, Software/Web Development, Software, Hardware
- Software downloads