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: lisal
  • Order by date
  1. lisal

    Unlimited Length Memo

    Hi, I have a form called "Comments" and what I am trying to do is insert some sort of object that will allow the user to enter an unlimited amount of comments. I tried using the Memo function but it only allows 255 characters. Does anyone know of anything I can use in a form that...
  2. lisal

    Infile/Outfile.c_str() question

    * Is there another way to open an infile and outfile? I think the problem I am having is the .c_str(). It seems like it only outputs the first string in the whole input file and forgets about the rest. ** #include <iostream> #include <fstream> #include <string> #include <stdio.h> using...
  3. lisal

    Help with Crazy Error Message

    I'm running the program below and I enter in the file name and the output file and then a message box appears that reads... The instruction at &quot;0x00406375&quot; referenced memory at &quot;0xdddddddc&quot;. The memory could not be &quot;read&quot; Click OK to terminate...
  4. lisal

    that tok thing didn't work for me s

    that tok thing didn't work for me so i tried this. I wanted to search an outfile for the &quot;,&quot; again, and until i find that I want to be able to add up the number of characters and store them in memory. Once the &quot;,&quot; is found i want it to output the characters that are stored...
  5. lisal

    Finding a Certain character

    What command can I use to do the following... I create a string City; and I want to search for the character &quot;,&quot; and if there is a &quot;,&quot; in it it will place that string in the variable city. i.e. Newport News, VA It will take the Newport News, and put it under city...

Part and Inventory Search

Back
Top