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 strongm 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: *

  1. holdingprice

    declaring a derived class in a new unit

    i am trying to declaire a derived class from a base class in a new unit. I have added the header file for the base unit but i still keep getting the following message. "E2303 Type name expected" is there something else i should add as i am assuming the base class cant be seen?
  2. holdingprice

    how do i convert an AnsiString to a basic_string

    sorry i meant to say &quot;I need do this to use the << opperator with the ofstream&quot; not &quot;cout statement&quot;
  3. holdingprice

    how do i convert an AnsiString to a basic_string

    I am writting the contents of edit boxes to a text file but can not convert the contents of the edit box(an ansiString) to a basic_string. I need to do this to use the cout statement with the ofstream. Anyone got any ideas, they are a great help!
  4. holdingprice

    Populating a listbox from a text file

    Thanx, Got it working fine now [smile] only problem is sort one problem and the next isnt far away!
  5. holdingprice

    Populating a listbox from a text file

    Can anyone help me by suggesting some code to populate a listbox from an already created .txt file. I have written a Microsoft console application and am now converting it into a Borland visual application. This is a new environment for me!

Part and Inventory Search

Back
Top