d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > New To Programming > I Would Like To Learn How
Prev1567
Add Reply New Topic New Poll
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Oct 18 2012 11:33pm
Quote (AbDuCt @ Oct 18 2012 10:28pm)
i wouldnt even start to know how to answer that without plugging it into a debugger >.>


TBH I think it'd be easier to just draw it out on whiteboard/paper rather than just plugging it into a debugger.
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Oct 19 2012 12:11am
Quote (AbDuCt @ Oct 18 2012 11:35pm)
why are you kids fighting

if this was a battle of wits youd both lose to me

kthnx <3


people always be fronting abduct, except you, YOU THE BEST
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Oct 19 2012 01:03am
Well speaking as a completely amateur programmer (no formal training of any kind), who writes just enough code to get done what I need done; and having written my dirty little applications in probably more than a dozen languages: I've found that I get more accomplished per hour at the keyboard when using ruby and python. Does that make them better? Well for me I guess it does.
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Oct 19 2012 11:46am
Quote (irimi @ Oct 19 2012 12:22am)
Reminds me of an interview question a colleague of mine once shared -- near the end of the interview, he'd ask the interviewees to rate their own C knowledge on a scale of 1-10. Anybody who answered in the range of 7-9 would get this question popped on them:

What does this function do?
Code
void
doit(a,b)
char *a, *b;
{
   char *c, **d;
   for( d = &b; *d; d++ )
   {
       c = *d;
       while( *a++ = *c++ )
    ;
       a--;
   }
}


Though in fairness, the variable names for p, q, and t all make sense given that it's in the context of cryptography.

In other news, I just got the new retina MBP from work today.  And it is sweeeeeeet.


Good god. Did they decide to use pre-ANSI C method declaration style just to be assholes? That function is scary.

This post was edited by rockonkenshin on Oct 19 2012 11:47am
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Oct 19 2012 12:09pm
Nah, I think that's just how old he is.
Go Back To Programming & Development Topic List
Prev1567
Add Reply New Topic New Poll