post  how to make cheat code for socom 2

computerquip (870)   Link to this post
Though I don't believe in commercial software, I can easily see where it comes from. I do plan eventually to release priced software for my own personal benefits. It's for money which is needed to live and can easily come across the more useful the software. How forunate of WoW to be rolling in so much dough monthly.
helios (6057)   Link to this post
Least significant bit? That's effected by endianness, right?
By definition, no.
bool lsb=int(x)&1;

http://en.wikipedia.org/wiki/Endianness
chrisname (2526)   Link to this post
Though I don't believe in commercial software, I can easily see where it comes from. I do plan eventually to release priced software for my own personal benefits. It's for money which is needed to live and can easily come across the more useful the software. How forunate of WoW to be rolling in so much dough monthly.

The GPL encourages you to make money from your software. Why?
- You have the right to buy the software, or not.
-- If you buy the software, and it is GPL'd, you have the right to modify, redistribute, or whatever else the GPL permits you to do
-- If you don't, you can't do any of the above.

@helios
Oh.
Last edited on

Pages: [1] [2]


This topic is archived - New replies not allowed.