1
2
3
4
#include <iostream.h>
#include <stdlib.h>
#include <math.h>
...

C++ Prime or Not

by goodespeler.myopenid.com, October 08, 2008 12:38, 3 refactorings, tagged with Prime Numbers

This is a simple program to...

B04f7f475867f6b47a59b49dfabc0daf Talk
1
2
3
4
#include <iostream.h>

int main() {
...

C++ Simple For Loop

by goodespeler.myopenid.com, October 06, 2008 23:10, 4 refactorings

Can someone check my for lo...

B04f7f475867f6b47a59b49dfabc0daf Talk
1
2
3
4
#include <iostream>
#include <iomanip>
using namespace std;
...

C++ Code Formatting

by goodespeler.myopenid.com, September 21, 2008 14:23, 4 refactorings, tagged with code formatting

Is there a nicer way of for...

B04f7f475867f6b47a59b49dfabc0daf Talk
1
2
3
4
#include<stdio.h>

#include<math.h>
...

C++ Finding area of a circle wh...

by tanaeem, November 05, 2007 15:13, 2 refactorings, tagged with area, geometry, circle

It has some problem with pr...

Ab7f553dd6d8b41bc3819a0dcacb26d4 Talk
1
2
3
4
Count Sort in c++


...

C++ Counting Sort

by milko, November 02, 2007 19:22, 3 refactorings, tagged with count sort

just to show.

Avatar Talk