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

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

C++

Joined
Apr 28, 2009
Messages
2,416
Points
63
Or you could create an automatic teller machine(ATM) for something simple. :D
 





anselm

0
Joined
Nov 22, 2010
Messages
2,448
Points
0
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:
Joined
Oct 24, 2008
Messages
1,057
Points
48
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
 




Top