Previous What are you working on, Jow Forums?
/dpt/ —Daily Programming Thread
Other urls found in this thread:
htdp.org
youtube.com
google.github.io
twitter.com
Make this as generic as you can
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
Example?
Working on an online board game
is C++ worth learning?
I know other OOP languages, never got around to C++ though
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++