Search:

Type: Posts; User: Dylancougar

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,868

    Thanks WaltP, it works perfectly now. :)

    Thanks WaltP, it works perfectly now.

    :)
  2. Replies
    6
    Views
    1,868

    Thanks guys that fixes that, but I'm not getting...

    Thanks guys that fixes that, but I'm not getting the results I need. I need to print numbers up to a certain point and the 2N of that number, but all it does print the header N---.

    I'm still...
  3. Replies
    6
    Views
    1,868

    Error problem in for loop

    I keep getting these errors with my for loops

    8 C:\Dev-Cpp\My-Projects\fibioncci.c 'for' loop initial declaration used outside C99 mode


    25 C:\Dev-Cpp\My-Projects\fibioncci.c 'for' loop...
  4. Replies
    4
    Views
    1,027

    If understand you and, the tutorial I just read...

    If understand you and, the tutorial I just read basically I need a buffer
    to read and pass the string the fopen. What is what I did here, unless I screwed up somewhere. The buffer 'filename' is the...
  5. Replies
    4
    Views
    1,027

    Minor help needed with file opening

    I've finished with what needs to be done which open a text file format it a certain way such as removing white spaces at the beginning of lines etc. This is just something alittle extra I'm trying to...
  6. Replies
    4
    Views
    2,329

    Thanks guys for your help so far, I've got a...

    Thanks guys for your help so far, I've got a better understanding of this but I still have a problem. I'm trying figure out how I can use char i to go througth the two strings and look for the first...
  7. Replies
    4
    Views
    2,329

    Function and pointer problems

    This is a nice little assignment my prof. decided to spring on us out of nowhere, (thanks prof. :rolleyes: ). But anyways what I need to do is
    write a function that will search a string for any one...
  8. Thanks for your help guys, I have one more...

    Thanks for your help guys, I have one more problem, I'm can't get it to print the entire input, only the vary last cell get printed. Here the updated code, thanks caroundw5h.



    #include...
  9. newbie needs help with creating html table

    What I'm trying to do is write a program that creates the HTML tags for an N by M table. Basically I prompt the user for the number of rows N and the number of columns M. Then the program prompts the...
  10. Replies
    9
    Views
    4,940

    Actually just one more quick question. As itsme86...

    Actually just one more quick question. As itsme86 pointed out I'm going to get not exactly the results I'm looking for. What I need is for output to be just letters and the correct one like a to m, z...
  11. Replies
    9
    Views
    4,940

    Thanks for yours help guys it works now. :cool:

    Thanks for yours help guys it works now.
    :cool:
  12. Replies
    9
    Views
    4,940

    Yeah just now I see what happens when input Z I...

    Yeah just now I see what happens when input Z I get lowercase g, input R I get _.

    Should it now be able to read the file fopen is in the main function now, it keeps prompting me to maually enter...
  13. Replies
    9
    Views
    4,940

    I knew there was an error there, I didn't know...

    I knew there was an error there, I didn't know that '\' was a special character. That part is solved but I these are the errors I'm getting now.

    6 c:\Documents and...
  14. Replies
    9
    Views
    4,940

    File input question from a newbie

    What I'm trying to do is read a simple text file in then encyrpt it,
    for example A will become M, B becomes N, etc, this will be the output. But I can't get it to actually read the file.

    The...
Results 1 to 14 of 14