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 Wanet Telecoms Ltd 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. consistomagus

    Is there an easier way to covert a string to lowercase?

    I am aware of the tolower function to convert a a single character to lowercase however is their a built in Function that allows you to covert an entire string to lowercase or vise versa? Thanks consistomagus
  2. consistomagus

    best way to copy a file

    I need to copy a file from one directory to another in C++. I will have no idea what kind of file it is so I can't use a read file and then write the file. Is there a simple function that I can pass one path and filename to another path to copy it? Thanks, Kevin
  3. consistomagus

    easy printing

    Is their any way in Visual C++ that I can just send a file into the Windows Print Q. I don't even care about opening it. I just want windows to print the file. Any tips will be appreciated. Thanks Consistomagus
  4. consistomagus

    Program too big for memory on a console app

    I'm constructing a console app with visual C++ and I keep getting the error "Program too big for Memory" when I try to run the exe. The exe is only 180kb and I have 1.5gb of ram in an XP box! I don't understand. I'm still a young C programmer however this doesn't make sense that I...

Part and Inventory Search

Back
Top