User profile: Azuriin

User info
User name:Azuriin
Email:azuriin@hotmail.com
Location:Windsor, Ontario
Statistical data
Birthdate:Jul 14, 1992
Gender:Male
Occupation:Student
Skills:PHP
C++
Javascript
ASP
HTML/HTML DOM
History
Joined:
Number of posts:11
Latest posts:

Where is error?
From what I've read in other topics you should never use... [code]system('pause'); [/code] It...

What is the different between variables?
Do you mean variable types?

code question
To be less confusing, you probably want to use [code] if (<statement>) { <code>; ...

01235
[quote] to deal with one or two of the eerrors you already have. On lines 33 & 35 you use the varia...

string as object name
with std::map, would you do this: [code] map<int,T> map; map[0]=zero; ... cout << map[0]<<end...