Since 4/26/2012 9:13:44 PM, source has written 1 articles and participated in 987 conversations. source signature: source
source's articles:
Items(1) /1
More idiomatic4713 (4/15/2013 6:17:52 PM) comp.lang.perl.misc Here is some code I wrote in another newsgroup. It is probably
obvious that it was written by an old C hacker. If anybody would
like to suggest how it could be better perl or more idiomatic,
go ahead.
... David
Algorithms newsgroup referral please34 (6/12/2013 8:35:03 PM) comp.lang.c++ I remember being referred to a general programming algorithms newsgroup
from here before. It isn't often I need it, so I have forgotten it.
Google isn't helping me unless I want graphics. Can someone please... someone3(1550)
Parsing response coming from server125 (5/18/2013 4:30:00 PM) comp.lang.c++ I am getting below response from server -
Main stream options:
EncType1=H.264
Resolution1=704*576
KeyInterval1=50
FrameRate1=25
BitflowType1=VBR
NormalBitrate1=2048
Now I need to parse the parameter... sumit369(1)
global goto in c245 (6/6/2013 8:16:17 AM) comp.lang.c I want to ask if some global goto
could be done in c (specifically in c with
inline assembly extension) (in this
time I cannot even run compiler and test
it myself so sorry for that)
something like
... profesor.fir(148)
Reference to pinter42 (5/29/2013 6:46:49 AM) comp.lang.c++ Dear all
I was browsing the OpenFOAM sources a little and I stumbled over types
of the form
T * Tp ( 0 );
T *& Tpr( Tp );
In what particular situation would something like this be useful? I c... fab4100(11)
Template specialization (not partial): what is it?332 (12/11/2011 8:29:59 AM) comp.lang.c++ Example: A template where the instantiation, depending on the parameterized type, needs a different implementation of one of the methods. template class MyTemplateClass { T var; public: void DoSome... tjm2019(10)
Passing this as an argument539 (7/3/2012 11:15:59 AM) comp.lang.c++ Can I pass this as any argument? Why cant we do something like the
following?.
// main.cpp
int main()
{
extern ABCD *abcd;
ABCD::func(abcd, 3);
}
//abcd.h
struct ABCD
{
void func(int i... persres(27)
plural and singular syntax in Perl5, PHP and Perl6631 (12/31/2012 1:43:38 AM) comp.lang.perl.misc Hi, fellow perlers
Before posting this I spent some time googling the web at large as well as =
searching this group's archive for posts related to the idea I wish to expr=
ess, and, on cursory search, hav... hawk007(41)
Template Question #211322 (1/30/2013 5:19:05 AM) comp.lang.c++ Dear Programmers,
I would like to extend the fplll library with an algorithm, so
I am currently reading its code. However, I do not completely
understand the use of templates at several places. I know the
... spyrosthalkidis(4)
More idiomatic4713 (4/15/2013 6:17:52 PM) comp.lang.perl.misc Here is some code I wrote in another newsgroup. It is probably
obvious that it was written by an old C hacker. If anybody would
like to suggest how it could be better perl or more idiomatic,
go ahead.
... source(988)