Click here to Skip to main content
15,860,972 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Proposal of a new C/C++ precompiler project Pin
Javier Luis Lopez14-Dec-15 21:21
Javier Luis Lopez14-Dec-15 21:21 
QuestionRe: Proposal of a new C/C++ precompiler project Pin
David Crow15-Dec-15 5:47
David Crow15-Dec-15 5:47 
AnswerRe: Proposal of a new C/C++ precompiler project Pin
Javier Luis Lopez16-Dec-15 23:26
Javier Luis Lopez16-Dec-15 23:26 
QuestionRe: Proposal of a new C/C++ precompiler project Pin
david2111417-Dec-15 10:31
david2111417-Dec-15 10:31 
QuestionCode Signing Verification Pin
Richard Andrew x6412-Dec-15 18:27
professionalRichard Andrew x6412-Dec-15 18:27 
AnswerRe: Code Signing Verification Pin
Garth J Lancaster12-Dec-15 18:59
professionalGarth J Lancaster12-Dec-15 18:59 
GeneralRe: Code Signing Verification Pin
Richard Andrew x6412-Dec-15 19:03
professionalRichard Andrew x6412-Dec-15 19:03 
QuestionNeed a suggestion in searching a file Pin
VISWESWARAN199812-Dec-15 5:18
professionalVISWESWARAN199812-Dec-15 5:18 
Sir, I have coded a program to get a string form a file and compare the string present in the file and which I have defined in my program.
I am using
C++
FILE *opn = fopen("C:\\test.txt","r");

to achieve this and "strcmp" to compare the strings.
I need a suggestion for implementing my code to get the strings of all files present in my computer and comparing with the string which I have defined in the program so that I can find the presence of that file in my computer.
Kindly help me.
AnswerRe: Need a suggestion in searching a file Pin
Richard MacCutchan12-Dec-15 5:42
mveRichard MacCutchan12-Dec-15 5:42 
QuestionRe: Need a suggestion in searching a file Pin
VISWESWARAN199812-Dec-15 6:00
professionalVISWESWARAN199812-Dec-15 6:00 
AnswerRe: Need a suggestion in searching a file Pin
Richard MacCutchan12-Dec-15 6:23
mveRichard MacCutchan12-Dec-15 6:23 
QuestionRe: Need a suggestion in searching a file Pin
VISWESWARAN199812-Dec-15 7:29
professionalVISWESWARAN199812-Dec-15 7:29 
AnswerRe: Need a suggestion in searching a file Pin
Richard MacCutchan12-Dec-15 8:32
mveRichard MacCutchan12-Dec-15 8:32 
PraiseRe: Need a suggestion in searching a file Pin
VISWESWARAN199812-Dec-15 9:13
professionalVISWESWARAN199812-Dec-15 9:13 
QuestionRe: Need a suggestion in searching a file Pin
David Crow12-Dec-15 15:58
David Crow12-Dec-15 15:58 
PraiseRe: Need a suggestion in searching a file Pin
VISWESWARAN199813-Dec-15 4:23
professionalVISWESWARAN199813-Dec-15 4:23 
GeneralRe: Need a suggestion in searching a file Pin
Richard MacCutchan13-Dec-15 5:39
mveRichard MacCutchan13-Dec-15 5:39 
GeneralRe: Need a suggestion in searching a file Pin
VISWESWARAN199821-Mar-16 5:02
professionalVISWESWARAN199821-Mar-16 5:02 
GeneralRe: Need a suggestion in searching a file Pin
Richard MacCutchan21-Mar-16 22:22
mveRichard MacCutchan21-Mar-16 22:22 
PraiseRe: Need a suggestion in searching a file Pin
VISWESWARAN199824-Mar-16 6:37
professionalVISWESWARAN199824-Mar-16 6:37 
QuestionAre they the same? The button and MFC button control Pin
Cptr11-Dec-15 2:44
Cptr11-Dec-15 2:44 
AnswerRe: Are they the same? The button and MFC button control Pin
Richard MacCutchan11-Dec-15 4:49
mveRichard MacCutchan11-Dec-15 4:49 
QuestionAfter including #include <atlbase.h> I am getting error C2632 Pin
ptr_Electron10-Dec-15 22:41
ptr_Electron10-Dec-15 22:41 
AnswerRe: After including #include <atlbase.h> I am getting error C2632 Pin
Jochen Arndt10-Dec-15 23:22
professionalJochen Arndt10-Dec-15 23:22 
GeneralRe: After including #include <atlbase.h> I am getting error C2632 Pin
ptr_Electron11-Dec-15 3:34
ptr_Electron11-Dec-15 3:34 

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.