/dpt/ —Daily Programming Thread

Previous What are you working on, Jow Forums?

Attached: vlcsnap-2018-04-08-02h56m56s827.png (1512x1072, 1.4M)

Other urls found in this thread:

htdp.org/.
youtube.com/watch?v=Y7rq6o6UDXc
google.github.io/styleguide/cppguide.html
twitter.com/NSFWRedditGif

Make this as generic as you can

Attached: 2018-05-23-132840_1920x1080_scrot.png (1920x1080, 91K)

Made a discord bot today. Collects unique strings from shit people say and spits back Markov chains from them on command. Pretty funny.

Quit your job and make video games

Attached: 1280px-Multi_Color_Go.jpg (1280x960, 270K)

Example?

Working on an online board game

Attached: sudden death.png (1220x1248, 1.15M)

is C++ worth learning?

I know other OOP languages, never got around to C++ though

Attached: 1524898366289.jpg (1440x810, 155K)

I'll repost it here, since new thread.
r8 my fizzbuzz
#include

int main(){
char buffer[4];
char* messages[] = {
buffer,
"Buzz",
"Fizz",
"Fizzbuzz",
};
for(unsigned int i=1; i

Meh. You know one OOP language, you know them all. Maybe read up on the STL and that's about it.

Yeah it's pretty good. High performance graphics stuff, games stuff, low-level stuff, all make good use of C++