Search:

Type: Posts; User: mr_coffee

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,068

    I see your point Grumpy. I'm modifying existing...

    I see your point Grumpy. I'm modifying existing code and I guess the original coder thought the new class was different enough from the first class that he needed it to me a whole new class but he...
  2. Replies
    4
    Views
    1,068

    Thanks Grumpy, In reality, class a has several...

    Thanks Grumpy,

    In reality, class a has several values that B must use, I was just making it simple.

    When you said make class B return required value I wasn't sure what you ment by...
  3. Replies
    4
    Views
    1,068

    Design question, sharing data

    Hi guys so 2 classes need to share information.


    Class A has information class B needs to modify, and it should also modify class A's data as well.

    Currently this is how its done:



    class...
  4. Replies
    18
    Views
    2,241

    Interesting, thanks guys for the your input. I...

    Interesting, thanks guys for the your input. I do like the feeling of waking up from work and not feel bad about going to work. I guess I shouldn't have said I hated all of my work at IBM. There...
  5. Replies
    18
    Views
    2,241

    cpjust, Not every person can do this, you...

    cpjust,

    Not every person can do this, you have to be selected into the program.

    A ton of companies pick java over C++ the difference in speed isn't that great. Companies also like the...
  6. Replies
    25
    Views
    3,178

    I did both C# and Java with data access and I...

    I did both C# and Java with data access and I really love java, and its much more portable still. You can't run C# on a mainframe, you can run java though. Can you even run .net on *nix?
  7. Replies
    18
    Views
    2,241

    Do what you love or do what is safe?

    So I'm starting with a company out in cali in sept and I actually get to pick want to do. About 30 or so business units will come to me and I interview the managers and if I find their group...
  8. Replies
    76
    Views
    381,814

    Wow CornedBee, I remember you when I was like 14...

    Wow CornedBee, I remember you when I was like 14 on VBForums that was like 10 years ago
  9. Replies
    76
    Views
    381,814

    haha, nicely done. I apologize I...

    haha, nicely done.





    I apologize I didn't read later that you were just joking about it.
  10. Replies
    76
    Views
    381,814

    I'll program in whatever language fits the job. ...

    I'll program in whatever language fits the job. But it turns out a lot of big companies love java.
    I use to bad mouth java before I even used it simply because I was young and dumb and didn't...
  11. You may have a hard time finding a good paying...

    You may have a hard time finding a good paying job without a degree. I just graduated, half the stuff I learned was useless but the fact that I had a degree and internships helped me land a sweet...
  12. I had to take a ton of math classes, calc I-3,...

    I had to take a ton of math classes, calc I-3, DIff Eq, Stats (2 400 level), matrices, discrete math not to mention all the physics (mechanics, E&M, quantum and waves).

    I thought all those courses...
  13. Replies
    12
    Views
    23,259

    Yah i'm the opposite, after a day of work I don't...

    Yah i'm the opposite, after a day of work I don't even want to play games on the computer which sucks because I love gaming on the PC.
    But when I was interning with IBM, I was always ahead of...
  14. Replies
    12
    Views
    23,259

    Yah I've found I like to work with people a lot...

    Yah I've found I like to work with people a lot more than sitting and coding for hours on end. Also I find myself always stressed out when I'm coding if I can't figure it out. Its like my brain...
  15. Replies
    12
    Views
    23,259

    Thanks for the input guys!

    Thanks for the input guys!
  16. Replies
    12
    Views
    23,259

    Any Computer Science majors with an MBA?

    Hi guys,

    I was wanting to get my MBA, my compnay will pay 10k a year to go to college.
    I talked to a manager, he also was a computer science major and he said he got his MBA in 3 years while...
  17. Replies
    3
    Views
    2,108

    excellent, thank you, i didn't find this...

    excellent, thank you, i didn't find this googling, great tutorial! after reading it, it seems like everyhting I wrote makes sense.
    Hm...i'm not so sure if this is right though:


    int...
  18. Replies
    3
    Views
    2,108

    bit operation question

    Hi guys!

    I was curious a function is doing the following bit operations:


    /**********************************************************************

    Function : hw_update_pageref...
  19. ahh, excellent! thanks guys, makes sense now.

    ahh, excellent! thanks guys, makes sense now.
  20. Awesome, thanks guys! so say I wanted to...

    Awesome, thanks guys!

    so say I wanted to extract 148 from 0xb148, could I simply do:
    int result = 0xb148 & 0x0fff

    then would result contain: 0x0148?
  21. How can I extract the most significant 4 bits?

    Hi guys, I'm currenty writing a program to simulate page replacement, and I'm given a series of virtual addresses in the form of:

    0x6873
    0x6cff
    0x68ec
    0xb148

    I'm currently going to check to...
  22. C# and JavaScript, how can I get Javascript to use a C# object?

    Hi guys,

    ANyone know how I can do this? Basically I have a COM component (active x) running on the client's machine (I registered the .DLL of the component) and I need to make a client side java...
  23. Thanks a lot Codeplug, worked!

    Thanks a lot Codeplug, worked!
  24. pthreads, I created the thread, passed a function, function never runs.

    Hi guys.

    So basically my program is doing the following:
    The parent: recver process is going to spawn 1 thread to read a file the child process is sending. The child process is writing a file...
  25. Hi thanks for the responce, well the program will...

    Hi thanks for the responce, well the program will do the following:
    it will take an unsorted input and writes it to a file in the proper order. The threads have their own local store of buffers that...
Results 1 to 25 of 47
Page 1 of 2 1 2