[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppCodeSnippets
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppCodeSnippets
(C++) Code snippets
All very very useful...- Converting a std::string to an integer
- Converting a std::string to a double
- Converting an integer to a std::string
- Converting a double to a std::string
- Check if a hexadecimal std::string can be converted to an integer
- Check if a std::string can be converted to an integer
- Check if a std::string can be converted to a double
- Convert a std::string to lower case
- Convert a std::string to upper case
- Find a std::string in a std::string
- Replace substrings of a std::string by other std::strings
- Seperate a std::string into multiple std::strings, seperated by a seperator
- How can I check if a file exists?
- How can I read a file in a std::vector?
- How do I copy a file?
- How do I get a file's path?
- Get the extension of a filename
- Remove the extension of a filename
- How to obtain a random number?
'Code snippets' Links
- C
- C++ Builder
- ?C++ CLX
- C++ VCL
External Links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
