User profile: Taran Gadal

User info
User name:Taran Gadal
Email:tarandarklord@yahoo.ca
Name:xDarkDatax
Location:Canada
Statistical data
Birthdate:Mar 1, 1993
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
MIPS
History
Joined:
Number of posts:9
Latest posts:

Program Loop ignoring cin
before each use of cin, try the following: [code] if (!(cin)) cin.clear(); //... [/code] that'...

Using a function that is defined in another Class
You don't really need the two colons before Object. [code] class Object { public: //... void Func...

Using a pointer to add an object to an array
I would recommend a different method, maybe just an inline method or something. Destructors have spe...

Using a pointer to add an object to an array
If you use the same pointer to point to a new array with a new size, you lose the array you were ori...

signed register length
x86 processors use a different set of instructions for operating on signed data vs operating on unsi...