Search:

Type: Posts; User: JaWiB

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    3,066

    http://www.parashift.com/c++-faq-lite/ is one...

    http://www.parashift.com/c++-faq-lite/ is one resource that comes to mind
  2. Replies
    168
    Views
    68,220

    Poll: >Smoking marijuana does not lead to addiction....

    >Smoking marijuana does not lead to addiction.
    It seems the general consensus (though I've seen a few articles that may suggest otherwise) is that it doesn't lead to physiological dependence. But...
  3. Replies
    168
    Views
    68,220

    Poll: Jumping in here kind of late...I haven't read the...

    Jumping in here kind of late...I haven't read the whole thread.


    Citation? I've found one article that shows a possible link (though it sounds like the link could also be due to the marijuana...
  4. Replies
    28
    Views
    6,047

    I've found credits are a very bad indicator of...

    I've found credits are a very bad indicator of how much work a class will take. I have a physics lab course and a calculus course this quarter that are 3 credits each but make up about 70% of my...
  5. Thread: IT Turnover

    by JaWiB
    Replies
    11
    Views
    3,655

    I'm glad someone agrees with me :) I read through...

    I'm glad someone agrees with me :) I read through a bunch of the comments on the article and I was a bit dismayed that almost all of them agreed with it.
  6. Thread: IT Turnover

    by JaWiB
    Replies
    11
    Views
    3,655

    >Staying with one company is nice, but they...

    >Staying with one company is nice, but they simply don't reward loyalty.

    So do you think companies should be rewarding loyalty? I can certainly understand that, from an employee's perspective, it...
  7. Thread: IT Turnover

    by JaWiB
    Replies
    11
    Views
    3,655

    IT Turnover

    I don't know if anyone else reads The Daily WTF, but there's an interesting article posted there:
    http://thedailywtf.com/Articles/Up-or-Out-Solving-the-IT-Turnover-Crisis.aspx

    Disclaimer: I don't...
  8. Replies
    103
    Views
    22,424

    I'm another mostly "self-taught," though to be...

    I'm another mostly "self-taught," though to be fair the boards here taught me a lot of what I know. I started learning during high school, I guess, and now I've taken one programming course at my...
  9. Replies
    47
    Views
    9,252

    According to Einstein, it isn't possible for an...

    According to Einstein, it isn't possible for an object with mass to move at the speed of light.
  10. Nested if and switch statements sounds ugly. ...

    Nested if and switch statements sounds ugly.

    It doesn't seem to me like parsing the names would be that difficult. After all, the chemical formulas follow a pretty strict convention (just pay...
  11. Replies
    4
    Views
    1,361

    Maybe if you separated your numbers with...

    Maybe if you separated your numbers with whitespace?
  12. Replies
    11
    Views
    6,065

    >Just try every permutation in every position,...

    >Just try every permutation in every position, and you will sooner or later find the right combination

    But the problem is distinguishing the correct plaintext from the wrong ones, isn't it?...
  13. You're never actually assigning anything to the...

    You're never actually assigning anything to the elements of leven. And this loop does nothing but assign leven[esize-1] (which is uninitialized) to each even element of list:


    for(int k = 0; k <...
  14. Buffer overflow perhaps? Where is quadEx...

    Buffer overflow perhaps? Where is quadEx declared, and is its size at least 51?
  15. Replies
    18
    Views
    4,586

    If only we had, like, the mayor of awesometown...

    If only we had, like, the mayor of awesometown here.
  16. Thread: File control

    by JaWiB
    Replies
    4
    Views
    1,402

    Yeah, but it still probably wouldn't be foolproof...

    Yeah, but it still probably wouldn't be foolproof (not to mention more difficult to make platform-independent). What about programs like visual studio that allow multiple documents? Maybe you open an...
  17. Thread: File control

    by JaWiB
    Replies
    4
    Views
    1,402

    I doubt there's any way to do it automatically....

    I doubt there's any way to do it automatically. Some programs will probably just read the file into memory and then close the file handle, so what would stop your program from deleting it then?
    ...
  18. Thread: InternetOpenURLA

    by JaWiB
    Replies
    2
    Views
    3,072

    And what are the errors? Are they compile errors?...

    And what are the errors? Are they compile errors? Runtime errors?
  19. Replies
    14
    Views
    2,491

    You call GetDC, but do you call ReleaseDC...

    You call GetDC, but do you call ReleaseDC anywhere?
  20. Thread: Heh...

    by JaWiB
    Replies
    27
    Views
    5,001

    http://www.eskimo.com/~scs/cclass/int/sx4ab.html

    http://www.eskimo.com/~scs/cclass/int/sx4ab.html
  21. Replies
    5
    Views
    2,313

    I keep around a console project that I put my...

    I keep around a console project that I put my test code in. I just have to remember to put code I want to keep in a new project. Otherwise, I erase all the contents every time I want to test...
  22. Thread: C vrs OOP

    by JaWiB
    Replies
    49
    Views
    10,021

    It sounds more like you're comparing C and C++...

    It sounds more like you're comparing C and C++ than comparing C programming with object oriented programming (which seem to me like apples and oranges).

    >Derived classes indeed simplify things,...
  23. Thread: Moving to the US

    by JaWiB
    Replies
    18
    Views
    5,188

    Cingular is the new AT&T. Just type in Cingular...

    Cingular is the new AT&T. Just type in Cingular on wikipedia and see what you get :)
  24. Thread: custom pause

    by JaWiB
    Replies
    10
    Views
    1,997

    Since you're using Windows, you can use the...

    Since you're using Windows, you can use the QueryPerformanceFrequency and QueryPerformanceCounter methods for more accurate timing (if the system supports a high resolution timer)
  25. Replies
    4
    Views
    2,785

    /GR- disables RTTI:...

    /GR- disables RTTI: http://msdn2.microsoft.com/en-us/library/we6hfdy0(VS.80).aspx
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4