• Static vs Dynamic Debate Decided

    Updated: 2012-01-22 19:25:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Sunday , 22 January 2012 Static vs Dynamic Debate Decided As I said , it's decided at least for me now A couple of years ago it became fashionable to be ecstatic about dynamic i.e . dynamically typed aka scripting languages , this sentiment is maybe best exposed by Steve Yegge here People started to talk about freedom languages and it all started getting rather emotional . Like in this : tweet Strong types are the hobnailed boot of the Enterprise Man on the neck of the Agile Code Poet http : goo.gl aeEcn It is understandable as an aftershock of the J2EE meltdown by Ruby and Rails , but I was always rather suspicious with that . I

  • Handling errors (assert, cerr, exit, and exceptions)

    Updated: 2012-01-17 06:12:28
    When writing programs, it is almost inevitable that you will make mistakes. In this section, we will

  • Namespaces

    Updated: 2012-01-17 06:08:35
    Namespaces don’t really fit into the functions category, but they are an important concept that we n

  • Recursion

    Updated: 2012-01-16 10:39:25
    A recursive function in C++ is a function that calls itself. Here is an example of a poorly-written

  • The stack and the heap

    Updated: 2012-01-16 10:15:02
    The memory a program uses is typically divided into four different areas: The code area, where the c

  • Function Pointers

    Updated: 2012-01-16 10:03:47
    Function pointers are an advanced topic, and this section can be safely skipped or skimmed by those

  • Default parameters

    Updated: 2012-01-16 10:02:12
    A default parameter is a function parameter that has a default value provided to it. If the user doe

  • Function overloading

    Updated: 2012-01-16 09:51:00
    Function overloading is a feature of C++ that allows us to create multiple functions with the same n

  • Inline functions

    Updated: 2012-01-16 09:12:34
    The use of functions provides many benefits, including: The code inside the function can be reused.

  • Returning values by value, reference, and address

    Updated: 2012-01-16 06:35:29
    n the three previous lessons, you learned about passing arguments to functions by value, reference,

  • Passing arguments by address

    Updated: 2012-01-16 06:08:50
    There is one more way to pass variables to functions, and that is by address. Passing an argument by

  • Server Developer Community Intel® Software Network

    Updated: 2012-01-16 02:16:54
    Javascript is disabled on your browser . In order to use this platform effeciently , please enable javascript from your browser settings or contact your system . administrator Product Index Search Intel® Software Network Communities Intel AppUp℠ developer program Visual Computing Parallel Programming Intel® vPro Developers Intel® Tablet Handheld Android Developers Server Developer Community Ultrabook Academic Earn Reputation Intel® Black Belt Program More . Partners Intel® Software Partner Program Intel® Technologies Software Assessment Center Resource Library Partner Finder Software Finder Program Overview News Support Tools Downloads Tools Intel® Software Development Products Free Evaluations Tools Knowledge Base Academic Intel® Visual Computing Source Downloads Code Downloads Free

  • Videos Intel® Software Network

    Updated: 2012-01-16 02:16:51
    Intel Software Network Communities Intel AppUp developer program Visual Computing Parallel Programming Manageability Academic Earn Reputation — Intel® Black Belt Program More . Partners Intel® Software Partner Program Intel® Technologies Software Assessment Center Resource Library Partner Finder Software Finder Program Overview News Support Tools Downloads Tools Intel® Software Development Products Intel® Parallel Studio Free Evaluations Tools Knowledge Base Academic Downloads Code Downloads Free Non-Commercial WhatIf Experimental Software Drivers Intel® Driver Update Utility Forums Support Software Forums Intel AppUp SM developer program Forums Knowledge Base Support Resources Blog Intel® Software Network blog Intel AppUp℠ developer program blog Resources Intel® Software Network

  • Intel(R C++ Compiler XE 12.0 User and Reference Guides

    Updated: 2012-01-16 02:16:50

  • History of C Programming Language

    Updated: 2012-01-15 17:24:31
    C is a programming language which was born at “AT & T’s Bell Laboratories” of USA in 1972. It wa

  • C programming

    Updated: 2012-01-13 06:58:18
    /* A program in c using pointer to compute the sum of all element in an array */ #include <stdio.

  • How to design your first programs

    Updated: 2012-01-13 06:17:30
    Now that you’ve learned some basics about programs, let’s look more closely at how to design a progr

  • Header files

    Updated: 2012-01-13 06:13:18
    Code files (with a .cpp extension) are not the only files commonly seen in programs. The other type

  • ASSERT(AfxGetThread() == NULL) with VisualStudio 2010, or the DLL-hell, revamped

    Updated: 2012-01-11 20:50:00
    : , skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Wednesday , 11 January 2012 ASSERT(AfxGetThread( NULL with VisualStudio 2010, or the DLL-hell , revamped Everybody thinks DLL-hell is a thing of the past . Me included : WTF just start the Dependency Walker , look what libraries got loaded , correct it and be happy Not so , with the advent of Visual Studio 2010 everything got a bit more complicated Let me describe the problem which I encountered working in a project for one of my customers . Let's start with a . : Disclaimer This is only a short technical note for those who like me first check the Internet for solution to weird programming questions The : Problem is maybe best

  • Choose Ur Life !!!

    Updated: 2012-01-11 19:25:08
    Welcome to Choose Ur Life !!!   Choose Ur Life renders the choices for making your life lively , fru

  • Tributes to Dennis Ritchie

    Updated: 2012-01-05 11:35:21
    Dennis Ritchie died on the 8th of October 2011, at the age of 70. His lasting contributions to compu

  • DSLs not so pointless?

    Updated: 2011-12-15 22:19:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Thursday , 15 December 2011 DSLs not so pointless or : busting myths and fallacies , this time the DSL-s Until recently I'd only sneer at the idea of DSL's : what the either we have a soild API for developers , or a specialized higher level language for the specific task . And the higher level language best shouldn't be done at all , because the non-technical user just wants a smooth GUI to click his requests together So spare your DSL hype on me , go and find another gullible middle management person . But then I read the following passage and the fallacy behind this reasoning became apparent to : me In other environments I could

Previous Months Items

Jan 2012 | Dec 2011