21 Aug 2011
0
Numeric Pyramid

Numeric Pyramid in C++

Got a project over mummy's pyramid should be made of numeric bricks? Don't worry, the syntax is not scary than the actual mummy :D

Read More
21 Aug 2011
0
turbo c shortcut

Turbo C shortcuts

A list of turbo c++ shortcuts for coders. It will sure help you to save precious time

Read More
18 Aug 2011
0
basic classes

Basic structure for...

This is a very simple and lite syntax for Classes in language c++ , we made a class A, method included which is used in main function.

Read More
13 Aug 2011
0
star triangle

Making Star’s...

I coded this code myself, so no doubt there could be more precise code exists. But just for who, who has come on this page after googling with empty hands.

Read More
13 Aug 2011
0
table

Mathematic Table up to 20

A Simple code for printing mathematical table which is asked from user.

Read More