Comment on: Microsoft has release a "Sublime Text" clone that works on linux, MacOS and that other OS. I guess this is the end of the world. It's been nice knowing you gents.
Anything for chrome OS? no? Off to figure out crouton...
Comment on: The code in your banner is triggering me
Proposal for new Header
#define MAGIC_NUMBER 7
#include <iostream>
//Oh by the way this is [/v/programming](/v/programming) <--- hey thats kind of annoying. I didn't even put that there
// Title: Not actually a program so none I guess...
// Author: Simery
// 2015
#include <stlib.h>
#include <stdio.h>
#include <vector>
#include "my_vector.h"
int main(/*Because I can*/)
{
return 1; //Take that
}
Comment on: The code in your banner is triggering me
Not really a huge issue, but from Bjarne Stroustroup himself, using "\n" for newline is slightly better than endl, unless you are actually trying to flush the stream.
Comment on: The code in your banner is triggering me
I wrote some code for school that took advantage of pointer arithmetic and the way C style strings interact with strings in C++.
It was only a few lines but it was impossible to tel what was going on. I commented it with
//Things got weird. Don't ask
Comment on: The code in your banner is triggering me
I think the visibility of open source should prevent any major issues. But maybe I'm biased. I'm a real heartbleed for anything open source.
Comment on: Why this sub sucked on Reddit and how to make it not suck here
in an ideal world
Unfortunately, popularity is the downfall of most fast growing communities. The niche community is masked by the generic majority.
Comment on: What language should I start learning? (IT/Networking college student)
I'm only a student myself, but if you are going to learn C you might as well d C++ too. Not a the same time though. One then the other.
Personally I would recommend C first because I imagine moving from C to C++ has to be one of the top 10 best feelings in the world, but going the other way is like a slow decent into madness.
Comment on: Why this sub sucked on Reddit and how to make it not suck here
I really like this. As a college freshman I knew I was a begginer. As a sophomore I thought I was intermediate. As a senior I'm pretty sure I'm a begginer, because just about everything on github might as well be magic.
All I'm willing to settle on is that I know more than some but less than most
Visualize various sorting algorithms through dance!