njsf

976
Reputation
101 views

Registered User

Name njsf
Member for 1 year
Seen Nov 28 at 17:46
Website
Location New Rochelle
Age 36
Software engineer, specially with in Unix like environments.
Sep
8
awarded  Yearling
Aug
12
answered Where do you track the developments of new c++ standards?
Aug
6
comment Linux command for removing all ~ files
This one would also remove a~b etc
Jul
29
awarded  
Jul
25
comment Dynamically store lines of strings using C
Ouch. Your recommendation uses arrays that get realloc'ed with growth and whatnot. Not to mention that the code is not that commented (maybe because they want to sell the book) ? That data structure would be ok for a small number of strings, but it has poor performance characteristics.
Jul
21
awarded  Nice Answer
Jul
19
comment Why are developers generally opposed to purchasing software tools?
I also took JFV response as saying he build the tools himself. I just expanded on his response to say that in addition to that, and as an alternative, developers would favor open source, because they could both take an existing tool and then expand on it to fit better the needs, without all the heavy lifting up front. I will edit the punctuation to make this clearer. Thanks
Jul
19
answered Why are developers generally opposed to purchasing software tools?
Jul
19
answered Why can’t I write @F[1..-1] to get elements 1..last?
Jul
17
comment An overloaded operator takes function pointer as parameter, how do i retrieve arguments of function pointer
Yeah, your answer is correct.. I up voted.
Jul
16
answered Is it acceptable for an API to have documented bad behaviors?
Jul
12
comment installing c++ boost on mac osx leopard — port fails
I agree. I have not had problems installing boost from ports in a long time, and 1.35 is old, 1.39 is the latest, 1.38 is known to be stable
Jul
6
answered is size_t always unsigned?
Jun
30
awarded  Commentator
Jun
30
comment current directory doesn’t appear in title bar when running under screen
If instead of %t %h is used, then the sequence from the OP will show on the hardstatus
Jun
19
comment C++ static const variable and destruction
Have you actually used this code ? No include for the std::string class, no A:: scoping for CONST_STR, missing close parentesis on the assert for ~A...
Jun
6
accepted What does this software quote mean?
Jun
6
answered What does this software quote mean?