Click here to Skip to main content
15,899,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
kitty521-Jul-06 4:43
kitty521-Jul-06 4:43 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
David Crow21-Jul-06 5:15
David Crow21-Jul-06 5:15 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Eytukan21-Jul-06 20:22
Eytukan21-Jul-06 20:22 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
ThatsAlok23-Jul-06 20:29
ThatsAlok23-Jul-06 20:29 
Questioninterview questions on VC++, MFC, C++, ATL COM, Threading Pin
pathakr21-Jul-06 3:48
pathakr21-Jul-06 3:48 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
toxcct21-Jul-06 3:52
toxcct21-Jul-06 3:52 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Zac Howland21-Jul-06 4:11
Zac Howland21-Jul-06 4:11 
*rant* First of all, there is one thing that is driving me nuts about this forum lately: VC++ is not a different language than C++. It is simply a compiler (more specifically, it is an IDE, but I digress). If you want to know how to do something (e.g. open a file and read its contents), it is the same in standard C++ as it is in Visual C++ (unless you elect to use the Win32 API or MFC to do it for you ... but those are libraries for doing things, not IDE's or compilers) */rant*

Now, if you really want to brush up on your skills, make a trip to Barnes and Noble. Check out books like Effective C++, More Effective C++, Effective STL, Exceptional C++, Programming Windows (Petzold's older version ... new version uses C#), Programming Windows with MFC. I have yet to find a really good book on ATL/COM, but several books cover decent areas of those topics. As for threading, check out the O'Reilly books on the subject.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Eytukan21-Jul-06 20:19
Eytukan21-Jul-06 20:19 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
ThatsAlok23-Jul-06 20:47
ThatsAlok23-Jul-06 20:47 
Questiondrawing errors caused by tooltip Pin
tbrake21-Jul-06 3:44
tbrake21-Jul-06 3:44 
AnswerRe: drawing errors caused by tooltip Pin
cje21-Jul-06 5:05
cje21-Jul-06 5:05 
AnswerRe: drawing errors caused by tooltip Pin
ThatsAlok23-Jul-06 20:00
ThatsAlok23-Jul-06 20:00 
QuestionInternetStatusCallback Pin
_AnsHUMAN_ 21-Jul-06 3:39
_AnsHUMAN_ 21-Jul-06 3:39 
AnswerRe: InternetStatusCallback Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 
GeneralRe: InternetStatusCallback Pin
_AnsHUMAN_ 21-Jul-06 3:57
_AnsHUMAN_ 21-Jul-06 3:57 
GeneralRe: InternetStatusCallback Pin
ThatsAlok23-Jul-06 19:52
ThatsAlok23-Jul-06 19:52 
GeneralRe: InternetStatusCallback Pin
ThatsAlok23-Jul-06 19:53
ThatsAlok23-Jul-06 19:53 
GeneralRe: InternetStatusCallback Pin
_AnsHUMAN_ 23-Jul-06 20:41
_AnsHUMAN_ 23-Jul-06 20:41 
Questionfixing one column in listctrl - report style Pin
Tara1421-Jul-06 3:37
Tara1421-Jul-06 3:37 
AnswerRe: fixing one column in listctrl - report style Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 
Questiondifference between VC++ and MFC Pin
mathumala21-Jul-06 3:06
mathumala21-Jul-06 3:06 
AnswerRe: difference between VC++ and MFC Pin
Stephen Hewitt21-Jul-06 3:09
Stephen Hewitt21-Jul-06 3:09 
AnswerRe: difference between VC++ and MFC Pin
toxcct21-Jul-06 3:10
toxcct21-Jul-06 3:10 
AnswerRe: difference between VC++ and MFC Pin
Zac Howland21-Jul-06 4:13
Zac Howland21-Jul-06 4:13 

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.