User profile: NT3

User info
User name:NT3
Location:Australia, Sydney, NSW
Bio:It is 'NT3'. Not 'NT', 'NT3'. Just thought I'd make that clear.
Statistical data
Gender:Male
Occupation:Student
Skills:C
BASIC
PHP
C++
Visual Basic
Perl
C++/MFC
Pascal
Delphi
Assembly
Java
Javascript
Python
INTERCAL
Piet
History
Joined:
Number of posts:1188
Latest posts:

Help storing moves made in chess
You could read from the file until you hit an EOF, and just have two arrays for the moves to be stor...

How insert a element in a map? help me
A [tt]map[/tt] requires you to give it 2 types - the key type and the value type. So, if you wanted ...

question regarding arrays
Add them all together and divide by size. To add an array together, you can either just write a lo...

question regarding arrays
The easiest way is to just use the standard library. In the header [tt]<algorithm>[/tt] you'l find f...

boost serialization
Have you read the tutorial? http://www.boost.org/doc/libs/1_58_0/libs/serialization/doc/index.html ....