Brian R. Bondy

36,893
Reputation
3736 views

Registered User

Name Brian R. Bondy
Member for 1 year
Seen 8 hours ago
Website
Location Ontario, Canada
Age 28
  • Mainly a C++, Python, C#, Win32 software developer from Windsor Ontario Canada;
  • Graduate of the University of Waterloo;
  • Married with twins boys;
  • Owned by a red tri-colored border collie and 2 cats;
  • Programming for 15+ years;

  • Blog
  • Twitter

    Powerful and free FTP server and client:
    Null FTP Client;
    Null FTP Server;
  • 1d
    comment Efficient switch statement
    Don't worry about things this specific. Both are very similar, simply write the code and then profile to find what needs optimizations. I'm sure you'll find this doesn't come up as something that needs optimizing.
    2d
    answered C++: newbie initializer list question
    2d
    answered How to get virtkey value for WM_KEYDOWN in WS_CHILD?
    2d
    comment how to handle code that is deemed dangerous to change, but stable?
    additions to the code base may still need to be added, without being refactored it could be more risky to do those additions.
    2d
    awarded  Notable Question
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    I agree with you all, my point was just that the existence of a problem is possible, not that it is the preferred way.
    Dec
    2
    awarded  Enlightened
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    Not sure about that, I think you can store C++ code into a file that has .c extension and compile it with g++. Also if you include a .h file into a .cpp file you are considering the code as C++ code. In both of those examples you will have compiling errors.
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    You may not link at all, but just be re-using the same source files.
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    You may for example have code inside a header file that you simply include into your C++ program.
    Dec
    2
    awarded  Nice Answer
    Dec
    2
    accepted Is it a better practice to typecast the pointer returned by malloc?
    Dec
    2
    revised Is it a better practice to typecast the pointer returned by malloc?
    added 91 characters in body
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    It is very relevant, for example if you have plans for C++ programs to use your C code.
    Dec
    2
    comment Is it a better practice to typecast the pointer returned by malloc?
    It is much better to be strict because it will avoid more bugs.
    Dec
    2
    revised Is it a better practice to typecast the pointer returned by malloc?
    removed the & sign in case of confusion with the C operator
    Dec
    2
    answered Is it a better practice to typecast the pointer returned by malloc?
    Dec
    2
    accepted Python check windows server version
    Dec
    2
    revised Python check windows server version
    added 109 characters in body
    Dec
    2
    answered Python check windows server version
    Dec
    2
    answered operator/ overloading
    Dec
    2
    awarded  Notable Question
    Dec
    2
    awarded  Popular Question
    Dec
    1
    answered C++ — Pointers to Arrays — Arrays of Pointers
    Dec
    1
    revised Testing network interrupts in software
    edited tags
    Dec
    1
    awarded  Nice Answer
    Dec
    1
    revised which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
    added 4 characters in body
    Dec
    1
    accepted which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
    Dec
    1
    answered which is a better language (C++ or Python) for complex problem solving exercises (ex. Graphs) ?
    Dec
    1
    comment What does __utma mean?
    Sorry @Richard I think I may have over generalized what you were asking, but I'll keep my answer here.
    Dec
    1
    comment What does __utma mean?
    I think I probably over generalized what the OP was asking.
    Dec
    1
    revised What does __utma mean?
    added 168 characters in body; added 1 characters in body; added 179 characters in body
    Dec
    1
    revised What does __utma mean?
    added 252 characters in body; added 33 characters in body; added 49 characters in body; added 122 characters in body
    Dec
    1
    answered What does __utma mean?
    Nov
    30
    answered How to find what’s new in VC++ v10?
    Nov
    30
    revised C++ : implications of making a method virtual
    added 247 characters in body; added 102 characters in body; added 12 characters in body; added 30 characters in body
    Nov
    30
    comment C++ : implications of making a method virtual
    Updated my answer.
    Nov
    30
    revised C++ : implications of making a method virtual
    added 117 characters in body; added 2 characters in body; added 2 characters in body; added 2 characters in body; added 1 characters in body; added 225 characters in body
    Nov
    30
    answered C++ : implications of making a method virtual
    Nov
    30
    answered [C++] Anyone know of some projects that’ll help me learn?
    Nov
    29
    comment Passing void(*) in C++
    take a look at boost::bind and boost::function
    Nov
    28
    awarded  Popular Question
    Nov
    27
    answered Standard library - higher-precision floating point?
    Nov
    27
    comment C pointers : pointing to an array of fixed size
    Of course foo(p) will not work, foo is asking for a pointer to an array of 10 elements so you need to pass the address of your array...
    Nov
    27
    awarded  Popular Question
    Nov
    27
    accepted Using Boost on Windows (Visual Studio)
    Nov
    27
    awarded  Nice Answer
    Nov
    25
    comment Subversion command line commit does nothing
    Possibly it would
    Nov
    25
    answered Subversion command line commit does nothing
    Nov
    25
    awarded  Nice Answer