Search:

Type: Posts; User: nickname_changed

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds; generated 59 minute(s) ago.

  1. I'm sorry Thantos :(

    I'm sorry Thantos :(
  2. Did you stop to think maybe I wasn't talking...

    Did you stop to think maybe I wasn't talking about your superbowl? Not everything is about you ya know...
  3. Replies
    20
    Views
    18,309

    What the hell am I thinking.

    What the hell am I thinking.
  4. Replies
    20
    Views
    18,309

    I'd be interested to see how much of that time is...

    I'd be interested to see how much of that time is spent in this part:


    while (place > 0)
    {
    roundTo = roundTo * 10;
    place--;
    }
  5. Replies
    20
    Views
    18,309

    That's true. However, I think mine will stay at...

    That's true. However, I think mine will stay at about the same speed no matter what you're rounding to. Yours might be faster rounding to the nearest 100, but is it faster when rounding to the...
  6. Replies
    20
    Views
    18,309

    I didn't realise he only wanted to round...

    I didn't realise he only wanted to round integers. He could just use an integer with mine as well in this case (since he's multiplying by 500). Then he might not even need to do any casting. That's...
  7. Replies
    20
    Views
    18,309

    Well this is how I round to the nearest whole...

    Well this is how I round to the nearest whole number:



    float someNumber = 798.5600F;
    int closestToOneThousand = (int)(someNumber + 0.5);


    Adding 0.5 turns it to 799.06. Casting this to an...
  8. Replies
    10
    Views
    4,681

    Unix/Linux. If you're going to learn a useless...

    Unix/Linux. If you're going to learn a useless language, you may as well use a useless platform ;)

    *ducks*
  9. Replies
    6
    Views
    3,455

    The actual web pages don't need to be OOP. But...

    The actual web pages don't need to be OOP. But think about this.

    Lets say you've got two pages - one that lists all customers in a detailed grid, and one that just lists their names. The customers...
  10. Replies
    1
    Views
    1,622

    I love to make methods virtual. The reason is one...

    I love to make methods virtual. The reason is one day, you might decide to create another class inheriting from the one you just made. And you might just decide you need to override GetEnumerator. If...
  11. Replies
    6
    Views
    3,455

    You can't do a class diagram if you aren't...

    You can't do a class diagram if you aren't following an object oriented design. It's really that simple.

    While you might be able to call each "page" a class, it would be pointless. What do they...
  12. Replies
    7
    Views
    31,987

    To clear your username/password, right click...

    To clear your username/password, right click anywhere in a folder and go TortoiseSVN->Settings and there is a button marked "Clear Now".

    Thanks for that link.

    Doesn't the new Sourceforge offer...
  13. Replies
    16
    Views
    5,291

    C++ could be said to be a beginners language in...

    C++ could be said to be a beginners language in the best sense of the word - it was the language I started with.

    C++ is a great language to begin with because it teaches you the hard basics. It...
  14. Replies
    16
    Views
    5,291

    That's exactly true, and it's the "basic" that's...

    That's exactly true, and it's the "basic" that's given people the perception it must be a toy language and no real developer would use it.

    This is a great place to argue that the best developers...
  15. Replies
    16
    Views
    5,291

    Visual Basic would be a great one to do it on....

    Visual Basic would be a great one to do it on. Theres a large majority of programmers that bash it because it's so "basic", but in real life it's probably one of the most used languages of all time....
  16. Replies
    20
    Views
    4,559

    Most work nights I end up sleeping from about...

    Most work nights I end up sleeping from about midnight till 6am for work, and on weekends I like to stay up late so I'm usually up till 5 or 6 in the morning - but then I crash, sleep for 12-13...
  17. Replies
    9
    Views
    3,405

    That's understandable. I mean, it's just C# with...

    That's understandable. I mean, it's just C# with dumb syntax that gives you RSI because You Have To Type So Much Code Just To Do Something Simple Because Visual Basic Dot Net Is So Verbose Full Stop...
  18. Replies
    11
    Views
    2,940

    Mine is better Edit: And also a picture of...

    Mine is better

    Edit: And also a picture of myself.
  19. It's never a good idea to charge a flat fee for a...

    It's never a good idea to charge a flat fee for a website. What if you do it, get your $100, and he asks you to change something? Or fix a bug, or do something different because he changed his mind?...
  20. It makes sense to me. Obviously they tried to...

    It makes sense to me. Obviously they tried to compile without the comments, but because they don't have any of the people they needed, they had to comment it out. What they should have done is put...
  21. Replies
    32
    Views
    7,980

    You'll find that's not so much of a problem when...

    You'll find that's not so much of a problem when you realise most work can be found outside of newspapers and job websites ;)
  22. Replies
    23
    Views
    5,240

    Why would any sane language insist of wrapping...

    Why would any sane language insist of wrapping every statement in brackets?
  23. Replies
    12
    Views
    3,139

    Objection your honor, leading the witness!

    Objection your honor, leading the witness!
  24. Replies
    30
    Views
    8,729

    I can't confirm Europe (Europeans are always...

    I can't confirm Europe (Europeans are always sleeping or on holidays, so maybe they are going to bother releasing it), but I know it's out in the USA, Korea and Australia (me!). But since you can...
  25. Replies
    15
    Views
    4,709

    I've got keyboards with letters missing - just...

    I've got keyboards with letters missing - just use the keys a lot and the letters dissapear. I'm sure you could just scrub the keys and achieve the same effect (for less than $80).
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4