Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using XOR to decrypt a previously encrypted program and run (Visual Studio and ASM) Pin
Randor 12-Jan-09 23:23
professional Randor 12-Jan-09 23:23 
QuestionSpeeding up lookup table performance Pin
D_code_writer12-Jan-09 13:43
D_code_writer12-Jan-09 13:43 
AnswerRe: Speeding up lookup table performance Pin
Stuart Dootson12-Jan-09 14:37
professionalStuart Dootson12-Jan-09 14:37 
AnswerRe: Speeding up lookup table performance Pin
Sarath C12-Jan-09 16:47
Sarath C12-Jan-09 16:47 
GeneralRe: Speeding up lookup table performance Pin
Luc Pattyn12-Jan-09 18:24
sitebuilderLuc Pattyn12-Jan-09 18:24 
QuestionExact size font question Pin
nm_11412-Jan-09 11:55
nm_11412-Jan-09 11:55 
AnswerRe: Exact size font question Pin
Stuart Dootson12-Jan-09 14:40
professionalStuart Dootson12-Jan-09 14:40 
AnswerRe: Exact size font question Pin
Randor 12-Jan-09 23:26
professional Randor 12-Jan-09 23:26 
QuestionResource Compiler Error RC2170 bitmap file filename is not in 3.00 format Pin
Larry Mills Sr12-Jan-09 10:52
Larry Mills Sr12-Jan-09 10:52 
AnswerRe: Resource Compiler Error RC2170 bitmap file filename is not in 3.00 format Pin
Rajasekharan Vengalil12-Jan-09 11:34
Rajasekharan Vengalil12-Jan-09 11:34 
AnswerRe: Resource Compiler Error RC2170 bitmap file filename is not in 3.00 format PinPopular
Nathaniel Hannigan1-Mar-10 14:18
Nathaniel Hannigan1-Mar-10 14:18 
GeneralRe: Resource Compiler Error RC2170 bitmap file filename is not in 3.00 format Pin
Miguel Viana20-Apr-11 7:38
Miguel Viana20-Apr-11 7:38 
QuestionVC++ 2008 Undeclared Identifier Pin
Doktor12-Jan-09 10:21
Doktor12-Jan-09 10:21 
QuestionRe: VC++ 2008 Undeclared Identifier Pin
Mark Salsbery12-Jan-09 10:39
Mark Salsbery12-Jan-09 10:39 
AnswerRe: VC++ 2008 Undeclared Identifier Pin
Doktor12-Jan-09 10:45
Doktor12-Jan-09 10:45 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Mark Salsbery12-Jan-09 10:49
Mark Salsbery12-Jan-09 10:49 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Doktor12-Jan-09 10:51
Doktor12-Jan-09 10:51 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Mark Salsbery12-Jan-09 10:56
Mark Salsbery12-Jan-09 10:56 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Doktor12-Jan-09 11:01
Doktor12-Jan-09 11:01 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Mark Salsbery12-Jan-09 11:08
Mark Salsbery12-Jan-09 11:08 
GeneralRe: VC++ 2008 Undeclared Identifier Pin
Doktor13-Jan-09 8:54
Doktor13-Jan-09 8:54 
AnswerRe: VC++ 2008 Undeclared Identifier Pin
ThatsAlok12-Jan-09 19:38
ThatsAlok12-Jan-09 19:38 
QuestionCheck size, Save to backup, Change Name Pin
firelife291112-Jan-09 9:04
firelife291112-Jan-09 9:04 
AnswerRe: Check size, Save to backup, Change Name Pin
Rajasekharan Vengalil12-Jan-09 9:18
Rajasekharan Vengalil12-Jan-09 9:18 
firelife2911 wrote:
1: How do i program it to search and validate a filename? (the file to be saved from the server) Also i need it to find the size of the file so that i know it will fit in the storage space(these are very large files).


If you're using Win32, look up FindFirstFile, FindNextFile and their siblings. If you're using MFC then you might find CFindFile easier to deal with.

firelife2911 wrote:
2: How do i change the name of the file to another names with the date (such as 11-11-1111) added on the end?


When you call CopyFile, you can use the lpNewFileName parameter to specify the name of the file to use at the copied location.

firelife2911 wrote:
3: How do i make this into a .exe program that can be run automatically?


Use Windows Scheduler (Control Panel\Scheduled Tasks). You can also use the "at" command from a command line to schedule tasks which is just another interface for the Windows Scheduler service.

--
gleat
http://blogorama.nerdworks.in[^]
--

Number Two's eyes narrowed and became what are known in the Shouting and Killing People trade as cold slits, the idea presumably being to give your opponent the impression that you have lost your glasses or are having difficulty keeping awake. Why this is frightening is an, as yet, unresolved problem. -- HHGTG


QuestionWill you someone recommend books on C and C++? Pin
php11112-Jan-09 7:44
php11112-Jan-09 7:44 

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.