Recent content by Iron_Cross

  1. I

    Software Engineering w/o a CS degree?

    I don't want to step on any toes, so just PM me if you want to know the forums. Uncle Buki, I sent it already to you.
  2. I

    Software Engineering w/o a CS degree?

    Do you have another degree, perhaps not CS? Some businesses only require a degree, without reguards as to what they're in. Then like some people said, you can 'prove' yourself with other things (certs, open source projects, etc). The whole 45 min drive thing, I wouldn't think too much about...
  3. I

    Programing Windows

    http://www.gamedev.net/
  4. I

    Java- need help converting value

    There might actually be a currency class somewhere. I know in .NET there is, and I haven't used Java in ages. But I'd look for a localization/internationalization/currency class or package in the Java API. I'm willing to bet that they have something like that. So you wont' have to go through...
  5. I

    HTML HW help please

    No one is going to do your homework for you. For the buttons use an image surrounded by a hyperlink And for the frames, I'd look at a place like www.w3schools.com for tutorials on that stuff since it's more complicated.
  6. I

    .NET Easily Decompiled

    You can decompile C/C++ back into a high level language. Who told you that you can't?!
  7. I

    "F" Keys

    Exactly. That's what I was trying to get across, thanks fitzjj ;)
  8. I

    "F" Keys

    I think you're math is off a bit. You don't count "CTRL+ALT+DEL" or any key combinations like that. They don't produce a new key code, they're just a combination of keys. Also, I think you're reading a bit too much into the F1-12. Those are simply Function keys. They're used to execute variable...
  9. I

    .NET Easily Decompiled

    Code that isn't obfusecated can be decompiled yes. But so can any language. Also, you can check to see what FCL methods and classes a program uses, but that won't really help. If someone wants your source bad enough to try to reverse engineer it, then they'll get it...No matter what language...
  10. I

    diferences

    Um, did someone forget to mention that C# is managed and C++ is not :P
  11. I

    Books on Programming

    Thanks, I'll add it to the programming resources thread :)
  12. I

    Java file not compiling

    What's the exact error message you're getting?
  13. I

    Bind data in a hash table to a data grid in C#.NET

    Just set the DataValue and DataSource properties of the datagrid to the appropriate values of the hashtable.
  14. I

    C++ needed

    what's the whole code snipit? We can't really tell without seeing more of the code.
  15. I

    Needing Programmers!

    So because it's open source means you have to work for free? Thanks for a shit answer. Chankama, on the other hand, gave me an intelligent answer that makes sense. I have nothing against working on an opensource project for free. I'm just saying that if it's a company creating this program...
Back
Top Bottom