Click here to Skip to main content
15,881,754 members

Nemanja Trifunovic - Professional Profile



Summary

LinkedIn      Blog RSS
21,629
Author
7,688
Authority
38,583
Debator
30
Editor
102
Enquirer
12,739
Organiser
9,705
Participant
Born in Kragujevac, Serbia. Now lives in Boston area with his wife and daughters.

Wrote his first program at the age of 13 on a Sinclair Spectrum, became a professional software developer after he graduated.

Very passionate about programming and software development in general.

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.


 
GeneralStatic classes in C# 2.0 Pin
Nemanja Trifunovic29-Aug-04 11:47
Nemanja Trifunovic29-Aug-04 11:47 
GeneralForofobia Pin
Nemanja Trifunovic20-Aug-04 2:54
Nemanja Trifunovic20-Aug-04 2:54 
GeneralHeron Pin
Nemanja Trifunovic12-Aug-04 3:47
Nemanja Trifunovic12-Aug-04 3:47 
I am aware of at least three bad attempts to fix C++: Java, C# and D. Some would argue that Managed C++ (C++/CLI) is one of these attempts as well, but I just view it as a set of extensions to C++, not a new programming language.

Now, I found Heron[^], and so far I like what I see.

The main problem with Heron is that it is just another one-man project, and it has close to zero chances of ever becoming mainstram. So far the author has released a Heron front end that converts Heron to C++, an editor, and some (pretty poor and incomplete) documentation.

Having said all of that I really like the philosophy of Heron and most of its features:

- No backward compability with C and all the problems that come with it.
- No virtual functions; polymorphism is achieved through interfaces
- All fields are private
- Support for value semantics, real destructors and deterministic finalization
- No built-in garbage collector
- Rich support for meta-programming
- Support for AOP and design-by contract.

It is a pitty that Microsoft decided to copy Java when they designed C#. Something like Heron would be a much better solution, IMHO.



My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
GeneralRe: Heron Pin
Christopher Diggins12-Aug-04 10:56
professionalChristopher Diggins12-Aug-04 10:56 
GeneralRe: Heron Pin
Nemanja Trifunovic13-Aug-04 8:22
Nemanja Trifunovic13-Aug-04 8:22 
GeneralRe: Heron Pin
Christopher Diggins13-Aug-04 8:52
professionalChristopher Diggins13-Aug-04 8:52 
GeneralRe: Heron Pin
Prakash Nadar26-Sep-04 8:09
Prakash Nadar26-Sep-04 8:09 
GeneralRe: Heron Pin
Mystifier0028-Jan-05 18:22
Mystifier0028-Jan-05 18:22 
GeneralRe: Heron Pin
Nemanja Trifunovic29-Jan-05 4:58
Nemanja Trifunovic29-Jan-05 4:58 
GeneralRe: Heron Pin
Jim Crafton14-Mar-05 4:55
Jim Crafton14-Mar-05 4:55 
GeneralRe: Heron Pin
Nemanja Trifunovic16-Mar-05 1:48
Nemanja Trifunovic16-Mar-05 1:48 
GeneralRe: Heron Pin
Jim Crafton16-Mar-05 3:42
Jim Crafton16-Mar-05 3:42 
GeneralVS 2005 Non-Express Beta 1 Pin
Nemanja Trifunovic1-Aug-04 4:28
Nemanja Trifunovic1-Aug-04 4:28 
GeneralHow to use C++/CLI? Pin
Nemanja Trifunovic23-Jul-04 2:52
Nemanja Trifunovic23-Jul-04 2:52 
GeneralRe: How to use C++/CLI? Pin
Nick Parker29-Jul-04 9:20
protectorNick Parker29-Jul-04 9:20 
GeneralRe: How to use C++/CLI? Pin
Nemanja Trifunovic29-Jul-04 13:58
Nemanja Trifunovic29-Jul-04 13:58 
GeneralRe: How to use C++/CLI? Pin
Nick Parker29-Jul-04 17:29
protectorNick Parker29-Jul-04 17:29 
GeneralMy first hands on experience with generics Pin
Nemanja Trifunovic17-Jul-04 8:41
Nemanja Trifunovic17-Jul-04 8:41 
GeneralBad habits of "old-style" programming Pin
Nemanja Trifunovic13-Jul-04 3:05
Nemanja Trifunovic13-Jul-04 3:05 
GeneralC++/CLI - ref objects on native heap Pin
Nemanja Trifunovic11-Jul-04 7:11
Nemanja Trifunovic11-Jul-04 7:11 
GeneralRe: C++/CLI - ref objects on native heap Pin
Brian Olej11-Jul-04 7:27
Brian Olej11-Jul-04 7:27 
GeneralRAII with C++/CLI Pin
Nemanja Trifunovic10-Jul-04 10:11
Nemanja Trifunovic10-Jul-04 10:11 
GeneralRe: RAII with C++/CLI Pin
Nemanja Trifunovic10-Jul-04 10:19
Nemanja Trifunovic10-Jul-04 10:19 
GeneralTrivial (and less trivial) properties Pin
Nemanja Trifunovic9-Jul-04 9:36
Nemanja Trifunovic9-Jul-04 9:36 
GeneralRe: Trivial (and less trivial) properties Pin
Jörgen Sigvardsson11-Jul-04 10:12
Jörgen Sigvardsson11-Jul-04 10:12 

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.