Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to creat exe files? Pin
VikramDelhi13-Nov-04 23:45
VikramDelhi13-Nov-04 23:45 
GeneralRe: How to creat exe files? Pin
Dody_DK14-Nov-04 0:45
Dody_DK14-Nov-04 0:45 
GeneralRe: How to creat exe files? Pin
ThatsAlok14-Nov-04 18:49
ThatsAlok14-Nov-04 18:49 
GeneralRe: How to creat exe files? Pin
Dody_DK15-Nov-04 4:06
Dody_DK15-Nov-04 4:06 
GeneralRe: How to creat exe files? Pin
gamitech15-Nov-04 19:50
gamitech15-Nov-04 19:50 
GeneralRe: How to creat exe files? Pin
gamitech15-Nov-04 19:59
gamitech15-Nov-04 19:59 
GeneralRe: How to creat exe files? Pin
Dody_DK17-Nov-04 7:37
Dody_DK17-Nov-04 7:37 
GeneralRe: How to creat exe files? Pin
gamitech17-Nov-04 10:35
gamitech17-Nov-04 10:35 
Hmmm hard to tell.... The MSDN is really big.
What sort of problem are you having now. If it is about manipulating files read about I/O functions which you can find by going to the index tag in the MSDN and type any of the functions (ex CopyFile) and in the bottom of the page you get a link like this:

See Also
File I/O Overview, File I/O Functions, CopyFileEx, CreateFile, MoveFile ;
You may choose any of those but it advisable that you should choose "File I\O overview".


Then if you have problems with manipulating strings go to the index tag as well in the MSDN and write a str function ( ex: strcmp) then you will see that the function has also an example along with the explanation. In the bottom of the page you get this link: "String Manipulation Routines". Push it and you will see al the possible functions all with an exapmle each.


I thing that these were the issues you where concerned in, otherwise tell what exactly can't you do.
Good Luck.




gabby
GeneralRe: How to creat exe files? Pin
Dody_DK17-Nov-04 10:53
Dody_DK17-Nov-04 10:53 
GeneralRe: How to creat exe files? Pin
gamitech17-Nov-04 10:56
gamitech17-Nov-04 10:56 
GeneralRunning main() from a dialog-based control Pin
aaadetos13-Nov-04 9:30
aaadetos13-Nov-04 9:30 
GeneralRe: Running main() from a dialog-based control Pin
aaadetos13-Nov-04 12:55
aaadetos13-Nov-04 12:55 
GeneralRe: Running main() from a dialog-based control Pin
John R. Shaw13-Nov-04 16:58
John R. Shaw13-Nov-04 16:58 
GeneralRe: Running main() from a dialog-based control Pin
aaadetos14-Nov-04 16:16
aaadetos14-Nov-04 16:16 
GeneralRe: Running main() from a dialog-based control Pin
John R. Shaw17-Nov-04 7:39
John R. Shaw17-Nov-04 7:39 
GeneralRe: Running main() from a dialog-based control Pin
aaadetos19-Nov-04 21:39
aaadetos19-Nov-04 21:39 
GeneralRe: Running main() from a dialog-based control Pin
John R. Shaw20-Nov-04 11:03
John R. Shaw20-Nov-04 11:03 
GeneralCEdit subclass question Pin
nguyenvhn13-Nov-04 6:48
nguyenvhn13-Nov-04 6:48 
GeneralRe: CEdit subclass question Pin
BlackDice13-Nov-04 11:39
BlackDice13-Nov-04 11:39 
GeneralRe: CEdit subclass question Pin
nguyenvhn13-Nov-04 14:46
nguyenvhn13-Nov-04 14:46 
GeneralRe: CEdit subclass question Pin
John R. Shaw13-Nov-04 17:29
John R. Shaw13-Nov-04 17:29 
GeneralRe: CEdit subclass question Pin
Ravi Bhavnani13-Nov-04 23:21
professionalRavi Bhavnani13-Nov-04 23:21 
GeneralCAsyncSocket Question Pin
Rassul Yunussov13-Nov-04 0:01
Rassul Yunussov13-Nov-04 0:01 
Generaltime critical thread Pin
LeeeNN12-Nov-04 20:17
LeeeNN12-Nov-04 20:17 
GeneralRe: time critical thread Pin
Michael Dunn13-Nov-04 5:39
sitebuilderMichael Dunn13-Nov-04 5:39 

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.