Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerFound It ! - Thanks Pallini, Stuart Pin
Mike the Red3-Jun-09 5:09
Mike the Red3-Jun-09 5:09 
QuestionOK! Look this project Pin
agetina3-Jun-09 1:06
agetina3-Jun-09 1:06 
AnswerRe: OK! Look this project Pin
CPallini3-Jun-09 1:41
mveCPallini3-Jun-09 1:41 
QuestionSwitch Pin
navneet19853-Jun-09 0:41
navneet19853-Jun-09 0:41 
AnswerRe: Switch Pin
«_Superman_»3-Jun-09 0:53
professional«_Superman_»3-Jun-09 0:53 
QuestionCFormView with icon style CListCtrl works fine on debug build, but not on release Pin
Sternocera2-Jun-09 23:26
Sternocera2-Jun-09 23:26 
AnswerRe: CFormView with icon style CListCtrl works fine on debug build, but not on release Pin
Sternocera2-Jun-09 23:56
Sternocera2-Jun-09 23:56 
QuestionMy app crash with no apparent reason? Pin
josip cagalj2-Jun-09 22:53
josip cagalj2-Jun-09 22:53 
AnswerRe: My app crash with no apparent reason? Pin
_AnsHUMAN_ 3-Jun-09 0:25
_AnsHUMAN_ 3-Jun-09 0:25 
GeneralRe: My app crash with no apparent reason? Pin
josip cagalj3-Jun-09 0:53
josip cagalj3-Jun-09 0:53 
GeneralRe: My app crash with no apparent reason? Pin
David Crow3-Jun-09 2:54
David Crow3-Jun-09 2:54 
GeneralRe: My app crash with no apparent reason? Pin
josip cagalj3-Jun-09 3:10
josip cagalj3-Jun-09 3:10 
QuestionTwo main methods? Pin
agetina2-Jun-09 22:37
agetina2-Jun-09 22:37 
AnswerRe: Two main methods? Pin
Cedric Moonen2-Jun-09 22:43
Cedric Moonen2-Jun-09 22:43 
QuestionRe: Two main methods? Pin
CPallini2-Jun-09 22:47
mveCPallini2-Jun-09 22:47 
AnswerRe: Two main methods? Pin
KarstenK2-Jun-09 22:57
mveKarstenK2-Jun-09 22:57 
AnswerRe: Two main methods? Pin
Rajesh R Subramanian2-Jun-09 22:58
professionalRajesh R Subramanian2-Jun-09 22:58 
QuestionWindows.h? Pin
agetina2-Jun-09 22:23
agetina2-Jun-09 22:23 
AnswerRe: Windows.h Pin
Chandrasekharan P2-Jun-09 22:27
Chandrasekharan P2-Jun-09 22:27 
AnswerRe: Windows.h Pin
CPallini2-Jun-09 22:32
mveCPallini2-Jun-09 22:32 
AnswerRe: Windows.h? Pin
Stuart Dootson2-Jun-09 22:58
professionalStuart Dootson2-Jun-09 22:58 
Look on MSDN - the best way is to Google for function-name site:msdn.microsoft.com. For example - what does CreateFile do? Just Google for CreateFile site:msdn.microsoft.com.

Anyway - as I said to you yesterday[^], you're going about this backwards. Start with the MSDN documentation (which tells you all about the function definitions) and then find the function prototype in the header files (although why even do that except when compiling code?!)

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionUnresolved external symbol Pin
Pryabu2-Jun-09 21:30
Pryabu2-Jun-09 21:30 
AnswerRe: Unresolved external symbol Pin
Cedric Moonen2-Jun-09 21:33
Cedric Moonen2-Jun-09 21:33 
GeneralRe: Unresolved external symbol Pin
Pryabu2-Jun-09 21:37
Pryabu2-Jun-09 21:37 
GeneralRe: Unresolved external symbol Pin
Cedric Moonen2-Jun-09 21:45
Cedric Moonen2-Jun-09 21:45 

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.