Skip to content

Instantly share code, notes, and snippets.

View MattiaOng's full-sized avatar

Mattia Ongaro MattiaOng

View GitHub Profile
class Stack{
public:
Stack(){
stack^stack;
position=1;
}
void push(bool input){
if(position>32)
puts("Stack overflow");
/**
* \file keylogger.h
*
* Copyright (C) 2009-2010, Ongaro Mattia <moongaro at gmail.com>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
/**
* \file sned_mail.c
*
* Copyright (C) 2009-2010, Ongaro Mattia <moongaro at gmail.com>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.