Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

Buy Site Supporter Role (remove some ads) | LPF Donations

Links below open in new window

FrozenGate by Avery

C++

Or you could create an automatic teller machine(ATM) for something simple. :D
 





what with?
"segmentation fault"?:crackup:
I usually strategically insert printf("does it bust here 1,2,3?\n"); or cout << ... << '\n' equivalents
to see until what point it still executes.:D
The '\n' character is very important to flush the output buffer, otherwise it might
even execute that line, but you see no output.:tinfoil:
 
Last edited:
what with?
"segmentation fault"?:crackup:
I usually strategically insert printf("does it bust here 1,2,3?\n"); or cout << ... << '\n' equivalents
to see until what point it still executes.:D
The '\n' character is very important to flush the output buffer, otherwise it might
even execute that line, but you see no output.:tinfoil:

Check the first post. I've attached a zip of the game I made.:na:
I've made some updates, and fixed the bug.
It may seem simple, but it was actually complicated as hell! :eg:

-Tony
 


Back
Top