Search:

Type: Posts; User: jereland

Search: Search took 0.01 seconds.

  1. itsme86, dude U RocK! Qutoe: "

    itsme86, dude U RocK!
    Qutoe: "<Is this what you're looking for?>" .... X-actly :)

    thanks for that, i was wasnt expecting so much, but this is great,
    This program is going to eventually have a...
  2. ps i will be posting the updated code in a couple...

    ps i will be posting the updated code in a couple of hours
    ta
  3. i wrote the wrong variable from main ()

    :confused: HI, thanks for someone replying, :D

    i did have a search throughout the C programming boards, and there wasnt much of a function that i coud relate to...

    itsme86 asked :mad: ...
  4. Fine tuning with SORT function using STRUC...真arhhhhh真

    :confused: Hi all, im really getting confused (prolly confusing myself more than anything) with trying to get this function to work.
    The idea is that Student ID's will be entered (Within the main)...
  5. Replies
    3
    Views
    5,623

    ok well thats stopped the program crashing...

    ok well thats stopped the program crashing however now it just ends
    should i have acctNum. acctNum in there? or doesn't that make sense
  6. Replies
    3
    Views
    5,623

    linear search for structure (record) array

    ok guys, im looking to use a linear search to search a structure for a certain account number. the structure is as follows.




    typedef struct {
    int acctNum;
    char lastName[ 15 ];
    ...
  7. thanks

    thanks for your reply dave.. spent some time on it and have successfully got the expected results. just got so frustrated before..
    cheers guys U rock!
  8. unfortunalty another problem

    Thanks for your help swoppy.
    (i know what u r saying dave, but that is not my biggest concern atm, i can address that after i get the program to work properly)
    although another problem has now...
  9. Counter Errors for otherwise working program???

    Problem: The counter for acceptable doesn't work upon entering values that should increase acceptable by 1. Instead it adds to unacceptable, it may have something to do with the {} braces however im...
  10. Replies
    9
    Views
    4,642

    #include int main(){ int...

    #include <stdio.h>


    int main(){

    int subtotal_c = 0, subtotal_h = 0, subtotal_n = 0, subtotal_nm = 0;
    int gas, distance, gas_emmissions, years;
    int acceptable_carbon = 0,...
  11. Replies
    9
    Views
    4,642

    After working all afternoon i am close to...

    After working all afternoon i am close to completion there is a few logic errors that i need to work out but im close!

    and ideas?




    #include <stdio.h>

    int main(){
  12. Replies
    9
    Views
    4,642

    maybe a better way to describe it

    hi, thansk for your reply... im only in first yr programming and the program is really only meant to contain IF / ELSE statements and DO WHILE statement (while pollutant != 0) (note their are 4...
  13. Replies
    9
    Views
    4,642

    Help needed Please

    ==> this is my pesudocode code for an assignment. i stayed up all last nit with minimal success trying to code it into C. I do not want someone to complete the assignment for me, but would be very...
Results 1 to 13 of 15