User profile: tech junkie

User info
User name:tech junkie
History
Joined:
Number of posts:10
Latest posts:

A very quick question on declaring stuff
yea you got it, *x is a pointer and &y is a reference. so x would "point" to the memory location of...

Namespaces :: or . ?
I'm reading a book about C++ programming and I'm a little unsure about one thing, the namespaces. I ...

do I must release this memory?
if you don't delete, your array will just be floating around ... lost in space ... or RAM and you wi...

Help with a horse racing sim?
dont forget the weight of the jockey for even better results!

any way to run a while loop after an if statement without using else?
u cud put the if statement inside the while loop. but if you only want it triggered once, do nested ...