<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>C++</title>
<link rel="self" type="application/atom+xml" title="C++" href="http://www.feeddistiller.com/blogs/C++/atom.xml"/>
<link rel="alternate" type="application/atom+rss" title="C++" href="http://www.feeddistiller.com/blogs/C++/feed.rss"/>
<subtitle>C++ related articles</subtitle>
<feedid>47</feedid>
<feedname>C++</feedname>
<updated>2012-02-07T00:19:00</updated>
<author>
<name>Bruce Adams</name>
<email>tortoise_74@yahoo.co.uk</email>
</author>

<entry>
<from href="http://ib-krajewski.blogspot.com/feeds/posts/default?alt=rss">On Software and Languages</from>
<title>Static vs Dynamic Debate Decided</title>
<link href="http://ib-krajewski.blogspot.com/2012/01/static-vs-dynamic-debate-decided.html"/>
<updated>2012-01-22T19:25:00</updated>
<image href="http://upload.wikimedia.org/wikipedia/commons/8/8b/Coq_plus_comm_screenshot.jpg" width="150" height="110"/>
<summary>: 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&apos;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</summary>
<id>ff153806b2748e39f60ad62e72b13b1f</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Handling errors (assert, cerr, exit, and exceptions)</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/17/handling-errors-assert-cerr-exit-and-exceptions/"/>
<updated>2012-01-17T06:12:28</updated>
<summary>When writing programs, it is almost inevitable that you will make mistakes. In this section, we will</summary>
<id>e3e860b69cbf8b9ff12716b6c355b9f2</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Namespaces</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/17/namespaces/"/>
<updated>2012-01-17T06:08:35</updated>
<summary>Namespaces don’t really fit into the functions category, but they are an important concept that we n</summary>
<id>5af9bf96b1034f868b0ca9d775371853</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Recursion</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/recursion/"/>
<updated>2012-01-16T10:39:25</updated>
<summary>A recursive function in C++ is a function that calls itself. Here is an example of a poorly-written </summary>
<id>bca52f1f8a80438e1dab3741ee04be1d</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>The stack and the heap</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/the-stack-and-the-heap/"/>
<updated>2012-01-16T10:15:02</updated>
<summary>The memory a program uses is typically divided into four different areas: The code area, where the c</summary>
<id>0bb5e9aea4981818ca2d2b28fd5667db</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Function Pointers</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/function-pointers/"/>
<updated>2012-01-16T10:03:47</updated>
<summary>Function pointers are an advanced topic, and this section can be safely skipped or skimmed by those </summary>
<id>5b7379b16d2ff1fd7d9aa6bbd67674dc</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Default parameters</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/default-parameters/"/>
<updated>2012-01-16T10:02:12</updated>
<summary>A default parameter is a function parameter that has a default value provided to it. If the user doe</summary>
<id>56e7017e3ceaa547767f60d0a51f50e6</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Function overloading</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/function-overloading/"/>
<updated>2012-01-16T09:51:00</updated>
<summary>Function overloading is a feature of C++ that allows us to create multiple functions with the same n</summary>
<id>84ec74f40b8ac8657ff5d2c16c0af0d2</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Inline functions</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/inline-functions/"/>
<updated>2012-01-16T09:12:34</updated>
<summary>The use of functions provides many benefits, including: The code inside the function can be reused. </summary>
<id>1cb425afc9f8b3ff7c91d0831595d7f5</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Returning values by value, reference, and address</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/returning-values-by-value-reference-and-address/"/>
<updated>2012-01-16T06:35:29</updated>
<summary>n the three previous lessons, you learned about passing arguments to functions by value, reference, </summary>
<id>a9539b84e0523a893862a23181adfda2</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Passing arguments by address</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/16/passing-arguments-by-address-2/"/>
<updated>2012-01-16T06:08:50</updated>
<summary>There is one more way to pass variables to functions, and that is by address. Passing an argument by</summary>
<id>095db849cc9b0482047098e2bed2ff91</id>
</entry>

<entry>
<from href="http://www.cilk.com/CMS/UI/Modules/BizBlogger/rss.aspx?tabid=82127">Intel® Cilk Plus Intel® Software Network</from>
<title>Server Developer Community Intel® Software Network</title>
<link href="http://software.intel.com/en-us/server-developer/"/>
<updated>2012-01-16T02:16:54</updated>
<summary>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</summary>
</entry>

<entry>
<from href="http://www.cilk.com/CMS/UI/Modules/BizBlogger/rss.aspx?tabid=82127">Intel® Cilk Plus Intel® Software Network</from>
<title>Videos Intel® Software Network</title>
<link href="http://software.intel.com/en-us/videos/"/>
<updated>2012-01-16T02:16:51</updated>
<summary>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</summary>
</entry>

<entry>
<from href="http://www.cilk.com/CMS/UI/Modules/BizBlogger/rss.aspx?tabid=82127">Intel® Cilk Plus Intel® Software Network</from>
<title>Intel(R C++ Compiler XE 12.0 User and Reference Guides</title>
<link href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/cpp/mac/index.htm#cref_cls/common/cilk_bk_using_cilk.htm"/>
<updated>2012-01-16T02:16:50</updated>
<summary></summary>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>History of C Programming Language</title>
<link href="http://pubca.wordpress.com/2012/01/15/history-of-c-programming-language/"/>
<updated>2012-01-15T17:24:31</updated>
<summary>C is a programming language which was born at “AT &amp; T’s Bell Laboratories” of USA in 1972. It wa</summary>
<id>0c66f85063bfb5d747fb8d0a9172de78</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>C programming</title>
<link href="http://alaminopu.wordpress.com/2012/01/13/c-programming/"/>
<updated>2012-01-13T06:58:18</updated>
<summary>/* A program in c using pointer to compute the sum of all element in an array */ #include &amp;lt;stdio.</summary>
<id>4d374c7ec131b4d68acb44e21eb606c2</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>How to design your first programs</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/13/how-to-design-your-first-programs/"/>
<updated>2012-01-13T06:17:30</updated>
<summary>Now that you’ve learned some basics about programs, let’s look more closely at how to design a progr</summary>
<id>46fb9fdf5b8a256763b0dda9d3128c91</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Header files</title>
<link href="http://learncppprogramming.wordpress.com/2012/01/13/header-files/"/>
<updated>2012-01-13T06:13:18</updated>
<summary>Code files (with a .cpp extension) are not the only files commonly seen in programs. The other type </summary>
<id>81ccffd5448dca3d184cb326c9849a24</id>
</entry>

<entry>
<from href="http://ib-krajewski.blogspot.com/feeds/posts/default?alt=rss">On Software and Languages</from>
<title>ASSERT(AfxGetThread() == NULL) with VisualStudio 2010, or the DLL-hell, revamped</title>
<link href="http://ib-krajewski.blogspot.com/2012/01/assertafxgetthread-null-with.html"/>
<updated>2012-01-11T20:50:00</updated>
<image href="http://photos1.blogger.com/x/blogger2/5757/472510001414118/228/z/753498/gse_multipart14283.jpg" width="150" height="180"/>
<summary>: , 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&apos;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</summary>
<id>5c7efef321d380e66e36b27368b9fe7b</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Choose Ur Life !!!  </title>
<link href="http://chooseurlife.wordpress.com/2012/01/11/hello-world/"/>
<updated>2012-01-11T19:25:08</updated>
<image href="http://chooseurlife.files.wordpress.com/2012/01/screen-shot-2011-12-04-at-9-10-55-pm-300x2931.png?w=150&amp;#038;h=146" width="150" height="146"/>
<summary>Welcome to Choose Ur Life !!!   Choose Ur Life renders the choices for making your life lively , fru</summary>
<id>bc11351be02cde03a57bb1609a9ab0a3</id>
</entry>

<entry>
<from href="http://wordpress.com/tag/c-programming/feed/">c-programming «WordPress.com Tag Feed</from>
<title>Tributes to Dennis Ritchie</title>
<link href="http://rpal143.wordpress.com/2012/01/05/tributes-to-dennis-ritchie/"/>
<updated>2012-01-05T11:35:21</updated>
<summary>Dennis Ritchie died on the 8th of October 2011, at the age of 70. His lasting contributions to compu</summary>
<id>14c3f0225a56d11795d46dba222653d8</id>
</entry>

<entry>
<from href="http://ib-krajewski.blogspot.com/feeds/posts/default?alt=rss">On Software and Languages</from>
<title>DSLs not so pointless?</title>
<link href="http://ib-krajewski.blogspot.com/2011/12/dsls-not-so-pointless.html"/>
<updated>2011-12-15T22:19:00</updated>
<image href="http://photos1.blogger.com/x/blogger2/5757/472510001414118/228/z/753498/gse_multipart14283.jpg" width="150" height="180"/>
<summary>: 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&apos;d only sneer at the idea of DSL&apos;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&apos;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</summary>
<id>3e62132a04db6c44e640e2ad0ac8015c</id>
</entry>

<source>
<title>c-programming «WordPress.com Tag Feed</title>
<link href="http://wordpress.com/tag/c-programming/feed/"/>
<count>16</count>
</source>

<source>
<title>Intel® Cilk Plus Intel® Software Network</title>
<link href="http://www.cilk.com/CMS/UI/Modules/BizBlogger/rss.aspx?tabid=82127"/>
<count>3</count>
</source>

<source>
<title>On Software and Languages</title>
<link href="http://ib-krajewski.blogspot.com/feeds/posts/default?alt=rss"/>
<count>3</count>
</source>

</feed>

