User profile: grizzlei

User info
User name:grizzlei
Old user name:peytuk
Email:peytuk@gmail.com
Name:Hasan Karaman
Location:Istanbul
Website:http://www.cpptr.com
Bio:Open Source Enthusiast [C++]
Owner of http://www.cpptr.com
http://github.com/peytuk
History
Joined:
Number of posts:9
Latest posts:

can not get this to compile
You keep declaring some variables having the same name with the ones you pass to functions, change t...

Accessing Private Variables Within Class
add a [code]friend class clFriend;[/code] to the class of which private variables you want to reach....

to find average for each integer
[code]int col_id, col_rating; std::string line;//line you read from file sscanf(line.c_str(), ...

Help! Fixing missing ")"
You are missing a bracket at the end. Adding that ' } ' I get not the error " Expected a ')'" , but...

what is the meaning about std :: vector < std :: vector <double> > COOR ;
Please use a source code tag [code]which is this one [code][/code] for a readable question. That is ...