Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xGE
  • Order by date
  1. xGE

    Recovering *.CPP file from the *.OBJ??

    This reminds me of the old saying: "When rape is unavoidable, lay back and enjoy it." Ya, I believe that you are "screwed", assuming that you were using Borland IDE and not some nice friendly editor like MS WORD to develope code ( a dumb choice), in which cae it writes out...
  2. xGE

    numbers to words vcl

    Sounds like you want to write checks. This doesn't look like a trival, generic problem, which is why you haven't gotten any responses to date. Good luck with writing it yourself. It shouldn't be too hard.
  3. xGE

    Reverse needs corrected.!!

    I'm not positive, but I sort of recall seeing a "str....." function that does this.
  4. xGE

    last post re: sort func. is fixed; nedd help with read/write funcs.

    I suggest that although your &quot;for&quot; statement looks very sophisticated, it may be unduely comlicated and could be causing the problem. C++ does not guarentee the order in which &quot;AND&quot; operations are performed. Break the &quot;for&quot; down to just the Index < limit, and add...
  5. xGE

    I need a dictionary file that will

    Try MS WORD dictionary files. I think that it is ASCII file (not binary).
  6. xGE

    Compiler Bugs

    //--------------------------------------------------------------------------- #include <vcl.h> #include <string.h> #pragma hdrstop //////////#include &quot;CompilerTest.h&quot; // For convience the *.h file has been inserted directly below...
  7. xGE

    Exception handling

    [Borland Standard C++ Builder 3.0 (build 3.70)] I am having a very dificult time getting this platform to handle exceptions, as I understand its usage as determined from standard text books on the subject. There seem to be a lot of menu boxes that need to be checked, and often the...
  8. xGE

    Compiler Bugs

    I am using Standard Borland C++ Builder 3.0 (build 3.70). I have found what I consider to be compiler errors (2 probably related). Does anyone in the world care to know about these compiler bugs? Very tiny (~20 lines) test program available on request.

Part and Inventory Search

Back
Top