
Search In
From here you can learn to include or integrate .so files into your code. Files that contain the .so file extension are most commonly used for shared library files. Programs written in the C and C++ language load a shared library when they are launch
GoLang referred as Go programming language developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic
Key concepts of Unreal Engine 4 and Unity :
Game logic
Unreal Engine 4
Game logic is written using C++ or Blueprint Editor. C++ class and blueprint manipulates the objects. Object has only one class and blueprint is connected to this class.
Unit
Sometimes we need to show a overlay view over the main view so that user not able to click on the background view assets like button click.
in order to display the overlay view use the following function--
- (void)getOverlayView{
overlayView=[[U
C# allows use of pointer but it makes your programming code unsafe.
A pointer is a variable which stores reference of another variable of same data type in which the pointer is declared.
The general form of a pointer declaration is:
type *va
LITERAL IN JAVA
A literal is a value that may be
assigned to a primitive or string
variable or passed as an argument to
a method call.
Literals can be any thing like
number, text or other information
who represents a value.
Literals are used with a
// C program to check whether two strings are anagrams
#include <stdio.h>
#include <string.h>
void quickSort(char *arr, int si, int ei); //Function declared for sorting a string
bool areAnagram(char *str1, char *str2) //Function che
array_combine and array_merge are the array functions in PHP that are used for different functionalities both are different from each other both have different functions.
Merging the elements basically means to merge one or more
Constants refer to the fixed values that can not be changed throughout the entire program.
Constants can be of any data type and is divided into Integer Numerals, Floating-Point Numerals, Characters, Strings and Boolean Values.
Integer lite
Hello Reader's if you are new to Angular JS then this blog is helpful to you. In this blog you can see how angular js can be used to generate the html. AngularJS enables you to create selectbox based on items in an array, o
