User profile: lwtan90

User info
User name:lwtan90
Email:lwtan90@hotmail.com
Name:lw
Location:singapore
Statistical data
Birthdate:Mar 19, 1990
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Visual Basic
Java
Javascript
History
Joined:
Number of posts:46
Latest posts:

Help with linked lists
Try vector.

how to find mean and median by using external functions
[code] #include<iostream> using namespace std; double median(double a[], int size) { if(size%2...

When to use std::string in the place of a cstring
Just use [code]#include<string>[/code] No point using [code]cstring[/code] It is as good as asking ...

Problem with Doubly Linked List
Sometimes small act makes a big wonder. Please put all your functions above your main.

Compiling code on Windows Phone
I know it sounds very sickening, but is there any compiler that I can download to use on Windows 7 p...