User profile: Ben Bowen

User info
User name:Ben Bowen
Name:Benjamin
Statistical data
Birthdate:Apr 19, 1995
Gender:Male
Occupation:Researcher
History
Joined:
Number of posts:38
Latest posts:

Addressing Byte Arrays for Data Access
So apparently this works: Float to Byte Array [code]// float f = ... char b[4]; b[0] = ((char*)(&f)...

If Goto is "considered harmful," then so can...
Oh, thanks for clarifying.

If Goto is "considered harmful," then so can...
@chrisname [quote]Switches with more than a certain number of cases (I've read 5, but I'm sure it va...

If Goto is "considered harmful," then so can...
@iseeplusplus Invalid. You didn't spell "BananaDance" correctly.

If Goto is "considered harmful," then so can...
This is the (stupid) pure control-structure alternative: [code]bool BananaDance() { bool success =...