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

Need to add info to section of program
you can read tutorial from here http://www.cplusplus.com/doc/tutorial/ and that First=First, you wi...

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...