df_%s_%t_%p
im trying to put the above as it is in a CString (VC++) but when i do so, I get a runtime error for obvious reasons. what do i do? is there a syntax thing im missing to make the %s, %t, %p purely characters?
hey im trying to make an application that builds a dos script based on the user's input. what are the functions/commands needed to write to an external file? at the end of this, i want to execute the script and delete it as well...
hey my application (VC++) has a bunch of system() functions in it. Although I am happy with how it runs right now, I was wondering if anybody knows a way to keep that command prompt window open instead of flashingall the time. For programming purposes I want to see the exact display on the...
i was wondering if there was a way to take the results of a command prompt and use it in the code to determine the output. what i want to do is portray if a certain command was successful or there was an error trying to execute it? can this be done?
hey im trying to make an edit box that will serve to input the password. how do i make it so the user can type out the password in the box and show up as *'s but still set the correct password to the variable?
hello, I want to execute multiple commands in the same command prompt window session... does that mean i won't be able to execute back to back system() functions? if so then how should i tackle this problem? do I need to build some outside file (batch?) How does that work?
hey im trying to run a dialog based application however when i compile and run the program none of the dialog boxes come up. How do you get the 'starting' dialog box to appear when the application is run?
hello can anyone tell me how to add a default text input into an edit box. to be more specific i want to have 'type input here' in the edit box when it first appears. of course this will be altered by the user
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.