Search:

Type: Posts; User: blight2c

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    2,349

    not crazy at all, maybe just a little obtuse: a...

    not crazy at all, maybe just a little obtuse: a rolling blackout for your worries' source is a lot like apologizing to the pedestrian you just ran over.

    giving money is a good place to start. ...
  2. Replies
    2
    Views
    2,612

    dunno, it was sunday 'bout noonish on a really...

    dunno, it was sunday 'bout noonish on a really niceday, maybe that's it. do you know where i could look this up or what to search for, nothing i punch gets me anything useful and legal. thanks for...
  3. Replies
    8
    Views
    1,180

    i think you asking questions that are explain...

    i think you asking questions that are explain just a few pages ahead of you in your book (assuming your learning from a book). look up overriding.

    as for the suggestion 1, i'm pretty sure the...
  4. Replies
    3
    Views
    935

    not all paths return a vale

    hey all, my compiler says that not all these paths return a value, but to my eye they do. can someone help spot my error? thanks in advance :)


    ]
    char Game::mf_game_displayOptions(int options)...
  5. Replies
    11
    Views
    2,745

    what i like about the queen, is how people play...

    what i like about the queen, is how people play her. she's always both the linch pin and the #1 cause for floundering a match. i think of her as the juno of chess
  6. Replies
    6
    Views
    3,227

    while your on the subject, when you run the...

    while your on the subject, when you run the debugger what language is that. is it called assembly? are there different dialects for different compliers?
  7. Replies
    2
    Views
    2,612

    bandwidth spike, cable modem?

    i have a question for anyone who knows something about networks. i just got a rca cable modem from optimum online about 2 weeks ago. early today i was watching my transfer rate running at about 1...
  8. Replies
    14
    Views
    3,012

    i saw this the other day: is this the...

    i saw this the other day:


    is this the anti-anti-rebellion breaking out here? pretty soon everyone over 18 will be up against the wall with the lawyers because hoosiers like this bloke keep...
  9. Replies
    7
    Views
    1,128

    sorry about my previous explanation (sometimes...

    sorry about my previous explanation (sometimes i'm ashamed to call my self an english speaker)

    this is what i thought, but i don't have a lot of experience so don't chase any wild ducks on my...
  10. Replies
    10
    Views
    2,628

    i don't even see the banners anymore, i just got...

    i don't even see the banners anymore, i just got used to zoneing them out. there could be a flashing donkey act up there and i wouldn't know.
  11. Replies
    7
    Views
    1,128

    shouldn't the 1 in this...

    shouldn't the 1 in this "inventory[numMovies-1].title" be incremented until it == the diference between deletenum and nummovies? i'm shooting from the hip though
  12. Replies
    4
    Views
    1,220

    my granddad always said, "if it's possible to...

    my granddad always said, "if it's possible to skin a cat . . ."
  13. i think your asking if this array should be a...

    i think your asking if this array should be a class on its own or in another class? if that's what your asking it would depend on how complex each array element is. can you post code or give more...
  14. Replies
    19
    Views
    5,780

    i've had problems at linuxquestion.org. but i...

    i've had problems at linuxquestion.org. but i think it has to do with the way opera loads the images. i haven't been that motivated to poke around yet, but i think opera caches alot of the images...
  15. Replies
    2
    Views
    971

    when you say address, are you talking about...

    when you say address, are you talking about subscripts/offsets? post some code :)
  16. Replies
    4
    Views
    3,577

    does the teacher mean to add all the days of the...

    does the teacher mean to add all the days of the preceding year to the number of days in the current year? in other words, a recursive function adding the days from present to 0 ce?
  17. Replies
    24
    Views
    4,715

    that unreg was me

    that unreg was me
  18. Replies
    6
    Views
    1,754

    >you really go overboard with the naming...

    >you really go overboard with the naming conventions!!

    i really like my system. in fact, i'm having it copyrighted ;)
    kidding aside, i'm too much of a wuss to derive or make friend functions, so...
  19. Replies
    6
    Views
    1,754

    christ sorry, left my head someplace else today...

    christ sorry, left my head someplace else today :D



    char Game::mf_game_displayOptions(int options)
    {
    char choice='h';//local only
    if (options==1)
    { bool choiceCheck=false;
    do
  20. Replies
    6
    Views
    1,754

    all control paths don't return a value?

    hey all, i have a warning saying that not all these paths return a value, but the inner else should just continue the loop and _not_ return a value. will this cause problems? how can i express the...
  21. Replies
    7
    Views
    1,278

    i see (says the blind man ineptly typing at his...

    i see (says the blind man ineptly typing at his very expensive toy)

    thanks a lot guys :D
  22. Replies
    17
    Views
    4,056

    well, i guess that's just the thing now is it...

    well, i guess that's just the thing now is it not? you can't divorce the product from the business tactics anymore. again, i don't know a bunch about the nuts and bolts of windows, but how the user...
  23. Replies
    7
    Views
    1,278

    thanks for helping :) >> if...

    thanks for helping :)

    >> if (fv_mgrDirection=='b'||'B')
    This is always true.

    how is that always true? and what's difference between that and:

    >if ( fv_mgrDirection=='b' ||...
  24. Replies
    17
    Views
    4,056

    i doubt i have enough knowledge to complain about...

    i doubt i have enough knowledge to complain about ms's programming ability (right now i can't even fathom how to write something like ms word). but, from the end user perspective i think i have a...
  25. Replies
    7
    Views
    1,278

    a math problem . . . i hope atleast

    hey all, hope you're having a good weekend. one of my functions isn't returning what i think should be a proper value, so i was hoping to post it, surf around a bit, and then someone will by magic...
Results 1 to 25 of 267
Page 1 of 11 1 2 3 4