In the last thread I posted about C++/MFC and C#, I gathered that so many are really migrating to the C#, even from VB. OK, Here is what every body shoulkd think of as a biz minded coder: (at least I do!) -More C# programmers :( -More C# Applications :( -More Client Awareness (coz as all probably agreed that C# is easier!) :( X| -More Client Intereference/ Mind changings -Maybe more clients that will learn C# on their own and THEN we programmers/instructors will lose! :( you know that teaching C++ is more prfitable than teaching C# probably! :confused: -Less coding time :) -Less coding effort, brain test, creativity! :eek: -Less MONEY! :(:(:(:( ... more that I don't remember even! How much can you charge as a price for a C++/MFC project and how much on a C# version? Now who wants to make money and who wants to make MORE money?
ProIT
Posts
-
More Money or Less Money? C++ vs C# -
Rename to C#deproject!Did C# really make life that easier???!!! :) Why was it named C#? Any one knows that the sign (#) means "sharp" and it is used in the music and standard notations? It's been so long that only C# stuff are getting posted! May be time for renaming the www.codeproject.com, a www.c#deproject.com Everytime am up on CP, I "C" C# and .NET & ASP! What's up with MFC and Win32! What to feel now? :-D X| :omg:
-
Who's on Kazaa?Looking for its source code. Any ideas?
-
Windows XP Server?!Is there any Beta or Alpha versions for testers?
-
What to reply!?Let's say OK, What should I start with: 1) The document template issue 2) The Runtime class issue 3) The difference of SDI and MDI issues 4) The pointers in C++ issue 5) The new operator issue and then tell me, how detailed should I answer each issue?! This would probably take me 6 months!? I am teaching MFC, and from my experience it takes about 3 months to probably have a grip on MFC programming with a live instructor, imagine without an instructor or resources like a book. There are too many issues in VC++, especially if you want the MFC part mastered. I am not saying that I will not help him, all I said is why not start on the list I have given first as start up resources.
-
What to reply!?Rcvd and email with some contents pasted below:
I'm a beginner programmer in vc++, I have some questions & i wish from
you to answer me, i'll be very obliged if you answer me.The first is: what does these lines of code mean:
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CMyAppDoc),
RUNTIME_CLASS(CMainFrame), // main SDI frame window
RUNTIME_CLASS(CMyAppView));
AddDocTemplate(pDocTemplate);espesially the second line
I have some ideas of replies: 1) Why not buy a book 2) Why not search the web 3) Fetch MSDN 4) Don't VC++ documentations come with the VC++ finally, I'd like your suggestion on Should I reply! If yes, What should I reply?