Moving ends of strings...Actually, I figured it out. You can use memmove to do it. But I mean like... you have string that...
Moving ends of strings...Is there a string function that takes part of a sting and moves the second part over instead of over...
File input reads in gibberish after file.[code]#include <string.h> #include <iostream> #include <fstream> using namespace std; int main...
Not declared (Even though I declared it)Actually, putting the for statement in the if statement worked well. ThaNKS.
Not declared (Even though I declared it) [code]#include <iostream> #include <fstream> using namespace std; ifstream::pos_type size; ...
This user does not accept Private Messages