Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~567 People Reached
About Me

IT specialist

Interests
IT, Programming, Footbal
PC Specs
AMD Athlon XP 2600 GeForce FX5600 Ultra 2X40Gb Maxtor Creative Live 5.1 Digital DVD-ROM CD+RW
Favorite Tags
Member Avatar for vinujohnpanicke

My source code is being altered by itself after executing once or when a copy of the source code file is made. If i try to execute the source code the 2nd time it wont work. There will be some error as there are some unwanted ASCII characters like rectangle,smiley...etc …

Member Avatar for emilo35
0
123
Member Avatar for MasterGberry

Getting this error code, is there something about std::remove() that I am not understanding here? 1>AoE2Wide.cpp(337): error C2664: 'strcpy' : cannot convert parameter 1 from 'std::string' to 'char *' I tried using '=' instead of strcpy() too, no luck. [CODE] class Item { public: int Pos; int ReferenceValue; std::string Type; …

Member Avatar for MasterGberry
0
215
Member Avatar for amari ♥

#include<stdio.h> #include<conio.h> #define MAX 5 void initialize(int a[], int n); void display (int a[], int n); void input (int a[], int n); int sum (int a[], int n); int largest (int a[], int n); int smallest (int a[], int n); void main (void) { int array [MAX]; int total; initialize(array, …

Member Avatar for algoritmish
0
146
Member Avatar for algoritmish

I tried to install today Windows XP on a computer... the usual stuff: I booted from the Windows XP cd, partitioned the hdd,... blah blah. Everything went fine untill the setup process had to reboot the computer. When it restarted I got this error message "Error loading operating system" (I …

0
82