|
Blog rulle:
C++ Log File Class (Forget Debuggers) A simple C++ logging class that easily creates logs for your software, so you don't have to use debuggers. C++ Pthreads API Learn how to code C++ multi-threaded applications using Pthreads to develop a multi-threaded Matrix Multiplication Application. Beginner C++ Cout Cin Integer This C++ tutorial gives your an understanding of how to use the cout and cin functions of C++. Singleton C++ The Singleton C++ Design Pattern is a C++ design that creates one single instance of a class that can be used throughout multiple files and large projects. Simple C++ Pointers and References Find out how to use C++ Pointers to point to a variable instead of copying it in functions and classes. Inheritance, Polymorphism, and Virtual Functions This demonstrates the use of Inheritance and Derivation of classes so your C++ code is more object oriented and optimized. It also shows how Polymorphism is used with virtual functions so your programs can decide which class functions to use from their parents and children. Advanced Classes, Constructors, Destructors, and Copy Constructors Understand how a class can solve many unwanted pointer bugs and make your code more efficient. Also learn how to code C++ constructors, copy constructors, and destructors. C++ Volatile Keyword This shows how to use the Volatile keyword for any C++ variable so it will not be optimized by the compiler. This is used in multi-threaded code or embedded system designs. C++ Program Without Main Function Find out how to rename your C++ main() function. Perfect C++ String Explode Split How to use the C++ std::string class to split a string based on a delimiter or separator and store the results in a vector. How to Implement a Substitution Cipher in C++ This shows how to code a substitution cipher, which is simple to do, but also relatively trivial to break. C++ XOR Encryption Cipher for Secret Messages Learn how to code C++ using the XOR ^ operator and the AND & operator to create strong encryption. Set Console Text Color Learn how to set the console text color. C++ Prime Number This is a nice algorithm for computing prime numbers using C++. Popularity: 12% [?] Related Posts: Tags for this post>> C++ Courses and Tutorials No Comments »No comments yet. RSS feed for comments on this post. Leave a commentYou must be logged in to post a comment. Powered by WordPress |





























