Lounge - May 2012 (Page 4)

Template tricks and examples (1,2,3)
 
Consider the following code: template<typename T> class Shell { public: template<int N> class In { public: template<int M> class Deep { public: vi...
[42 replies] Last: [quote=cire]I've heard clang's template error reports are fairly reada... (by Catfish)
Drawing a Mandelbrot thingy - problems
 
I wanted to do that just once, so did. http://pastebin.com/1KbaZvfR Problem is, my algorithm is rather crude, so the calculations take quite a bit of time - w...
[5 replies] Last: Ohhh of course (by hanst99)
Malbolge discussion
 
I felt like opening a discussion on the programming language known as Malbolge. In case you don't know what it is, http://en.wikipedia.org/wiki/Malbolge The ...
[1 reply] : I don't see what's there to discuss about it. It's a language designed... (by hanst99)
Pc Sleep issues
 
Ive been having an issue since i built my pc, in which when the computer is in sleep mode it will not wake up. The lights in my pc turn on, but the monitor neve...
[1 reply] : Do you have a spare video card to swap out? What OS are you running? (by kbw)
Higher order functions
 
I just felt like, first of all, sharing my example code for a sort of template/class based method for what are sort of higher order functions. #include <ios...
[3 replies] Last: Because I can't just call func f(func g) as if func were a data type ... (by hanst99)
Yet another opengl vs direct3D thread (1,2)
 
Hello, I want to learn a graphics API but i'm torn between OpenGL and Direct3D. I know this has been discussed extensively on the internet but I can't seem ...
[27 replies] Last: Although I agree with you, games for XBox 360 & Windows probably accou... (by chrisname)
C++ Programming Style Guidelines (1,2)
 
I was currious about how other people design their code, so here is an exelent web page that gives some general rules about coding styles -> http://geosoft.n...
[21 replies] Last: @Cubbi (incidentally, in the corporate standard I'm following, the cp... (by Gaminic)
How Far One Has Come... (1,2)
 
Has anyone had any experiences where they'd go back to old programs they wrote and admire how much they improved in some way? Alternatively, has anyone had any ...
[27 replies] Last: @Disch Why not just echo score; ? That was sort of what I was gett... (by Gaminic)
Culture shock
 
I've got quite a bit of C++ down (thought there is no way I know everything), and have some minor experience in Java and C#. So, for anyone who knows another...
[19 replies] Last: In fact, the one thing I can't wrap my head around is why Sun decided... (by moorecm)
Do you think I'm meant to be a programmer?
 
I mean to be totally honest with you I really doubt it. I'm perplexed with the amount of endless and non-specific information and coding capabilities in prog...
[8 replies] Last: Do you think I'm meant to be a programmer? What do you care what ... (by Catfish)
Why ares maths, scinese and other things like, geometry, so useles?
 
well, first of all, I agree that, if you don't intend on going into a academic field (any job you get after coming out of university or college), anything above...
[2 replies] Last: Some of us were suspecting that the OP was a troll egg. I personally d... (by Albatross)
why do programmers get paid crappy money?
 
Its cause some people genuinely like programming. Also there are a lot more unsuccessful business men then there are successful ones. Also there are people who...
[3 replies] Last: They waste their time for the same reason anyone wastes their time wit... (by BHX)
Polleo-Dev programming team--looking for recruits
 
Polleo-Dev (anytime you see '*#' [# = a number] follow it to the bottom and i will explain more) Polleo-Dev is a programming team that uses inter...
[no replies]
What Type of Programmer Are You?
 
From this list: http://stevenbenner.com/2010/07/the-5-types-of-programmers/ , which category do you fit into? (has this been asked before?) I'm the perfectio...
[14 replies] Last: Duct Tape, OCD Perfectionist, and probably most of all, Theoretical. (by Whovian)
May 2012 Pages: 1234
  Archived months: [apr2012] [jun2012]

This is an archived page. To post a new message, go to the current page.