Here is a step by step guide to set up a new development environment from scratch, to get an Android project up and running in an emulator.
Continue reading Android Development Setup Guide Using Eclipse
Here is a step by step guide to set up a new development environment from scratch, to get an Android project up and running in an emulator.
Continue reading Android Development Setup Guide Using Eclipse
The main issue I have with Visual Studio is the lack of intuition it possesses when creating simple command line programs.
First to create a new console application:
File > New > Project >Visual C++ > Win32 > Console Application
YOUR CODE HERE!
Here is where things get annoying: Continue reading Introduction to command line programming in C++ using Visual Studio 2012