Category Archives: Software Development
Jeff Atwood of Borg-StackOverflow Careers Assimilation
I’ve found StackOverflow to be a fun and vibrant community as well as an almost daily touchstone for programming and tech problems. Because of my enjoyment of the site I’ve started listening to the StackOverflow podcast with Jeff Atwood and Joel Spolsky (my opinion of which is another post altogether).
I’ve found Jeff to be rather [...]
Subclipse for SVN on Eclipse CDT
Subversion is a great way to work on code in a collaborative fashion. There are a couple subversion plugins that work with Eclipse, one of them is called Subclipse.
To install Subclipse in Eclipse goto the Help menu and choose “Software Updates…”.
Once the “Software Updates and Add-ons” window displays itself we need to add the Subclipse [...]
C++/CLI Converting from String to wchar_t and to char*