1
2
3
4
#include <map>
#include <string>
#include <iostream>
...

C++ On PHP associative array class...

by raul, March 12, 2010 13:27

Use std::map for this:

A7a13a4a7f8141b250fe5264509a36ed Talk

C++ On Re-implementation of the AS...

by the-drow.myopenid.com, February 20, 2010 09:20

@Ants: I actually thought o...

Avatar Talk

C++ On Re-implementation of the AS...

by Ants, January 26, 2010 06:31

May I suggest breaking up t...

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
#include <stdio.h>
#include <tchar.h>
#include <iostream>
...

C++ On Game of Life

by Ants, January 23, 2010 21:53

Or if you don't want the ov...

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
#include <stdio.h>
#include <tchar.h>
#include <iostream>
...

C++ On Game of Life

by Ants, January 23, 2010 20:02

Hopefully this is a bit mor...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On Game of Life

by bob, January 22, 2010 09:02

a couple of comments:
* you...

Avatar Talk
1
2
3
4
#include <cstdlib>
#include <iostream>
#include <vector>
...

C++ On Prime or Not

by tardface, December 27, 2009 03:14

Not the shortest, but proba...

Avatar Talk

C++ On c++ templates, Vector2, Vec...

by Ants, November 17, 2009 10:15

Why are your division opera...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On c++ templates, Vector2, Vec...

by Thomas Salvador, November 14, 2009 23:52 Star_fullStar_fullStar_fullStar_fullStar_full

hello.

i suggest you to im...

34db50b7ce2e115afadf5a765b950739 Talk
1
2
3
4
#include <iostream>

bool isprime(int num)
...

C++ On Prime or Not

by DH, October 28, 2009 19:34

This is a simple implementa...

Db5f98fa348bd1bbcbb8d044fa16115a Talk

C++ On An efficient HTTP parser

by Alex Chacha, September 11, 2009 22:32

You forgot that HTTP header...

0280f87374f967d2da5d456408d6be52 Talk
1
2
3
4
#include <stdio.h>
#include <tchar.h>
#include <time.h>
...

C++ On Calender

by Ants, August 18, 2009 11:09

This code cheats a little b...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On Calender

by vhar.myopenid.com, August 14, 2009 16:10

u got how to play FLAMES?

Avatar Talk

C++ On Calender

by vhar.myopenid.com, August 14, 2009 16:09

its intentional its disturb...

Avatar Talk

C++ On Calender

by Ants, August 14, 2009 09:08

The requested input in line...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On Bible class

by Ants, August 09, 2009 07:51

:-) Catholics, Greek Orthod...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On Bible class

by tearsfornations.blogspot.com, August 08, 2009 19:17

oh yes, by the way there ar...

Avatar Talk

C++ On Bible class

by tearsfornations.blogspot.com, August 08, 2009 19:12

oh oh i know!!! believe in ...

Avatar Talk
1
2
3
4
#ifndef TFN_BIBLE_H
#define TFN_BIBLE_H

...

C++ On Bible class

by Ants, August 07, 2009 07:30

Yeah, but which god to beli...

F9a9ba6663645458aa8630157ed5e71e Talk

C++ On Bible class

by tearsfornations.blogspot.com, August 07, 2009 00:08

hmm, pacals wager seems pre...

Avatar Talk

C++ On Bible class

by Tj Holowaychuk, August 06, 2009 22:37

bible searching? ... haha.....

F1e3ab214a976a39cfd713bc93deb10f Talk
1
2
3
4
#include "stdafx.h"

using namespace std;
...

C++ On Breadth First Search (Textb...

by Ants, July 18, 2009 06:45 Star_fullStar_fullStar_fullStar_fullStar_full

A simple first pass refacto...

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

C++ On Prime or Not

by isaac, April 23, 2009 12:08

This is my version, of whic...

08aede0393b91ecfa58cbf53663a70d8 Talk

C++ On An efficient HTTP parser

by Michael Lucas-Smith, March 12, 2009 06:38

The basic premise of the pr...

3cee020cead3f7a92fcaeef7be8cd99b Talk

C++ On Stream ADODB recordset into...

by No6, February 15, 2009 14:43

There is a GetString() meth...

Avatar Talk