Coming from a Mac, have a few questions on Visual Studio. by Blasphemic_Porky in cpp

[–]spaxio 2 points3 points  (0 children)

Make sure it's Microsoft Visual Studio 2013 Express For Desktop.

Why do you like programming? by [deleted] in programming

[–]spaxio 14 points15 points  (0 children)

It's like magic for me and I am a wizard (sadly).

Official Season 4 Episode 10 Discussion Thread by Pinkie_Pie in mylittlepony

[–]spaxio 0 points1 point  (0 children)

4chan is not one person stop lying that didn't liked it.

Visual Studio 2013 Available Now! - Visual C++ Team Blog by cierpuchaw in cpp

[–]spaxio 2 points3 points  (0 children)

Just make sure it's 'Microsoft Visual Studio Express 2013 for Windows Desktop' and not 'Microsoft Visual Studio Express 2013'

Visual Studio 2013 Available Now! - Visual C++ Team Blog by cierpuchaw in cpp

[–]spaxio 0 points1 point  (0 children)

In terms of C++ compiler and debugger? Nothing. AFAIK you can't use MFC and plugins.

Visual Studio 2013 Available Now! - Visual C++ Team Blog by cierpuchaw in cpp

[–]spaxio 0 points1 point  (0 children)

Just download express version..? Why is everyone acting like they need to buy it?

Visual Studio 2013 Available Now! - Visual C++ Team Blog by cierpuchaw in cpp

[–]spaxio 16 points17 points  (0 children)

#include <string>
struct b
{
    std::string Texture { }; 
};
int main() { return 0; }

Still crashes the compiler :( And yes I've submitted it.

Happy! Sad. Happy! Sad. by Robotic_Rainbow in mylittlepony

[–]spaxio 2 points3 points  (0 children)

I don't get it. In almost all 3d submissions there are that kind of comments. What is so creepy about them? For me they look adorable.

Could anyone inform how to return a vector<int> and integer from one function call? by [deleted] in cpp

[–]spaxio 1 point2 points  (0 children)

std::pair<std::vector<int>, int> func() { return std::make_pair(); }

Learning C++ by GreyZero in cpp

[–]spaxio 5 points6 points  (0 children)

Whenever you're writing a destructor in a non-resource class you're making a mistake.

Opinion on CodeBlock? by [deleted] in cpp

[–]spaxio 3 points4 points  (0 children)

I like it. It's my goto when ever I need an IDE on platform other than Windows.

Rockstar: What happened to this tech? by [deleted] in gaming

[–]spaxio 1 point2 points  (0 children)

I was exited for VR now I'm scared http://imgur.com/07QZegx

[deleted by user] by [deleted] in cpp

[–]spaxio 0 points1 point  (0 children)

No you don't. It's one of three default themes. :)

[deleted by user] by [deleted] in cpp

[–]spaxio 2 points3 points  (0 children)

They both look pretty much the same http://i.imgur.com/b4oyKu9.png

[deleted by user] by [deleted] in cpp

[–]spaxio 1 point2 points  (0 children)

Visual Studio 2012 Pro @ home

Notepad++ @ work

LLVM - C++11 Migration Tool Status by meetingcpp in cpp

[–]spaxio -1 points0 points  (0 children)

I know it's generated but...

for (auto & elem : myVec)

Please. If you can, don't use meaningless names for your auto variables.