logo

How Programmers Slack Off

logo

funny0472 150x150 How Programmers Slack OffWell, this blog is not only about technical stuff. There will be some funny posts as well. To start off this section, i wouldn’t want to forget posting a great illustration found at the webcomic of romance, sarcasm, math and language website. What do programmers really do when they want to slack off a bit ? I’m sure you recognize the situation already :)

(more…)

Numeral Systems Conversion : Binary, Octal, Decimal and Hexadecimal

logo

binary watch 150x150 Numeral Systems Conversion : Binary, Octal, Decimal and HexadecimalThis is a guest post by a good personal friend of mine under the name Black Shadow.

As a computer programmer, you need to know about the different numeral systems. In your computer works, there will be lots of times that you will be using numeral systems like the binary, hexadecimal and sometimes octal as well. Thus, it would be a great idea to know how to convert numbers from one numeral system to the other. The digits that all 4 numeral systems use are shown below : (more…)

2. C++ Variables and Constants

logo

C++ 150x150 2. C++ Variables and ConstantsThis is a guest post by a good personal friend of mine under the name Black Shadow.

In the C++ programming language, we use input data which, under the proper editing, return the awaited results as output data. These data must be stored in one or more memory places to be able to use them in the process of programming. Those different parts of memory where data is stored, represented by a name, are split into two different categories, variables and constants. Of course, there more than that, like pointers or structs, but these two are the main containers used and discussed in this post. The difference between them is that the variables can alter their defined values while constants get only one immutable (not changing) value while the program is executed and till it reaches the end. For that reason, for each variable, there should be a definition on how many memory positions they occupy and also the range of the values that they can contain. Hence, the size of a variable depends on the type that we define for it. The three most popular c++ variable types are :

(more…)

1. Your First C++ Program

logo

C++ 150x150 1. Your First C++ ProgramI’ve decided to create a section in this blog in order to write some tutorials about one of my favorite programming languages, C++. In this series, i will be starting to talk about C++ basics and then go into more advanced stuff like function overloading, templates, classes inheritance and more. My hope is that in the end you will be able to find a whole source of interesting C++ tutorials that will help you learn the language and program effectively.

(more…)

Which Browser to Choose : Internet Explorer, Firefox or Opera ?

logo

browser engine2 150x150 Which Browser to Choose : Internet Explorer, Firefox or Opera ?The path to gnosis. The element of knowledge. The relic of information. The browser. What would we be without it. The internet is nice of course, but the actual tool that makes us able to reach the various websites is the browser. Therefore, knowing the best tool for this job can really save the day.

(more…)

Create And Reverse Simple Substitution Ciphers For Fun (and Profit ?)

logo

cipher disk 150x150 Create And Reverse Simple Substitution Ciphers For Fun (and Profit ?)As kids most of us were fascinated by the constant war between the good and the evil when watching our favorite cartoons. Athough we are grown ups now (i suppose), there are still some battles that concern us. If you’re especially interested in cryptography, there is a very big chance that the cryptographers – cryptanalysts still fascinates you.

(more…)

Understand Linux File Permissions Using Chmod And Chown Commands

logo

sam.0507 150x150 Understand Linux File Permissions Using Chmod And Chown CommandsTeaching an old dog new tricks is definately not an easy task. People are used to doing the same things over and over and since learning can be a quite tedious activity, they most times don’t take the time and effort to elaborate a bit in order to harvest some goods out of that process. Don’t take that personally because i am probably the one that does that more than a lot.

(more…)

Page 4 of 11« First...2345610...Last »
logo
Copyright 2009 All Rights Reserved