Search:

Type: Posts; User: irishfeeney92

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    4,717

    actually i didnt take the code, i created it ...

    actually i didnt take the code, i created it myself from my algorithims and data structures notes using the bubble sort and insertion sort, works fine now, google did help with tutorials and is a...
  2. Replies
    9
    Views
    1,517

    well SALEM (OSAMA), im actually finished my...

    well SALEM (OSAMA), im actually finished my program now and it works perfect, got abit of help from some good people on here, not like u know it all C>U>N>T>S who prefer to abuse people and cal l...
  3. had to put the #include and a } ...

    had to put the
    #include<string.h> and a }
    works fine now :)
    thanks for all your help!!!
  4. k ive been working on this program the whole day,...

    k ive been working on this program the whole day, i almost have it finished but i have 2 errors i cant figure out, when i figure them out the program should be perfect, i also have to make it so that...
  5. ok ill get back to you, thanks man uve been a...

    ok ill get back to you, thanks man uve been a great help!!
  6. okay ive taken the braces and put it in the right...

    okay ive taken the braces and put it in the right place, still have the 2 errors, my layout is fine on my compiler its jus when i copy and paste it gets bit ........ haha!! i fixed the bracket and it...
  7. ok done that still have these two left [code]...

    ok done that still have these two left

    [code]
    Error E2141 mycode2.c 707: Declaration syntax error in function display_by_name(personnel *)
    Error E2134 mycode2.c 743: Compound statement missing }...
  8. ok i put the braces in and i took the 0 out, down...

    ok i put the braces in and i took the 0 out, down to 2 errors now :) thansk for your help btw!!
    these errors are left

    [code]
    Error E2141 mycode2.c 707: Declaration syntax error in function...
  9. hey man thanks, but when i add them semi colons...

    hey man thanks, but when i add them semi colons in i get 6 more errors

    Error E2141 customerdisplay.c 594: Declaration syntax error
    Error E2040 customerdisplay.c 596: Declaration terminated...
  10. errors with display function!! Help Plz!!

    hi guys, this is 1 function im making as part of a program, it ahs to display info by letting the user input either an account number or account name and i originally started out with 10 errors but...
  11. Replies
    18
    Views
    4,745

    well actually commentator as part of our...

    well actually commentator as part of our assignment we wer given a template to use which showed us the basics of our codes functions structures etc. so if there are any similarities between our codes...
  12. i simply jus took out phone number becaua baggage...

    i simply jus took out phone number becaua baggage and was not needed, now what i have come accross is that when i add a customer, it adds the first person, then i go to add the second person and when...
  13. okay i managed to get the increment now i have a...

    okay i managed to get the increment now i have a problem that when its taking in the customer details it goes down as far as address and displays the phone number prompt but skips it and goes back to...
  14. ok thanks, im getting abit confused at the moment...

    ok thanks, im getting abit confused at the moment i need it to increment but i dont no if i am putting it in the right place, when i put it in at the very end between the curly braces (because we...
  15. ok i finally got the program to compile and run,...

    ok i finally got the program to compile and run, now when i add the customer and fill in all the details it doesnt end the add loop it stays in it and just restarts again... do i jus add in another...
  16. thanks man i just fixed it and that was the...

    thanks man i just fixed it and that was the problem!! thanks alot!!
  17. ok thanks ill hafte change them, thanks for the...

    ok thanks ill hafte change them, thanks for the heads up!! its a tough assignment for a first year isnt it!! ha is that okay so far???



    /* Main Program Scope */

    int main (void)

    {
    ...
  18. 1 Error I Cant Figure Out!! Tried All I Could Think Of!!

    so im doing an assignment for college to build a banking database, i havent completed all of the functions yet but i have 1 error left that wont let me compile it, the error is the defenition for...
  19. ok then fair enough, and well done fair play to...

    ok then fair enough, and well done fair play to you thats a very good achievement!! all im saying is you have the mental capabilities and intellegince to do that, others are not as smart as you,...
  20. well let me put it this way, how do we learn...

    well let me put it this way, how do we learn without help??
  21. Salem ur an awful C.U.N.T , in case u havnt...

    Salem ur an awful C.U.N.T , in case u havnt copped on by now me and morrissey are in the same class, why should we deserve to fail if we have a bad lecturer and have tried numerous times to learn...
  22. listen slaem, i came on here for a reason, im in...

    listen slaem, i came on here for a reason, im in 1st year of college and dont really understand it that well yet, i need help with it, isn that what these sites are for? if i understood it i wouldnt...
  23. okay here my new code then...... ...

    okay here my new code then......




    #include<stdio.h>
    #include<conio.h>
    #define MAX_PERSONS 50

    /* Assignment 3A (55 Marks Needed)
  24. hey CommonTator i did what u said and defined the...

    hey CommonTator i did what u said and defined the size of the arrays....no luck :(
  25. okay i jus added the struct address struct...

    okay i jus added the struct address



    struct Address
    {
    int house_number;
    char street;
    char city;
    };
Results 1 to 25 of 30
Page 1 of 2 1 2