Search:

Type: Posts; User: junglist

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,265

    corrections

    made some changes.
    Thank you for the reply :)
  2. Replies
    3
    Views
    6,265

    Array of pointers to linked lists

    Dear programmers,
    i have the following problem.
    The homework ask to create 3 linked lists and an array of pointers to them which is NULL at the beginning.
    I m stuck when it asks to enter values...
  3. Replies
    5
    Views
    1,188

    so is the clearscreen commands not right to solve...

    so is the clearscreen commands not right to solve this issue?
    where should i put the flushing routine in my code to solve the problem?
  4. Replies
    5
    Views
    1,188

    thnx kitty.. as for the SSN the tasks asks to be...

    thnx kitty..
    as for the SSN the tasks asks to be an array of integers...i dont know if i could store it otherwise,,
    What should i do about the double appearance of the menu list?
    a valid ssn is...
  5. Replies
    5
    Views
    1,188

    Data Structure issues

    I've made the following data base/list...


    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    #include <conio.h>
    #define MAX 10

    struct account
  6. Replies
    18
    Views
    2,234

    ooops,,,,my bad... moving it now... sorry...

    ooops,,,,my bad...
    moving it now...
    sorry...
  7. Replies
    18
    Views
    2,234

    Thank you all for the advance tips.I've contacted...

    Thank you all for the advance tips.I've contacted my professor and told that gets() is acceptable for the particular exercise.
    And if its not much trouble for anyone i would like to give me some...
  8. Replies
    18
    Views
    2,234

    Is there anyway getting a string without...

    Is there anyway getting a string without declairing the lenght of itat the begining and without dealing with programming problems?
    If so do i have to make many changes in my initial code?
    Thnx in...
  9. Replies
    18
    Views
    2,234

    i fixed the metrhths_aA it is counter_aA is...

    i fixed the metrhths_aA it is counter_aA

    is strpbrk() of any use in this kind of programm?

    Thank you all for your answers.I'll try to read the FAQs ASAP...
  10. Replies
    18
    Views
    2,234

    thnx for the faq quzah...i ll read it..... as...

    thnx for the faq quzah...i ll read it.....
    as for the warning i get 0 errors 0 warnings in code::blocks
    .and again thank you...
  11. Replies
    18
    Views
    2,234

    Character Replacement in a string

    Hi,
    i would like your help in a program.


    #include <stdio.h>
    #include <string.h>
    char s[1000];
    int i,j,r,k,l;

    int counter_aA (m)
Results 1 to 11 of 11