What is the significance of the underscore _ ?Nothing. It's just how whoever wrote this function decided to name their variable. They probably hav...
rand question You need to call srand() in main or something. The key is to only call once per program run. http://...
Tracking what code modifies a variable in visual studios?Use the debugger! Put a breakpoint at where the variable is declared and maybe other places where it...
Deleting pointer objectsWhenever you use the new command to allocate memory, you must use the corresponding delete command t...
Can't even begin coding...You have to add the file to the project. I'd just suggest doing File > New > Empty File. You'll get ...
This user does not accept Private Messages