Horje
cast c++ Code Example
cast c++
#include <iostream>
using namespace std;
int main(){
	int x = 4;
	int y = 2;
	cout<<"La divisione dei valori e': "<<(float)y/x<<endl;
}




Cpp

Related
how to add c++14 in sublime text Code Example how to add c++14 in sublime text Code Example
remove a element from an array c++ Code Example remove a element from an array c++ Code Example
how to convert int to FString c++ ue4 Code Example how to convert int to FString c++ ue4 Code Example
Structure of s void function Code Example Structure of s void function Code Example
run c++ files on chrome book Code Example run c++ files on chrome book Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8