• Users
  • The illusionist mirage

User profile: The illusionist mirage

User info
User name:The illusionist mirage
Email:lostsoulofthegeek@gmail.com
Name:MJ's the KING OF POP
Location:Hell
Statistical data
Birthdate:Jan 1, 1996
Gender:Male
Occupation:Student
History
Joined:
Number of posts:12
Latest posts:

Visual C++ 2010 problem
I have installed Microsoft Visual C++ 2010 Express in my PC. When I execute the following code: [cod...

bubble sort
Try this: [code] #include<iostream> using namespace std; int main() { int arr[]={12,4,56,89,64};...

Removing duplicates from a vector
[quote]@vlad from moscow[/quote] you were right. I messed up with some build preferences and ended u...

Removing duplicates from a vector
doesnt run errors: [quote] mingw32-g++.exe -Wall -fexceptions -std=c++11 -std=c++0x -g -c "E:\C...

Removing duplicates from a vector
I am trying to create a program that will remove all duplicated from an array. Example, if the inpu...