fakecineaste
Tuesday, December 10, 2013
opensource cloud
›
OpenStack Software delivers a massively scalable cloud operating system. http://www.openstack.org/ This is a set of integration tests ...
2 comments:
C/C++ Pointers vs References
›
a pointer can point to many different objects during its lifetime, a reference can refer to only one object during its lifetime References a...
C++ Language Tutorial
›
Introduction Instructions for use Basics of C++ Structure of a program Variables. Data types. Constants Operators Basic Input/Output Control...
c++ exercises
›
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Exercises
Code that uses goto on loop [C#]
›
static int GotoMethod() { int dummy = 0; for (int a = 0; a < 10; a++) { for (int y = 0; y < 10; y++) // Run until co...
Maven
›
Maven Apache Maven is a software project management and comprehension tool . Based on the concept of a project object model (POM), Maven...
1 comment:
‹
›
Home
View web version