Search:

Type: Posts; User: abachler

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. High level languages like C are translated by the...

    High level languages like C are translated by the compiler into machine language which is instruction set specific. In the case of modern processors the machine code is then translated on chip into...
  2. Replies
    11
    Views
    9,126

    no, its called a simple substitution cypher. The...

    no, its called a simple substitution cypher. The font may be called bionicle.
  3. Replies
    2
    Views
    16,076

    Video For Windows (vfw32.lib) was deprecated a...

    Video For Windows (vfw32.lib) was deprecated a looooooong time ago, and was removed entirely IIRC in 2007. The new way of doing it is with Media Foundation (MF), although DirectShow is still...
  4. Solved it. Added in direct declarations of the...

    Solved it. Added in direct declarations of the relevant CLSID's and linked to ole32.lib and d3d11.lib, added reference in source to those requirements. built a static library version of the class,...
  5. Replies
    6
    Views
    4,548

    Evaluation is specified for ++i and i++ and...

    Evaluation is specified for ++i and i++ and before or after evaluation. Evaluation in this case means specifically the value of the variable, not the outcome of the function, so it shodul always...
  6. CLSID_SampleGrabber no longer available, how to workaround?

    Hey guys, been busy for the last decade, but got around to updating a useful library of mine which opens cameras and video capture cards and returns the raw frame data. Come to find out...
  7. Replies
    14
    Views
    2,810

    Actually it could, and the open source compilers...

    Actually it could, and the open source compilers will compile your old code just fine.

    ::-) ™
  8. Thread: Signing off.

    by abachler
    Replies
    10
    Views
    2,747

    Signing off.

    So long, and thanks for all the fish.
  9. Replies
    16
    Views
    8,231

    Said the guy who posted obvious flame bait...

    Said the guy who posted obvious flame bait in general...

    Yes, the best way to avoid debate is to censor any replies that disagree with your opinion. The mods on this board are turning into nazi's...
  10. Replies
    10
    Views
    19,504

    Code that needs to be portable between C and C++...

    Code that needs to be portable between C and C++ compilers cannot use C++ only features and uses C++ compliant C (e.g. explicit typecasting malloc'd allocations). This is common practice for...
  11. Replies
    10
    Views
    19,504

    What happens is that when you malloc/new very...

    What happens is that when you malloc/new very often, the user space memory can become fragmented, so that you may have 1GB free, but no single block large enough to satisfy the malloc/new call, so...
  12. Replies
    16
    Views
    8,231

    Most games do not require an advanced 3D graphics...

    Most games do not require an advanced 3D graphics card. Most run just fine at lower settings on an average graphics card, and they don't make non-3D cards anymore, they haven't for at least a decade...
  13. Replies
    26
    Views
    6,348

    this thread really needs to be move to a more...

    this thread really needs to be move to a more appropriate channel, like tech.
  14. Replies
    16
    Views
    8,231

    You are mistaken if you believe that. The PC is...

    You are mistaken if you believe that. The PC is the largest segment of the game market specifically because more homes have a PC than have any specific proprietary platform. PC's also have higher...
  15. Replies
    11
    Views
    1,434

    Unemployment still at 17.3%

    Ill bet Obama barely pays lip service to the failing economy in his state of the union address.

    Table A-12. Alternative measures of labor underutilization
  16. Replies
    23
    Views
    4,856

    Please don't bump old threads.

    Please don't bump old threads.
  17. Replies
    6
    Views
    2,951

    No it isn't. It is commonly used in rapid...

    No it isn't. It is commonly used in rapid prototyping of circuits. Often a BASIC stamp will be used for proof of concept.
  18. Replies
    8
    Views
    2,440

    Yes, when you want to swap them, save one to a...

    Yes, when you want to swap them, save one to a file, deallocate the memory, then allocate and load the second one.
  19. Replies
    6
    Views
    2,951

    I'm really not interested in teaching my daughter...

    I'm really not interested in teaching my daughter a useless language.
  20. Replies
    17
    Views
    3,037

    Lolz!

    Lolz!
  21. Replies
    8
    Views
    2,084

    Hence why they are tethered you moron.

    Hence why they are tethered you moron.
  22. Replies
    8
    Views
    2,084

    The military use emergency repeaters attached to...

    The military use emergency repeaters attached to tethered weather balloons. No idea why FEMA and such agencies don't have access to this circa 1940's technology. You can deploy a 100 foot cell...
  23. Replies
    25
    Views
    11,233

    Nation building doesn't work. Besides the fact...

    Nation building doesn't work. Besides the fact that it is irrelevant in this case, as Haiti is already a republic.


    Imposing democracy isn't the answer.


    Why? So that we can encourage a...
  24. Replies
    25
    Views
    11,233

    Rush is a moron, although I do tend to agree that...

    Rush is a moron, although I do tend to agree that we shouldn't send assistance. We can't keep bailing out these third world countries that make moronic policy decisions ( or no decisions at all)...
  25. Replies
    22
    Views
    4,668

    Well, the *r thing will definately slow it to a...

    Well, the *r thing will definately slow it to a crawl, but other than that I don't see any issues, well, other than teh fact that the slow_exp function is highly unoptimized to begin with but I...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4