Jump to content

Ferox

Members
  • Joined

  1. Ferox posted a post in a topic in Computer Discussion
    set gl_wireframe to some realy obscure number like 1238912389 then search for in in tsearch.
  2. Vb is for teh n00b C++ is for teh 1337 you want string functions ? So did i. .h file #include <vbstrings.cpp> //VB Strings created by R.N(Ferox) int len(char *target); char *left(char *target,int nochar); char *right(char *target,int nochar); char * strreverse(char *target); char * mid(char *target,int param1,int param2); char *space(int target); .CPP file char result[150] = ""; //VB Strings created by R.N int len(char *target) { int i=0; while(target[i]) { i++; } return i; } char *left(char *target,int nochar) { for (int i = 0;i!=nochar;i++) result[i] = target[i]; return(result); } char *right(char *target,int nochar) { int c = 0; for (int i =len(target)-nochar;i<len(target);i++) { result[c] = target[i]; c++; } return(result); } char * strreverse(char *target) { int c =0; for (int i = len(target) -1;i!=-1;i--) { result[c] = target[i]; c++; } return (result); } char * mid(char *target,int param1,int param2) { int c = 0; for (int i = param1;i!=param2;i++) { result[c]=target[i]; c++; } return (result); } char *space(int target) { for (int i = 0; i!=target;i++){ result[i] = ' ';} return(result); } Theres most likely bugs but it might be usefull.
  3. Ferox posted a post in a topic in Flames
    hi im new to the hole cheeting scene, Lol! cud ne of u guyz hook me up wit sum uber hax thati no u guyz have, Lol!! thnkx