User profile: CplusplusPower

User info
User name:CplusplusPower
Name:Gabriel :p
Location:?
Website:http://don't have one
Bio:Im a dude who knows the basics of c++ , still learning.
hoping to make my own graphic engine.
Statistical data
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:10
Latest posts:

"Adressof" question "int &p" and not "int p"
thanks for your reply! sorry if i expressed myself in a confusing way

"Adressof" question "int &p" and not "int p"
Why do i have to use adressof operator to refer to a var in this code?( int &p and not int p?) why ...

function int SomeInt(){return SomeOtherInt;}
also thanks pro code for your reply

function int SomeInt(){return SomeOtherInt;}
hahaha thanks MiiNiPaa , stupid me. my function was right but i was calling it the wrong way!

function int SomeInt(){return SomeOtherInt;}
compile log warnings: ||In function 'int main()':| warning: the address of 'int maine()' will alwa...