Search:

Type: Posts; User: Bazza

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,310

    Thanx I see I have alot to learn any recommended...

    Thanx I see I have alot to learn any recommended reading material much appreciated for all your help over the last few days ive learnt a bit to thanx again
  2. Replies
    13
    Views
    1,310

    I never did under stand that return thing ...

    I never did under stand that return thing

    Such a noob

    Enlighten me

    Thanx guys much appreciated
  3. Replies
    13
    Views
    1,310

    Thanx dog much appreciated I didnt think order...

    Thanx dog much appreciated I didnt think order could mes u up that much cheers m8 very much appreciated
  4. Replies
    13
    Views
    1,310

    Anybody know whats worng with that original code...

    Anybody know whats worng with that original code it should work but I cant understand why it wont

    Thanx anyway Dog

    cheers againmaybe this is one for prelude or hammer the gods of C programming
  5. Replies
    13
    Views
    1,310

    Hi thanx for your interest int main(void) ...

    Hi thanx for your interest



    int main(void) /* Main program consits of menu*/
    {

    char option; /* sets choice as an integer value starts at 0*/
  6. Replies
    13
    Views
    1,310

    Brain Malfunction

    I have a peice of code which accesses different sub functions of a menu. For some reason it runs.

    But when i type A,B,C etc it doesnt take me to the relevant subprogram it just exits



    ...
  7. Replies
    9
    Views
    1,206

    OK im getting there I think but for some reason...

    OK im getting there I think but for some reason the error i.e Hello just for the sake of a message comes up when the program begins as well

    I know its probably something simple but i cant figure...
  8. Replies
    9
    Views
    1,206

    Hmmmmm I cant seem to do it because if I put...

    Hmmmmm

    I cant seem to do it because if I put the if statement before the while statement it still ignores it. But if I change the int choice=0 it automatically runs the if statement

    your...
  9. Replies
    9
    Views
    1,206

    Thanks hammer sorry about that I type {/code]...

    Thanks hammer sorry about that I type

    {/code]

    by accident at the end dont know how to delete other thread doh

    thx again
  10. Replies
    9
    Views
    1,206

    [Code] efterew [\Code]

    [Code]
    efterew
    [\Code]
  11. Replies
    9
    Views
    1,206

    Strange or stupidity

    On a particluar menu option I have different option 1-6. I have put an if statement in my code to produce an error mesage if the input is greater than 6 but my program just seems to ignore it and...
  12. Replies
    16
    Views
    2,990

    Thanx for all your help guys got it all sorted...

    Thanx for all your help guys got it all sorted :-)

    Now I feel like programming something else but nothing to hard

    Thanx again
  13. Replies
    16
    Views
    2,990

    [CODE] if ( ( ch = fgetc ( fp ) ) != EOF ) ...

    [CODE]

    if ( ( ch = fgetc ( fp ) ) != EOF )

    [\CODE]

    Also unsure of this part

    cheers
    man im dumb
  14. Replies
    16
    Views
    2,990

    Thanx prelude you have been a great help I really...

    Thanx prelude you have been a great help I really appreciat the amount of help you have given me im not sure if you said it above but i didnt see it

    Im unsure about this line as i do not recgonise...
  15. Replies
    16
    Views
    2,990

    Thanx for that guys but prelude I think that was...

    Thanx for that guys but prelude I think that was more what I was looking for.

    But I wouldnt mind understanding the code coz im not gr8 at c

    [Code]
    #include <stdio.h>
    #include <string.h>
    ...
  16. Replies
    16
    Views
    2,990

    Basically I want to pointer to start at the end...

    Basically I want to pointer to start at the end of the file and count backwards so i can print a text file in revese character and reverse line order

    anyone off to look up fseek and ftell

    thanx...
  17. Replies
    16
    Views
    2,990

    Textfile Pointers

    When using a pointer for a text file to point at either the next char, string, or line etc

    How is it posible to initiate the pointer at EOF and for it to start counting backwards?

    ive tried...
  18. Replies
    6
    Views
    1,266

    Thanx hammer most appreciated your help has been...

    Thanx hammer most appreciated your help has been great couldnt of asked for anymore. Cheers again if only I knoew some of the **** you did.

    P.s. Just out of interest if i wanted to block out...
  19. Replies
    6
    Views
    1,266

    I thought I'd given you the answer? ...

    [Quote]
    I thought I'd given you the answer?

    Please don't create multiple threads on the same subject.

    If you have questions on my sample code, just ask.

    [\quote]

    The reason im trying...
  20. Replies
    6
    Views
    1,266

    Sorry Hammer I just wanted to try different...

    Sorry Hammer I just wanted to try different techniques to se which proved to be the best

    thanx
  21. Replies
    6
    Views
    1,266

    ASCII Exceptions problem

    As part of my project I am getting my program to counter all characters within a text file, and it is doing this with little trouble. But I want the counter not to increase when it encounters blanks...
  22. Replies
    3
    Views
    1,172

    Stupid question maybe??

    As part of my project I need a line counter i am doing this by making the program counter how many time ASC 10 comes up this is then the amout of lines

    The problem im having with my code is when...
  23. Thread: Auto count

    by Bazza
    Replies
    6
    Views
    2,011

    I didnt want you to do it for me thankyou I have...

    I didnt want you to do it for me thankyou I have worked on the code and managed to get a wordcount if you type a textfile called textfile.txt

    The problem Im having now is when i do the character...
  24. Replies
    7
    Views
    1,364

    Cracked the menu bit now the hard bit the actual...

    Cracked the menu bit now the hard bit the actual function the menu was for thanks for your help guys really appreciated
  25. Replies
    7
    Views
    1,364

    As you can guess im a bit of noob the problem I...

    As you can guess im a bit of noob the problem I am having with this code is for the menu to activate the sub sections of code

    Thankyou for your interest
Results 1 to 25 of 28
Page 1 of 2 1 2