User: ivancea

  • Public profile

User profile: ivancea

User info
User name:ivancea
Name:Iván Cea
Website:http://code0x66.blogspot.com.es
Bio:Programmer
History
Joined:
Number of posts:3
Latest posts:

Can cpp code run slower than python?
vector, strings... Are you using something like "erase()" in vector?

How to output console display to a txt.file?
[b]fstream[/b] is a stream, and works like 'cout'. [code]ofstream file("asd.txt"); file << "asd";[/...

About std::vector
Why 'vector' doesn't store addresses? If so, when calling "v.erase( v.begin() );", it wouldn't have ...

This user does not accept Private Messages