Search:

Type: Posts; User: CompiledMonkey

Page 1 of 19 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    6,309

    You want to talk about brain power yet also...

    You want to talk about brain power yet also mention how it's no different than other languages. Make up your mind. I don't see the requirement of having tons of experience with a language to...
  2. Replies
    15
    Views
    6,309

    Read your statement again. :) It may lessen the...

    Read your statement again. :) It may lessen the argument, but certainly does not negate it.



    Design doesn't necessarily mean performance. Most often design is in reference to how well an...
  3. Replies
    15
    Views
    6,309

    @Elysia: You said a lot about "depends on what...

    @Elysia:

    You said a lot about "depends on what you're trying to do" and "depends on the experience of the developers". We're talking on a level playing field here. Given two developers with...
  4. Replies
    15
    Views
    6,309

    Are C and C++ still relevant?

    I'll prefix this by saying that I know there are certain uses for these languages which keeps them relevant to a small fraction of the developer community. Most notably operating system, device...
  5. Replies
    14
    Views
    8,714

    Ok, good. Doesn't change my approach.

    Ok, good. Doesn't change my approach.
  6. Replies
    14
    Views
    8,714

    Or, you're thinking about it too much. We don't...

    Or, you're thinking about it too much. We don't know whether this is a class assignment or a prototype for American Airlines. My experience has taught me to break a problem down and begin to solve...
  7. Replies
    14
    Views
    8,714

    Sure. The type element can be the criteria you...

    Sure. The type element can be the criteria you search for as you decide which flight to put a student on. The date/time can be random as well. If you need to see whether a flight is already...
  8. Replies
    14
    Views
    8,714

    If we're talking about 3 variables or sets of...

    If we're talking about 3 variables or sets of objects to keep track of, you have 3 Linked Lists. Each of which has an object of a specific type that has it's own properties, etc. You can keep them...
  9. Replies
    14
    Views
    8,714

    Doesn't sound like anything more than a matrix of...

    Doesn't sound like anything more than a matrix of the 3 variables you brought up. A set of interlinked LinkedLists could handle this problem with ease.
  10. Replies
    6
    Views
    2,816

    Basically.

    Basically.
  11. I had a job well before I graduated. And yes, I...

    I had a job well before I graduated. And yes, I do understand the reason companies do this, but not why you think it's ok for Universities to do this. For computer science, you need to be learning...
  12. Wow, I wish all of that garbage would be removed...

    Wow, I wish all of that garbage would be removed so we could have a decent conversation on the topic.

    Personally, I agree on many parts of this article. I do feel like many schools "dumb down"...
  13. Replies
    12
    Views
    3,712

    Hahaha, I hear he's good with assembly.

    Hahaha, I hear he's good with assembly.
  14. Replies
    12
    Views
    3,712

    Assembly forum?

    Does anyone know of a good community around assembly programming?
  15. Replies
    14
    Views
    6,587

    You keep saying you want to learn but instead of...

    You keep saying you want to learn but instead of searching around and finding the answers, you're asking everyone here to do it for you. It doesn't sound like anyone around here has done much of it...
  16. I can't seem to find a really good assembly forum...

    I can't seem to find a really good assembly forum anywhere.
  17. From what I've seen of assembly so far, I really...

    From what I've seen of assembly so far, I really like it. I'd have a hard time finding a practical reason to use it though. Maybe if I go on to be a researcher, I'll have more time to dabble in the...
  18. Do you use C/ASM for specific purposes?

    I just finished reading Just for Fun and it got me wondering. Do any of you use C or ASM in ways that require that level of access? For example, I find it pointless to develop a web application in...
  19. Replies
    32
    Views
    7,988

    That's true.

    That's true.
  20. Replies
    9
    Views
    3,406

    C# > C++ > Vb.net

    C# > C++ > Vb.net
  21. Replies
    32
    Views
    7,988

    Wow, I think that's so stupid. So many people...

    Wow, I think that's so stupid. So many people around here consider how many games they make how successful they are. If that's the case, I have never been successful in this discipline.
  22. Replies
    5
    Views
    1,993

    I would suggest giving C# a look. Sure, C++ is...

    I would suggest giving C# a look. Sure, C++ is awesome to learn with, hobby with, and build applications where speed and efficiency are key. However, often in the IT space, you'll use a language or...
  23. Replies
    8
    Views
    2,549

    http://msdn.microsoft.com/vstudio/express/visualc/

    http://msdn.microsoft.com/vstudio/express/visualc/
  24. Replies
    6
    Views
    1,037

    Might want to start out with a more simplistic...

    Might want to start out with a more simplistic example if you're trying to learn this stuff.
  25. Weird, that just printed out "hello", so it...

    Weird, that just printed out "hello", so it didn't nullify the StringBuilder from above.



    The class all of this code was in is called Program. So I had to make a reference since the methods...
Results 1 to 25 of 452
Page 1 of 19 1 2 3 4