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 bkrike 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: One2b
  • Content: Threads
  • Order by date
  1. One2b

    Testing for Data Type

    I have a text file which contains different types of data. I read in the text file into a CString and use it to parse information. However, I need to now get some of the data out, but some of it could be double, float, or int. I know of the functions like atoi, atof, etc. However, I need to...
  2. One2b

    Scheme/Lisp in VC++

    I am trying to search a file containing lisp code for the number of elements in the list. If anyone knows or has a suggestion on how to get the car (i.e the first element in the list) out of the CString object i have, and how to get the cdr (i.e the rest of the stuff in the list), it would be...
  3. One2b

    Searching for Carriage Returns, etc with CString

    I am attempting to find a Carriage Return, a Line Feed, and/or Tabs in a CString. I am trying to use the CString::Find function, but am not sure what the correct parameter it takes. I thought \015, \102, \011, would be find however, it says that I have an illegal escapte sequence. Can anyone...
  4. One2b

    CString and CFile C++

    I am trying to read in a text file that contains information in list form. Basically output from a lisp program that contains data. I need to ignore comments which in this case are ;;. I am trying to create a class which is derived from the CString class that when is used to create objects...

Part and Inventory Search

Back
Top