Search:

Type: Posts; User: clover

Search: Search took 0.00 seconds.

  1. Replies
    34
    Views
    5,909

    for n=14 r=11

    for n=14 r=11
  2. Replies
    34
    Views
    5,909

    I tried it pinko but it does not work. I found my...

    I tried it pinko but it does not work. I found my mistake in the code. I should use double as a data type not int.
  3. Replies
    34
    Views
    5,909

    what is the pascal triangle?

    what is the pascal triangle?
  4. Replies
    34
    Views
    5,909

    computing the number of combinations

    what is wrong with the code it computes the result false





    /* computes the number of combinations of n items taken r at a time by the formula
    c(n,r)= n! / (r!(n-r)!), functions used are...
  5. Replies
    7
    Views
    2,353

    nest if statements

    How can i write the same code using a nested if statement instead of a series of if statements?

    /* Reads a positive single digit integer and prints the word equivalent for it.
    for example. 5 =...
  6. Replies
    2
    Views
    1,561

    please give ur point of view

    I know the usage of the 32 keywords (auto, break, case, char , const, int, float, typedef etc) defined by the c89 and the usage of arrays and strings, pointers, functions, structures, unions,...
  7. Replies
    4
    Views
    2,538

    u got me wrong fellas

    I donot know why everyone posting a relpy misunderstood me.
    I know the basics of programming in c and c++ not the basics of game programming using c or c++.
    now if some body could tell me what...
  8. Replies
    0
    Views
    1,313

    free electronic books

    This websites are for users like me who have no money.The free
    electronic books you'll find here will surely help u guys.
    Download them and also tell me of other sites that offer such...
  9. Replies
    8
    Views
    1,594

    getting started with games

    I know the basics of programming in c and now a days studing the intermediate. Im interested in building games . could someone
    help me , tell me of the sites that offer tuitorials for building...
  10. Thread: whats makefiles

    by clover
    Replies
    2
    Views
    1,116

    whats makefiles

    what are make files and when do u need to use them.
Results 1 to 10 of 10