User Profile

Collapse

Profile Sidebar

Collapse
PlainLazy
PlainLazy
Last Activity: Mar 13 '08, 11:38 PM
Joined: Mar 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PlainLazy
    replied to Syntax Error
    in C
    Ah ok, here is the part I think the error will be in...

    [CODE] /*if the file can be found, starts counting and everything else*/
    else(){

    /*If the first character is a letter, then the word count error block is set to
    count the character as part of a word, if not it is set to count it as not a word.*/

    for(firstCharEr ror; firstCharError= =1; firstCharError+ +){
    if(isalpha(test Char)==1){...
    See more | Go to post

    Leave a comment:


  • PlainLazy
    started a topic Syntax Error
    in C

    Syntax Error

    I've been given a nice C programme to make from my lecturer at uni. I've got to open a file then find out the average word length and frequency of each letter.

    I've written it all and gotten rid of most of the errors apart from one which reads "Expression syntax in function main". I've read your guide on answering students questions, just really hoping you can point me in the right direction with what to look for. I've gone...
    See more | Go to post
No activity results to display
Show More
Working...