Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with VC++ Pin
Michael Dunn10-Apr-05 10:33
sitebuilderMichael Dunn10-Apr-05 10:33 
GeneralRe: Problem with VC++ Pin
hithesh10-Apr-05 15:58
hithesh10-Apr-05 15:58 
GeneralRe: Problem with VC++ Pin
hithesh11-Apr-05 20:45
hithesh11-Apr-05 20:45 
Generaldelete files from c++ code Pin
monageasmear9-Apr-05 11:06
monageasmear9-Apr-05 11:06 
GeneralRe: delete files from c++ code Pin
Graham Bradshaw9-Apr-05 11:55
Graham Bradshaw9-Apr-05 11:55 
GeneralRe: delete files from c++ code Pin
Verolix9-Apr-05 13:39
Verolix9-Apr-05 13:39 
GeneralRe: delete files from c++ code Pin
Erik Funkenbusch9-Apr-05 19:50
Erik Funkenbusch9-Apr-05 19:50 
GeneralRe: delete files from c++ code Pin
toxcct10-Apr-05 2:38
toxcct10-Apr-05 2:38 
Erik Funkenbusch wrote:
Del is not a program. It's a shell builtin, just like dir is. Thus, system doesn't know what Del is. There is no del.exe.

del.exe doesn't exist, but system() doesn't launch programs. it executes shell's commands, just as del, dir, cls...

if you try system("cls");, your screen (in console mode, of course) will be cleared...

the problem in monageasmear's code is that he doesn't enclose the system()'s parameter into ""...

cheers,


TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: delete files from c++ code Pin
toxcct10-Apr-05 3:03
toxcct10-Apr-05 3:03 
GeneralGINASTUB input interception Pin
ulisse1229-Apr-05 9:49
ulisse1229-Apr-05 9:49 
Generalconvert int to string in c++ Pin
monageasmear9-Apr-05 8:41
monageasmear9-Apr-05 8:41 
GeneralRe: convert int to string in c++ Pin
PJ Arends9-Apr-05 9:22
professionalPJ Arends9-Apr-05 9:22 
GeneralRe: convert int to string in c++ Pin
monageasmear9-Apr-05 9:25
monageasmear9-Apr-05 9:25 
GeneralRe: convert int to string in c++ Pin
mark novak9-Apr-05 9:39
mark novak9-Apr-05 9:39 
GeneralRe: convert int to string in c++ Pin
PJ Arends9-Apr-05 9:44
professionalPJ Arends9-Apr-05 9:44 
GeneralRe: convert int to string in c++ Pin
Tim Smith9-Apr-05 13:58
Tim Smith9-Apr-05 13:58 
GeneralRe: convert int to string in c++ Pin
samira forooghi9-Apr-05 9:48
samira forooghi9-Apr-05 9:48 
GeneralRe: convert int to string in c++ Pin
Tim Smith9-Apr-05 14:00
Tim Smith9-Apr-05 14:00 
Generalchanging file names Pin
monageasmear9-Apr-05 8:20
monageasmear9-Apr-05 8:20 
GeneralRe: changing file names Pin
Ravi Bhavnani9-Apr-05 8:35
professionalRavi Bhavnani9-Apr-05 8:35 
GeneralRe: changing file names Pin
PJ Arends9-Apr-05 9:28
professionalPJ Arends9-Apr-05 9:28 
GeneralRe: Open Form Pin
Alexander M.,9-Apr-05 7:51
Alexander M.,9-Apr-05 7:51 
GeneralControlBar problems Pin
Alexander M.,9-Apr-05 7:25
Alexander M.,9-Apr-05 7:25 
Generaladd code of file *.cpp and *.h into MFC Pin
Anonymous9-Apr-05 7:19
Anonymous9-Apr-05 7:19 
GeneralRe: add code of file *.cpp and *.h into MFC Pin
David Crow9-Apr-05 12:19
David Crow9-Apr-05 12:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.