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:1119
Latest posts:

Class constructors and data member initialization
Though, for readability purposes, you should really put the initialization list in order of declarat...

When to use exceptions, asserts, general error messages or even something else?
As always, you can choose. However, that doesn't mean there are better options. An [tt]assert[/tt] ...

Whats the point of social networking?
@AceDawg45 - some people would also call that a downside, especially if you post stupid things about...

Homework- Include Arithmetic and Trignometric Functions in a calculator- Please help!
You still haven't fixed a bunch of the things that I suggested. If you want, I'll show you how you c...

Homework- Include Arithmetic and Trignometric Functions in a calculator- Please help!
For starters, prefer [tt]<cmath>[/tt] to [tt]<math.h>[/tt]. You have to [tt]main[/tt] functions, I p...