This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

C++

Introduction to Object Oriented Programming in C++

Introduction to Object Oriented Programming in C++

... (Continue reading)

Tagged with:                 

Transition from C++ to Java

1. Even a simple program is not simple. 2.Some Similarities betweenC++ and Java. 3. C++ classes can be avoided. Java classes cannot.reasonably be avoided. 4. Every compilation unit in Java is a class. A program is a class witha... (Continue reading)

Tagged with:                         

C++ Basics – Object Oriented Programming eBook

C++ Basics - Object Oriented Programming eBook

Learn C++ for free with this easy to read "C++ Basics" eBook. This is one of the most popular C++ book to learn Object Oriented Programming in C++.... (Continue reading)

Tagged with:                         

C++ Function to automatically adjust contrast of an image or picture

This c++ function automatically adjusts a contrast to max without loosing any colors. The way it works is that it finds the brightest pixel in the picture, then detects how many percent it needs to be brightened to have a... (Continue reading)

Tagged with:                 

C++ Function to compare two strings

This C++ function compares two string if they are same. It is very fast, because strings are passed by reference, and if at least one character is not same, it stops checking other characters and returns false. Make sure you... (Continue reading)

Tagged with:             

C++ Function to Convert integer (int) to string

This function is for C++ to be able to convert int to string. If you have any better/faster function to do the same thing, please post it below. Enjoy! #include <string> … … // converts integer to string, and //... (Continue reading)

Tagged with:                     

Switch to our mobile site