Search:

Type: Posts; User: exoeight

Search: Search took 0.00 seconds.

  1. Replies
    24
    Views
    1,661

    To be a good at programming or get anywhere, in...

    To be a good at programming or get anywhere, in any decent amount of time you need to be "quick witted." Excellent problem solving skills, good with mathematics and logic, etc., is all necessary as...
  2. Replies
    3
    Views
    950

    I feel dumb.

    I feel dumb.
  3. Replies
    3
    Views
    950

    Just fyi, I've been reading books on Electrical...

    Just fyi, I've been reading books on Electrical Engineering, and Computer architecture, but still am not seeing how the two talk to each other and connect physically. They two seem like entirely...
  4. Replies
    3
    Views
    950

    Is there no resource for this?

    This is relating to computer architecture and solidifying my understanding from the perspective of a programmer.

    Sorry about this, but I'm going to start with a quick review of how I understand...
  5. Replies
    7
    Views
    959

    Wow, nvm. Just... Google.com.

    Wow, nvm. Just... Google.com.
  6. Order the Microsoft Visual Studio 2005 Beta. I've...

    Order the Microsoft Visual Studio 2005 Beta. I've done it, so have all my friends, it's free and they mail it to you. No charge, no limits, full program, all features.
    ...
  7. Replies
    5
    Views
    1,498

    Simplest? Visual basic, by far, especially if...

    Simplest?

    Visual basic, by far, especially if you just want a user interface.

    Out of C++ and Java, the consensus is that Java is easiest to pick up. I personally dislike the language, but it's...
  8. Thread: Math Question

    by exoeight
    Replies
    8
    Views
    1,700

    If you want to get in to game programming I...

    If you want to get in to game programming I highly advise you to join modding communities. NOTHING (Ok, some other things could ) could prove to you more about how important math is to programming...
  9. Thread: strlen()

    by exoeight
    Replies
    9
    Views
    12,387

    Evans, thanks for you're post, probably most...

    Evans, thanks for you're post, probably most helpful comments i've gotten yet.
    What you said makes sense, and I have my program working better now as a result.

    Gotta mess up to learn, at least I...
  10. Thread: strlen()

    by exoeight
    Replies
    9
    Views
    12,387

    yeah, that does work, but it wasn't in the...

    yeah, that does work, but it wasn't in the specific way I was using it.

    I had to do this... which still is a little flakey...

    ( key is a pointer pointing to a var that has a string in it passed...
  11. Thread: strlen()

    by exoeight
    Replies
    9
    Views
    12,387

    i have no idea what i did, i threw around *'s and...

    i have no idea what i did, i threw around *'s and &'s and got it working some how....

    yay?!

    thanks though. you're tip did help me get started in the right direction.
  12. Thread: strlen()

    by exoeight
    Replies
    9
    Views
    12,387

    int maxClearText = strlen( (const char...

    int maxClearText = strlen( (const char *)cClearText )

    error: "cast to pointer from integer of different size"

    source: http://www.simpleindesign.com/_encryption.cpp

    I have a file named...
  13. Thread: strlen()

    by exoeight
    Replies
    9
    Views
    12,387

    strlen()

    I tried in the c++ forum but no one apparantly knows what to do.

    strlen() requires a const char, as in... strlen( const char );
    so, what do you do if you have a char* ?
    is there a way to get the...
  14. Replies
    1
    Views
    923

    just needed char* to const char.... -_-

    just needed char* to const char....

    -_-
  15. Replies
    1
    Views
    923

    File I/O and Char* Problem

    ok, fine, never respond. -_-
  16. Replies
    3
    Views
    1,820

    UPX is pretty cool, thanks. 420Kb -> 268Kb

    UPX is pretty cool, thanks.

    420Kb -> 268Kb
  17. Replies
    3
    Views
    1,820

    Smaller File Size?

    I want to make this program as small as possible. I've seen programs do far more then what mine does and at far smaller filesize.

    This compiles to about 420kb

    What can I do to this program to...
Results 1 to 17 of 17