Search:

Type: Posts; User: darksifer

Search: Search took 0.01 seconds.

  1. @salem i corrected the linked list head but i...

    @salem
    i corrected the linked list head

    but i stil get segmentation fault when i applied whiteflags code
  2. @whiteflags i did what u mentionned above. the...

    @whiteflags

    i did what u mentionned above. the program displays nothing. output is null and i get segmentation fault
  3. Trouble displaying records using setiosflags and linked list

    hello all,
    am doing an assignment to store records in a text file. i have successfully done the writing part to the file but i got trouble reading from the file in the proper format.
    when savin the...
  4. @ grumpy & @ salem Thank you both. I answered the...

    @ grumpy & @ salem Thank you both. I answered the question as i understand it. but was not sure. As you said the question is poorly worded and that made me wonder. i just needed someone to tell me...
  5. Please help me understand this question on c++

    hi everyone. i got class test today and i think this question is pretty messed up or am stupid and ignorant. i can write the program in my way but this question i cant understand. i dont need the...
  6. Replies
    4
    Views
    1,801

    @whiteflags i was in a hurry. behind schedule....

    @whiteflags i was in a hurry. behind schedule. will arrange the code later. thank you
  7. Replies
    4
    Views
    1,801

    Thank you kmdv. will try it tomorrow since its...

    Thank you kmdv. will try it tomorrow since its kind late here.
  8. Replies
    4
    Views
    1,801

    function linked list validation help

    hi everyone, can someone tells me whats wrong with this piece of code. i cant figured it out. i get an error: lastname was not declared in this scope in structure.h (in function: newEntry @ line }...
  9. LOL. ok the code below is a small function from...

    LOL. ok the code below is a small function from the main program. the function is supposed to read from a text file. then read each text from the text file and puts it in an array (i was thinking 2D...
  10. 2D array problem - What is wrong in this function

    hello everyone. can some one tell me whats wrong in this code. thanks


    void charCount(FILE *fp)
    {
    int wordArray[noOfWords][noOfChar];
    int nChar = 0;
    int ch;
    int longestWord =...
  11. Replies
    0
    Views
    2,674

    pass contents of text file to 2d array

    hi again,
    i want to write a program that reads text from a text file and pass the text to 2D array. and

    text in the file is as follows (there is no order):

    breaking benjamin lifehouse good...
  12. Replies
    4
    Views
    2,984

    hi everyone. the program is rather big for me to...

    hi everyone. the program is rather big for me to code but am trying my best. the program does a lot of things from counting words finding longest word and so on. i am tackling each problem separately...
  13. Replies
    4
    Views
    2,984

    wow, how did i miss that. thank you.

    wow, how did i miss that. thank you.
  14. Replies
    4
    Views
    2,984

    Beginner - User Validation & encryption

    Hello everyone,
    i am writing some codes to encrypt text using ASCII codes. but i get segmentation fault at the Encryption menu when validating choice. the coding are simple. am new at C. it is stil...
  15. Replies
    13
    Views
    2,630

    ok guys. i wil see that. its late here so am...

    ok guys. i wil see that. its late here so am going to bed. will try everything you stated tomorrow and will let you know.


    many many thanks.
  16. Replies
    13
    Views
    2,630

    @jimblumberg heres the code #include...

    @jimblumberg heres the code



    #include <stdio.h>
    #include <string.h>


    #define TEXTSIZE 256
  17. Replies
    13
    Views
    2,630

    am behind schedule i got other assignments in...

    am behind schedule i got other assignments in other modules.
  18. Replies
    13
    Views
    2,630

    lol. am stil learnin friends. i know there are...

    lol. am stil learnin friends. i know there are many mistakes. nut i begin to learn C yesterD. i corrected the twice opening of file. i corrected what jimblumberg stated. i removed the ampersand. the...
  19. Replies
    13
    Views
    2,630

    Different outputs on different OS

    Hello all. this is a great site for programming and thanks for all people who help. so am writing a C program in linux using gcc and gedit. the program is not yet completed. and i am short of time....
Results 1 to 19 of 19