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 SkipVought 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

    Returning more than one value???

    As far as I know you cannot explicitly return more then 1 variable back through a function at a time.. You can however pass a pointer back to the variable to the function. This would allow the function to manipulate any number of variables and have their values changed by the function. Hope...
  2. 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
  3. 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
  4. 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
  5. consistomagus

    Program too big for memory on a console app

    I don't beleive so.. however is their a way to increase the stack size to try to trouble shoot the problem?
  6. consistomagus

    Program too big for memory on a console app

    I don't beleive so.. however is their a way to increase the stack size to try to trouble shoot the problem?
  7. consistomagus

    Program too big for memory on a console app

    I don't beleive so.. however is their a way to increase the stack size to try to trouble shoot the problem?
  8. 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