User profile: zlogdan

User info
User name:zlogdan
Name:Daniel
Location:Brazil
Website:http://zlogdan.blogspot.com
Bio:WIN32/MFC C/C++ programmer.

Taught my self C in 1995.
Taught my self C++ in 2003.

Upgrading to C++11.
Statistical data
Birthdate:Apr 6, 1973
Gender:Male
Occupation:Programmer
Skills:C
C++
C++/MFC
Assembly
C#
History
Joined:
Number of posts:74
Latest posts:

Pease Help Me
[code] #include <iostream> using namespace std; int main( ) { int i = 0; int j...

LIST !
Perhaps you meant STL list http://www.cplusplus.com/reference/list/list/

Which of these books should I get?
This book Sams Teach Yourself C++ in One Hour a Day (7th Edition) by Siddartha How is pretty decent ...

help with using a set()!!
@Bourgond, agreed. I was just not sure if the OP was using a C++11 compliant compiler. Using lambda...

help with using a set()!!
Hey It is something like this [code]#include<set> #include<iostream> #include <string> us...