C Plus Plus

Number to words

by on Apr.08, 2012, under C++

This class converts numbers to words.

P.S. it had a bug, but now it is fixed.

(continue reading…)

Comments Off :, more...

Game: Simple text game

by on Apr.06, 2012, under C++

Simple text based terminal game. Find a treasure and dodge a monsters and traps.

(continue reading…)

2 Comments more...

Round numbers function

by on Apr.06, 2012, under C++

It is a simple round function. But not perfect.

(continue reading…)

Comments Off more...

Roman numbers

by on Apr.06, 2012, under C++

Roman numbers to decimal numbers, decimal numbers to roman numbers converter class.

(continue reading…)

Comments Off more...

Decimal to binary

by on Apr.06, 2012, under C++

This is a simple code to convert decimal number to binary number.

(continue reading…)

1 Comment more...

Operator overloading in class

by on Apr.05, 2012, under C++

Class that overloads operators. Not very useful in practice.

(continue reading…)

Comments Off more...

Calculator class (string)

by on Apr.05, 2012, under C++

Calculator class to count equations given to object as a string. This class can be easy extended.

(continue reading…)

Comments Off more...

Prime number class

by on Apr.05, 2012, under C++

Class for finding prime numbers.

(continue reading…)

Comments Off more...

Prime number function

by on Apr.05, 2012, under C++

Algorithm to find primes numbers and print them to console. Updated version 2012.06.08

A minor change but increase in speed.

Changed (number / 2 + 1) to sqrt(number+1).

(continue reading…)

Comments Off more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...

    Archives

    All entries, chronologically...