finally i write a spelling checker program using c++ string..but cant compile..
actualy i got 30 errors but i manage to reduce it until 8. But then i cant figure out already what is wrong in my coding. Plz help me..
#include <iostream>
#include <conio>
#include <fstream>
#include <string>
int countFactorial (int ) ;
void chgRefChar (string* const, string* const, int ) ;
void scramLetters (string*, int );
#include <stdlib>
#include <stdio>
int main()
{
const int SIZE = 20;
string ch, refer;
int length1, factorial;
string test;
memoc3, please use code tags to post code, telling us what the errors are also helps. Basicaly the more information you can give us the quicker you will get help[1].