helo all.. here i have write a complete coding for the spelling checker prog. its a assignment. but its still cant compiled. i check and everything just fine for me. realy cant figure out wat is wrong.. can anyone help me plz. hv to pass up tomorow..
#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;
Well, obviously, if it doesn't compile then it's not "fine".
1. Edit your post and paste your code again, this time surrounding it with [code][/code] tags.
2. Post the compiler errors.