Click here to Skip to main content
15,887,585 members

Eytukan - Professional Profile



Summary

    Blog RSS
5,865
Authority
19,345
Debator
2
Editor
126
Enquirer
1,047
Organiser
1,913
Participant
0
Author
Available only for Diamond members

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralRe: The SouthAfrican Thread. Pin
Eytukan6-Apr-09 0:05
Eytukan6-Apr-09 0:05 
GeneralRe: The South African Thread Pin
-- NA --12-Apr-07 10:48
-- NA --12-Apr-07 10:48 
GeneralRe: The South African Thread Pin
Eytukan12-Apr-07 18:26
Eytukan12-Apr-07 18:26 
GeneralRe: The South African Thread Pin
-- NA --13-Apr-07 6:36
-- NA --13-Apr-07 6:36 
GeneralRe: The South African Thread Pin
Eytukan13-Apr-07 7:05
Eytukan13-Apr-07 7:05 
GeneralManaged or Unmanaged Pin
Eytukan30-Mar-06 20:37
Eytukan30-Mar-06 20:37 
General1. Pin
Eytukan30-Mar-06 20:38
Eytukan30-Mar-06 20:38 
General2. Pin
Eytukan30-Mar-06 20:39
Eytukan30-Mar-06 20:39 


Hi!

I have 3 questions about Visual C.

1-) Will Microsoft support Visual C(native Win32 API)   applications in the future? Is 
there any declarations from Microsoft Developer Team?

2-) If i'm not wrong, the 90% percent of programs for windows is written in native code.
(such as Winamp). Do u think, that all firms in 2-3 years will migrate to .NET?

3-) I'm pretty good in Visual C.(not MFC) I can hook the system, change the registry 
entries, write MDI programs etc. So do I need to learn .NET?

<br />
1 - do you mean C, or C++ ? They have supported them for three iterations of .NET now, <br />
I suspect they will continue to do so.<br />
<br />
2 - I think more and more people who are starting an app will use C#.  I certainly do <br />
for most new apps, although my background is C++.  However, if I had to write something <br />
processor intensive, I'd still use C++.<br />
<br />
3 - That depends.  Are you a hobbyist ? Are you looking for work ? The C API to the <br />
exclusion of MFC I would have said would have been career suicide 5 years ago, let <br />
alone now.  If this is your career, you should have learned .NET 5 years ago, and you <br />
should still learn it now.  I still take C++ work, but my options would be pretty <br />
limited if I'd only stuck to what I knew.  But, you'll always be able to write apps in <br />
C or C++, so if you're doing it for fun, do whatever you're comfortable with.<br />

1-  i ment C.

3- i'm not a hobbyist. What idon't understand is , why i should use .NET, if i can do 
all the things that i can get from .NET with native Win32API. Managed code is 3x slower 
than native code, is compeletly a new library(all experienced windows programmers must 
give up the old habbits), needs more resources(more RAM, more CPU speed). And if we 
talk about the platform independency, Java exists till 10 years.

Besides why do u think that it is a career suicide?

PS: I read both the Windows Programming books of C.Petzold (for C and C#). He means 
that we still have the option between Win32, MFC and Windows Forms. So my main question 
was actually how long Microsoft will support Win32API(and indirectly MFC). We know that 
we can use it for Vista. But what about by the next Windows after Vista? Will the Win32 
programs still work in the future?

<br />
If you are using C, and not C++, then you're already chasing a niche market.<br />
<br />
You can't easily to all the things you get from .NET with the C API.  How do you do <br />
regex in C ? I guess there would be libraries about.  C is a PITA, IMO, anyhow.  I've <br />
done some fair size C projects, and I found it very restricting, especially the lack of <br />
OO.<br />
<br />
Managed code is 3x slower ? I doubt it.  It gets compiled into native code the first <br />
time it is executed.  I do image processing code a lot, and I found little difference <br />
in speed between C++ and C#.  <br />
<br />
Platform independence is a farce.  I'd never push that barrow.<br />
<br />
I think it's career suicide to always do what you've always done, and ignore the many <br />
new options that open to you over the years.  I started in C++, went back to C, used <br />
Python almost exclusively for a year or so ( actually this was after writing a <br />
windowing framework on Windows in C to link to Python ), and moved to C# mostly for <br />
ASP.NET.  I can still code in C, if a job comes up.  I do C++ and C# work currently, <br />
and I'm first with my hand up to learn anything new.<br />
<br />
Microsoft will always support the Win32 API, everything else is built on that.  Just <br />
like they will support COM forever, for the same reasons.  Win32 will always work, it's <br />
just no way to live.<br />
<br />
------------------------------------------------------------------------------------<br />
Christian Graus - MVP, C++ <small>On a technical Forum






0x0400:
"But your mind is very complex, very tricky. It makes simple things complicated. -- that's its work. And for centuries it has been trained for only one thing: to make things so complicated that your life becomes impossible."- Osho

<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--


GeneralWelcome to CP...... Pin
Eytukan28-Mar-06 22:15
Eytukan28-Mar-06 22:15 
GeneralSig Track [modified]. Pin
Eytukan4-Nov-06 21:45
Eytukan4-Nov-06 21:45 
GeneralRe: Welcome to CP...... Pin
Programm3r18-Mar-07 22:08
Programm3r18-Mar-07 22:08 
GeneralRe: Welcome to CP...... Pin
Eytukan19-Mar-07 8:16
Eytukan19-Mar-07 8:16 
GeneralWelcome Pallini :) Pin
Eytukan3-Mar-09 23:07
Eytukan3-Mar-09 23:07 
GeneralRe: Welcome Pallini :) Pin
CPallini3-Mar-09 23:12
mveCPallini3-Mar-09 23:12 
General999* Pin
Eytukan8-Mar-06 21:08
Eytukan8-Mar-06 21:08 
GeneralMY MESSAGE BOOKMARKS Pin
Eytukan4-Jul-06 21:53
Eytukan4-Jul-06 21:53 
GeneralCool & Funny Messages Pin
Eytukan4-Nov-06 22:06
Eytukan4-Nov-06 22:06 
GeneralVoting tips & tricks :-D Pin
Eytukan11-Feb-07 21:39
Eytukan11-Feb-07 21:39 
GeneralRe: Voting tips & tricks :-D Pin
toxcct14-Feb-07 6:06
toxcct14-Feb-07 6:06 
GeneralRe: Voting tips & tricks :-D Pin
Eytukan14-Feb-07 15:36
Eytukan14-Feb-07 15:36 
GeneralRe: Voting tips & tricks :-D Pin
ThatsAlok14-Mar-07 20:14
ThatsAlok14-Mar-07 20:14 
GeneralRe: Voting tips & tricks :-D Pin
Eytukan14-Mar-07 20:16
Eytukan14-Mar-07 20:16 
AnswerSurveys Pin
Eytukan14-Mar-07 16:51
Eytukan14-Mar-07 16:51 
GeneralMy Favorites....... Pin
Eytukan30-Dec-05 2:32
Eytukan30-Dec-05 2:32 
GeneralRe: Welcome 2006 :) Pin
ThatsAlok1-Jan-06 23:44
ThatsAlok1-Jan-06 23: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.