Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
Do you think it's better to use VS 2013 than 2008? Now I have windows 7.
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
It's all taste. For example I tried VS 2013 and I hated the interface so I'm still using 2008.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Does VS2013 still take so long to start up as 2010?
For me, 2008 starts up almost instantly, 2010 takes several minutes. Also the memory footprint is better with 2008, I like the visuals a tiny bit more (no space wasted by thick window chrome). And there's no new feature in 2010 that I'd miss in 2008. Can't compare to 2013, since it doesn't run on WinXP.
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
I really like Visual Studio 2012 Professional. It starts pretty fast on my laptop and it's very responsive (better than 2010). I haven't tried 2013 yet.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Visual studio 2012 for c++ on windows
Meld for sorting out merge conflicts
VMWare for running linux for most of my development.
gedit + clang for c++ on linux
gcc as a backup compiler
valgrind + gdb for debugging.
gprof for profiling on linux
AMD CodeXL for openCL and profiling on windows.