okay im starting to learn c++. and its a strict language so everything needs to be defined as what type of value you it is right? like if i want to make a function to return a number id have to make it,
Code:
int myfunction() {
}
Is that right? If so what other types are there? im guessing var for variable, and viod returns nothing.