HOW DOES:
void Kill******( char * ******){
delete ******;
}
void IsGay******(char * Name){
Kill******( Name )
}
int main(){
IsGay******("seeplusplus");
IsGay******("ppl2pass");
return 0;
}
WORK I MEAN REALLY
well the procedure "IsGay******" is not needed and should have been a function to test for fagness example...
Function IsGay******( szNickname : PChar): Boolean;
begin
if szNickName <> Straight then
Result:= True
Else
Result:= False;
end;
then the main proc
if IsGay******('seeplusplus') = True then
Kill******('seeplusplus');
You guys really hate seeplusplus ? XD