Все публикации

C# 49: Understanding bitwise operations on vectors – NOT

Python 70: Find the name of the current module using the special variable __name__

C++ 70: Selection sort and why its O(n^2) in the best, average and worst cases

Java 111: A recap on abstract classes and interfaces

C 18: Define, initialize from user input, and display structures

C 16: Round and display a number to 2 decimal places using the ‘printf’ function

C++ 61: Error window is not appearing in Dev C++, I can’t see the errors!

C++ 60: Check if the user is entering a blank name

C++ 59: Check if the user is entering an empty name

C++ 58: Selection sort to sort numbers from smallest to largest using while and for loops

Java 97: Different ways to print the content of an ArrayList (videos 92 to 96)

Java 96: Print the content of an ArrayList using traditional for loops

Java 95: Print the content of an ArrayList using the method reference operator (::)

Java 94: Print the content of an ArrayList using a lambda expression

Java 93: Print the content of an ArrayList using Java 8 Streams

Java 92: Print the content of an ArrayList using the foreach (enhanced for loop)

Java 91: Let Eclipse generate getters (accessors) and setters (mutators) for your class fields

C 9: Using strcpy with strcat to concatenate 2 strings together into a new variable

C 8: Using strcat to concatenate 2 strings together

C 7: Pass by reference to a function instead of returning values from a function

PHP and MySQL 9: Reduce the risks of SQL injection attacks using prepared statements.

PHP and MySQL 8: Using the exit() function to prevent further code execution.

PHP and MySQL 7: Using the header() function to redirect a user to another page

PHP and MySQL 6: Check if the entered username and password are correct in the saved table record.