cplusplus.com
C++ : Users : Galik
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Galik
Public profile
Send private message


User profile: Galik

User info
User name:Galik
Name:Galik
Statistical data
Skills:C
PHP
C++
Java
History
Joined:
Number of posts:2181
Latest posts:

Polymorphism and List problem
In order to experience polymorphic behaviour you need to call your member functions through a pointe...

Why can't I access the length of my array?
I recommend you look into using std::vector or (C++11) std::array.

Threads
You need a recent version of GCC and you need to use the compiler flag -std=c++0x and -pthread Here...

Help opening files in double for loop
Yes: [code] #include <sstream> [/code] :-)

Help opening files in double for loop
You could use a std::ostringstream to convert your numbers into strings a bit like this: [code] for(...