Is anyone Good at C programming??

chip

Well-known member
  • Jul 25, 2006
    5,812
    32
    48
    Well.......i need sum help ppl...if anyone of you know C programming let me know..thx:D
     

    chip

    Well-known member
  • Jul 25, 2006
    5,812
    32
    48
    Djpata said:
    whuz up bro........project eka so hard or r u in trouble:rolleyes:

    hehe..diz aint abt da pro machoo:D:yes:


    i want do sum operation in C...n um nt so gud @ nw..coz ive jst strtd doing it...
     

    chip

    Well-known member
  • Jul 25, 2006
    5,812
    32
    48
    mlakmal said:
    wht u wanna knw.... i aint a expert :D bt can manage ;)

    all i wanna no is

    there are 3 numbers given ....like int 1,2,3;

    now how to find the sum of these numbers..could u show in coding..


    thx for da response:D
     

    Djpata

    Member
    Jun 26, 2006
    9,540
    23
    0
    chip said:
    hehe..diz aint abt da pro machoo:D:yes:


    i want do sum operation in C...n um nt so gud @ nw..coz ive jst strtd doing it...
    i think u aint gonna make a virus again lolzzzzz;) :lol: :lol: :lol: :lol: :lol:
     

    mlakmal

    Member
    Jun 28, 2006
    4,557
    4
    0
    chip said:
    all i wanna no is

    there are 3 numbers given ....like int 1,2,3;

    now how to find the sum of these numbers..could u show in coding..


    thx for da response:D


    which c libraries ur usin .... in lynx or win32.......
     

    chip

    Well-known member
  • Jul 25, 2006
    5,812
    32
    48
    mlakmal said:
    went to dinner.... is dis da way

    well.....i need sum thing like dis..

    #include <stdio.h>
    void main()

    {
    int 1,2,3,4; [declare 4 numbers and get the sum of the them like 1+2+3+4..etc]
    --
    -
    -
    -
    -
    -
     

    mlakmal

    Member
    Jun 28, 2006
    4,557
    4
    0
    chip said:
    well.....i need sum thing like dis..

    #include <stdio.h>
    void main()

    {
    int 1,2,3,4; [declare 4 numbers and get the sum of the them like 1+2+3+4..etc]
    --
    -
    -
    -
    -
    -


    well in vc++ i thnk those headers come when you create new c file...


    if nt only thin dat my code missin is dat header file as i thnk