Click here to Skip to main content
15,886,781 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.


 
GeneralBoost 1.33 and new look Pin
Nemanja Trifunovic21-Aug-05 15:29
Nemanja Trifunovic21-Aug-05 15:29 
GeneralRefactoring to Patterns Pin
Nemanja Trifunovic14-Jul-05 15:29
Nemanja Trifunovic14-Jul-05 15:29 
GeneralPrivate virtual functions in C++/CLI Pin
Nemanja Trifunovic25-Jun-05 10:24
Nemanja Trifunovic25-Jun-05 10:24 
GeneralDispose Pattern Pin
Nemanja Trifunovic2-Jun-05 8:44
Nemanja Trifunovic2-Jun-05 8:44 
GeneralRe: Dispose Pattern Pin
adrian cooper12-Jun-05 21:42
adrian cooper12-Jun-05 21:42 
GeneralRe: Dispose Pattern Pin
Nemanja Trifunovic15-Jun-05 5:50
Nemanja Trifunovic15-Jun-05 5:50 
General"Try simpifying the program" Pin
Nemanja Trifunovic23-May-05 6:26
Nemanja Trifunovic23-May-05 6:26 
GeneralException handling in a wizard-generated code Pin
Nemanja Trifunovic4-May-05 3:18
Nemanja Trifunovic4-May-05 3:18 
If you ever use the Visual Studio Add-in wizard to generate a skeleton for a VS add-in, pay attention to this piece of code:

catch(System.Exception e)
{
    //TODO: You know...Exceptions were invented for a reason!!! :-)
}


Yeah, I know, error handling is not easy, but it can't be replaced by humor.



My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
GeneralA first look into F# Pin
Nemanja Trifunovic27-Apr-05 9:37
Nemanja Trifunovic27-Apr-05 9:37 
GeneralRe: A first look into F# Pin
Nish Nishant20-Jun-05 2:19
sitebuilderNish Nishant20-Jun-05 2:19 
GeneralIncreasing the amount of available memory with LARGEADDRESSAWARE flag Pin
Nemanja Trifunovic12-Apr-05 4:33
Nemanja Trifunovic12-Apr-05 4:33 
GeneralFriend template functions Pin
Nemanja Trifunovic7-Feb-05 2:24
Nemanja Trifunovic7-Feb-05 2:24 
GeneralAn ideal programming language Pin
Nemanja Trifunovic23-Dec-04 6:45
Nemanja Trifunovic23-Dec-04 6:45 
GeneralRe: An ideal programming language Pin
bob1697230-Sep-05 23:10
bob1697230-Sep-05 23:10 
GeneralRe: An ideal programming language Pin
Nemanja Trifunovic3-Oct-05 3:05
Nemanja Trifunovic3-Oct-05 3:05 
JokeRe: An ideal programming language Pin
ShermansLagoon12-Feb-07 23:55
ShermansLagoon12-Feb-07 23:55 
GeneralRe: An ideal programming language Pin
Nemanja Trifunovic13-Feb-07 1:39
Nemanja Trifunovic13-Feb-07 1:39 
GeneralBoost 1.32.0 released Pin
Nemanja Trifunovic24-Nov-04 7:36
Nemanja Trifunovic24-Nov-04 7:36 
GeneralDllImport and "System.NullReferenceException: Object reference not set to an instance of an object." Pin
Nemanja Trifunovic16-Nov-04 7:28
Nemanja Trifunovic16-Nov-04 7:28 
GeneralRe: DllImport and "System.NullReferenceException: Object reference not set to an instance of an object." Pin
kinjosan28-Dec-04 11:06
kinjosan28-Dec-04 11:06 
GeneralStructs and 'using' in C# Pin
Nemanja Trifunovic1-Nov-04 2:57
Nemanja Trifunovic1-Nov-04 2:57 
GeneralB. Stroustrup: The Design and Evolution of C++ Pin
Nemanja Trifunovic28-Oct-04 8:28
Nemanja Trifunovic28-Oct-04 8:28 
GeneralStandard Features Missing From VC++ 7.1 Pin
Nemanja Trifunovic16-Oct-04 15:59
Nemanja Trifunovic16-Oct-04 15:59 
GeneralRe: Standard Features Missing From VC++ 7.1 Pin
toxcct11-Jan-06 6:51
toxcct11-Jan-06 6:51 
GeneralRe: Standard Features Missing From VC++ 7.1 Pin
Nemanja Trifunovic16-Jan-06 7:40
Nemanja Trifunovic16-Jan-06 7:40 

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.