User profile: dandy

User info
User name:dandy
Name:dandi aulia
Location:jakarta, indonesia
Bio:mathematic and computer science student
Statistical data
Birthdate:Jul 14, 1991
Gender:Male
Occupation:Student
Skills:C
PHP
C++
C++/.NET
Java
C#
Javascript
C#/.NET
History
Joined:
Number of posts:30
Latest posts:

Merge Sort C++ Compile Error
you know that in : [code]left_list = mergesort(left_list);[/code] vector<int> can't assigned with vo...

about --n
why do you ask something that you can try on compiler yourself?

Trouble with if-else statements
you should leave that semicolon on else statement

HELP with problem please!!!
[code] #include <iostream> using namespace std; int main() { int temp; // store your in...

Smaller if else code?
[code]if (target != 1,2,3,4,5)[/code] to make it simple, comma operator are evaluated from left to ...