• The C(thulhu) Programming Language

    Updated: 2010-01-30 13:48:11
    And yet I saw them in a limitless stream– flopping, hopping, croaking, bleating– sorting themselves

  • Best C programming

    Updated: 2010-01-29 22:56:38
    Given Below are some programs related to a S/W Professionals Life………… class

  • Stringutils.c

    Updated: 2010-01-29 17:55:20
    For the past few months I’ve been thinking of starting this, plainly out of boredom, but it mi

  • Issue when declaring functionpointer

    Updated: 2010-01-29 09:06:03
    I have two functions: void emptyFunction(int functionChoice) { } void randomizeButtons(Button* array

  • expected specifier-qualifier-list before 'Button'

    Updated: 2010-01-29 08:23:55
    What if you make a new struct, wich has a structmember that is a pointer to something that has the s

  • Guide to run turbo c++ in windows vista or windows 7

    Updated: 2010-01-29 06:59:35
    Hi! guys Now i will guide you through the whole process of running turbo c++ in windows vista or win

  • Structs with function pointers with arguments

    Updated: 2010-01-29 05:35:37
    Example: (complex, in principle only needed when you dive into C and are interested in pointers and

  • WebsiteNews.BlogPage

    Updated: 2010-01-27 15:21:04
    brettschuchert:Wed, 27 Jan 2010 09:21:04 -0600

  • Code Blocks

    Updated: 2010-01-26 05:38:39
    I have seen lot of my buddies struggling with initial setup of excellent IDE – code blocks. I

  • Weird compiler problem

    Updated: 2010-01-22 09:18:17
    In my game the player can move blocks in four directions. While developing I used a printf() above t

  • C Compiles backwards

    Updated: 2010-01-22 08:26:20
    Now a little post about C that apparently compiles backwards. If you include some files into your pr

  • PIC18F4520 :: Pyramid Animation [Part 3]

    Updated: 2010-01-20 02:19:29
    Created By: Hussein Nosair #include GenericTypeDefs.h” Code Snippet /*******************************

  • PIC18F4520 :: Pyramid Animation [Part 2]

    Updated: 2010-01-20 02:05:52
    Created By: Hussein Nosair Project: We are going to start with the main program. The main program is

  • C#: extension methods

    Updated: 2010-01-18 05:44:47
    Didn’t know what extension methods are? Never write your own e.m. ? Here you may found 2 easy

  • C Programming Self-Help: T.I.P.s for Learning

    Updated: 2010-01-16 00:21:34
    (This page redirects from my previous article.) So, you’re all pepped up and ready to take the

  • The thrilling potential of SixthSense technology

    Updated: 2009-12-27 00:24:42
    At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data — including a deep look at his SixthSense device and a new, paradigm-shifting paper “laptop.” In an onstage Q&A, Mistry says he’ll open-source the software behind SixthSense, to open its possibilities to all. ‘SixthSense’ is a wearable gestural [...]

  • Local language trends 2009

    Updated: 2009-12-21 08:56: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 Monday , 21 December 2009 Local language trends 2009 I just had a look on the statistics pages on our local IT freelancer website http : www.freelancermap.de and found the results pretty interesting . First let's have a look at the languages which are most popular in the freelance projects . The picture below shows the languages , the supply of programmers the blue bar and the demand in projects the red bar As it seems , here in Germany there are only two serious languages : C C++ and Java Well , ok , Visual Basic and C are sough after rather strongly red bars but there seems to be too little supply . Is that the fear of a vendor lock-in or is it just because Microsoft is considered evil that the programmers don't like NET The same case of too little supply for PHP but here I must mention that the hourly rates for PHP tend to be rather low PHP still considered a hacker language And now look at the last but one language with a longwinded German name I won't retype here too lazy In fact it's not a language of its own , but

  • Even more new C++ features!

    Updated: 2009-12-16 22:07: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 , 16 December 2009 Even more new C++ features Hi everybody As I had a look on the new C++ proposal the last time I found many small interesting things apart form the big , important features . But this was only a first look . Recently I had another look there and at the C++0x FAQ by Bjarne Stroustrup as well and discovered even more interesting crittures . So what did I miss 1. Some Syntax First of all the new function definition syntax Now I can write something like using PF double void along the lines of lambda function definition Well , that's definitely a treat , what a relief from typedef void PF double To be honest , I don't know if I've got the last one right , I have always to look thes syntax up or copy and paste from my other code The notation can be generally used to say to the compiler that the function type will be specified later Thusly we can write the following when usign embedded type like List : Link List : erase(Link l Link We postpone the return type definition utill we have entered the scope

Last Months Items