Lounge - October 2013 (Page 9)

by Disch
Breaking Bad (please no spoilers) (1,2)
 
So the series just finished... and I started watching the last [half-]season yesterday. I wanted to wait until it was finished so I could watch episodes back-t...
[21 replies] Last: I don't watch alot of TV. Honestly I didn't know this show was so popu... (by knn9)
by ne555
Sending... please wait (1,2)
 
I was writing a post, on a pc, that was like bit bit bit bit bit, and then all of my post was gone... and I was like... ¿uh? It devoured my post. It was real...
[28 replies] Last: http://en.wikipedia.org/wiki/Maximum_Transmission_Unit (by S G H)
Blogs
 
What are your favourite programming-related blogs? I quite like Michael Abrash's Valve blog and I occasionally look at John Carmack's twitter. Are there any pro...
[3 replies] Last: http://www.altdevblogaday.com/ http://probablydance.com/ http://www.jo... (by Lachlan Easton)
by LB
json++
 
I figured out the easiest way to 'make your own programming language' ever: use the existing syntax of JSON and just have the content be the code. Here's a sam...
[11 replies] Last: This isn't a thread about extreme programming languages or challenging... (by LB)
Difference between Subversion and Google Drive?
 
Does Google Drive have version control features? If so which one is better Subversion or Google Drive? Thanks in advance.
[16 replies] Last: There is also https://windows.github.com/ (by LB)
by LB
I'm a PImpl Magician
 
#include <iostream> #include <type_traits> #include <memory> template<typename Derived> struct PImplMagic { PImplMagic() { static_assert(std::is_...
[2 replies] Last: User @DyP from Stack Overflow provided yet another version, which is e... (by LB)
Build Computer
 
Have you ever build a computer from scratch? Are you interested in doing that in the future? So, I'm about to do this and super excited. :-)
[7 replies] Last: I want to but don't have enough money. :-( (by closed account NUj6URfi)
by LB
float, double, long double
 
Try this code on each of your compilers: http://ideone.com/cOVGJH The ideone compiler output is there. Here's my output, with 64-bit clang targeting 64-bit wi...
[2 replies] Last: MinGW 32-bit gets it right float, double, long double sizeof = 4, 8, ... (by Duthomhas)
by LB
The advent of std::optional (EDIT: Delayed past C++14)
 
http://en.cppreference.com/w/cpp/utility/optional When a good deal of compilers support std::optional , do you think we will need to adjust tutorials that...
[19 replies] Last: Yeah, template aliases are really nice. I got told off for trying to d... (by LB)
by LB
clang Windows snapshots
 
Apparently, LLVM now has Windows snapshot builds for clang: http://llvm.org/builds/ I found it through this blog post: http://blog.llvm.org/2013/09/a-path-fo...
[1 reply] : > What I'm concerned about is the standard library - does it use MS'? ... (by JLBorges)
how did you become good
 
Guys, I am a new student at college.I enrolled for computer science.Currently I am doing c++.But, I don't want to leave it.I want it to be part of my life.I am ...
[7 replies] Last: We were all frustrated and struggled when we first started out program... (by thebeto1of)
by LB
Minecraft servers are simulating economies and even kids understand it
 
http://www.sssminecraft.info/Forum/index.php?topic=567.0 (requires login) Chrome-saved Webpage: https://www.dropbox.com/s/0irq1covsv7kcod/MC_Econ.zip This is ...
[2 replies] Last: Oh, whoops - I'll do something about that. EDIT: Used chrome to save ... (by LB)
October 2013 Pages: 1... 789
  Archived months: [sep2013] [nov2013]

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