[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/dpt/ - Daily Programming Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 14
Thread images: 3

File: Algorithm_Design.jpg (42KB, 403x500px) Image search: [Google]
Algorithm_Design.jpg
42KB, 403x500px
What are you working on, /g/?

Previous thread: >>59327254
>>
delete this redundant thread
>>
>>59333089
The other one was created before bump limit.

This is the official one.
>>
>>59333089

>posting in the animu shitpost thread

Shiggy diggy doo.
>>
>>59333052
LOL WUT
>>
>>59333089
Fuck off animufag.
>>
Writing a polynomial calculator in C using linked lists to represent the polynomials and a stack for the operations.

Polynomial
create_monomial(double coef, unsigned int exp)
{
static int _atexit = 1;
Polynomial p;

p = alloc_term();
if (coef != 0) {
p->next = alloc_term();
p->next->coef = coef;
p->next->exp = exp;
p->next->next = NULL;
} else {
p->next = NULL;
}

if (_atexit) {
_atexit = atexit(clear_list);
}

return p;
}
>>
>>59333003

Gave my first interview today /g/.


It went pretty good.
>>
>>59336999

Anyone else given an interview?

How did you decide what to ask?


I was asked to design a whole new procedure and I decided against the classic white board in favour of giving the candidate an hour with an ide and stackoverflow to put something together. Then we discussed his decisions.
>>
give me some fun projects to practice muh java
>>
>>59337411
I'm sorry, but you must be confused, redditor. Never ever recommend usage of objects or OOP here.
>>
>>59337523
downboated
>>
>>59337411
https://github.com/saeg
>>
File: Geau.city.png (17KB, 128x128px) Image search: [Google]
Geau.city.png
17KB, 128x128px
>>59333003
helloworld triangle in every ver of opengl without cheating
Thread posts: 14
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.