User: BasV

  • Public profile

User profile: BasV

User info
User name:BasV
History
Joined:
Number of posts:72
Latest posts:

Converting string to a char array?
You can use std::string::c_str(): http://www.cplusplus.com/reference/string/string/c_str/

Does namespaces in header file effects cpp files?
When you #include something, I believe that's equivalent to just putting the content of that file on...

Python vs C++ speed
Are you running C++ in release mode or in debug mode? Anyway, a language's speed is not proven by p...

99 Bottles of Beer starts at 74?
Are you sure the text of the lines from 99 to 75 are not 'gone' in the console? If too much text is ...

Why are Pointer multiplications not possible?
chars can be multiplied because really, they are 8-bit integers (bytes). They are called chars becau...

This user does not accept Private Messages