[ create a new paste ] login | about

gumbeto

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by gumbeto:

C++, pasted on Jan 16:
1
2
3
4
5
#include <utility>
#include <iostream>

namespace Testing
{
...
view (24 lines, 2 lines of output)
C++, pasted on Jul 3:
1
2
3
4
5
	//---------------------------------------------------------------------------------------------
	void IViServSession::handleWrite(const boost::system::error_code& error)
	{
		if(error)
			throw boost::system::system_error(error);
...
view (14 lines)