Jump to content

jollyrancher82

Dedicated Members
  • Posts

    919
  • Joined

  • Last visited

Everything posted by jollyrancher82

  1. Downloading files, copying them to USB sticks isn't learning.
  2. Your signature animation says "I, for one, support good grammar", yet it has a "dont" which is missing an apostrophe.
  3. C#. Mono-Project is catching up to the official .NET framework, and the .NET framework has been made open source under a certain license. Plus outside of web development, and hobby programming, Linux development is non-existant.
  4. Like the DS? We could try to port stuff from the ds's ARM9 to the ARM in the touch...? The DS has 2 ARM processors.
  5. Is your signature graphic suppose to say "Brian" instead of Brain?
  6. Um why? Was the challenge requirements.
  7. You should have it say "The result is: ", 'sum' means the totally of the values added up.
  8. http://farm2.static.flickr.com/1194/1252108018_e72aec524e_b.jpg[/img]
  9. Core Wars is better, but more advance.
  10. Cracked with Notepad.exe, the string is stored in plain text in the executable.
  11. http://albums.kimag.es/albums/tomb/17506937.png[/img]
  12. Unfortunately, there is a buffer overflow in your code at this point: strcpy(path, argv[0]); It is fixed by doing: strncpy(path, argv[0], MAX_PATH);
  13. Windows, Linux, and OSX interpret n and rn differently, some assume r with n.
  14. The only difference is the size of data types.
  15. That is just a class, it's not being used. You should learn how to use Windows API in C first. http://winprog.org
  16. http://farm3.static.flickr.com/2379/2204030480_8d1c3a75f4_o.png[/img]
×
×
  • Create New...