Search:

Type: Posts; User: feeder74

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    3,469

    I learnt assembly code years ago - back before...

    I learnt assembly code years ago - back before the protected mode revolution, when I came back to programming I was lost, a friend put me onto C#, and you can't use that language without the new...
  2. Replies
    27
    Views
    3,469

    Thx Elysia, I'll keep it in mind, I have a fair...

    Thx Elysia, I'll keep it in mind, I have a fair bit of time with this, and am spending most of it loosely researching when I'm not buisy with other things, right now, I'm in the process of trying to...
  3. Replies
    4
    Views
    2,119

    Ok, and thx, I guess thats the answer I was...

    Ok, and thx, I guess thats the answer I was after...
  4. Replies
    27
    Views
    3,469

    I do feel speed on this process is neeeded, at...

    I do feel speed on this process is neeeded, at the current point in time I really have no idea how often this routine will be called, but I'm kinda thinking it will be intensive...

    Thank you for...
  5. Replies
    4
    Views
    2,119

    The largest value that long can be is just shy of...

    The largest value that long can be is just shy of 2 gig, if I have a 15 gig file, what will fseek return? will the long overflow? if so where does this overflow data end up?

    I am using Windows 7...
  6. Replies
    27
    Views
    3,469

    Ok, well, the factory has rewritten the above,...

    Ok, well, the factory has rewritten the above, but I'm doing something wrong...

    I'll list my code and explain, hopefully someone will help...

    BoardFactory.h
    class BoardFactory
    {
    struct...
  7. Replies
    4
    Views
    4,850

    A quick note about the math - to Amplify you just...

    A quick note about the math - to Amplify you just multiply values, though why you would use an integer for this is beyond me - and to normalize, well the max value in 16 bits is 65535, assuming 0 is...
  8. Replies
    4
    Views
    2,119

    Large Data Files in FlatFile Database...

    I got another question open on these forums, but I'm already looking ahead at knowledge I am lacking...

    I've looked at <iostream> and fseek and fread/fwrite are great for what I want to do, but...
  9. Replies
    5
    Views
    1,667

    C and C++ are two great options, I am a bit of a...

    C and C++ are two great options, I am a bit of a hobbiest however, and I must point out, that if you intend on getting low-level with hardware, a lot of chips that you will work with will NOT have a...
  10. Replies
    27
    Views
    3,469

    A basic optimization request...

    Hey, I'm still moderatly new to C++, I've played with it for several months only.

    I'm trying to write some c++ code to record chess pieces in memory, and I will be using a 64-bit model, I did some...
Results 1 to 10 of 10