阅读本文需要C++编程基础以及汇编知识,废话不多说,进入正文
// StackOverFloat.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "string.h"
#include "stdio.h"
#include "windows.h"
int test(char *str)
{
char buffer[8];
strcpy(buffer,str);
return