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...
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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.