Search:

Type: Posts; User: david999

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,172

    of course..thanks for that

    of course..thanks for that
  2. Replies
    2
    Views
    1,172

    another quick n easy question

    regarding DO..WHILE.. loops



    int variable;

    do {
    blah;
    blah;
    blah;
  3. Replies
    2
    Views
    1,086

    perfect explanation. that helps in some other...

    perfect explanation. that helps in some other problems i was having...thank you ver much.
  4. Replies
    2
    Views
    1,086

    quick n easy question

    why is the bold part of that line included? i understand 0 in ascii is nul, but don't know why it needs to be removed from the integer value that has been loaded into variable c



    getnum(){
    ...
  5. Replies
    4
    Views
    2,193

    prime pairs from 3 - 10,000

    i found a set of beginner's problems to solve...i came up with a solution to this one:

    print out all the prime pairs (prime numbers that differ only by 2) from 3 - 10,000.




    #include...
  6. Replies
    8
    Views
    2,091

    thanks alot for your help. up and running.

    thanks alot for your help. up and running.
  7. Replies
    8
    Views
    2,091

    perfect! :) maybe you could help me...

    perfect! :)


    maybe you could help me understand from the tutorial example why unsigned char is used:




    #include <stdio.h>
  8. Replies
    8
    Views
    2,091

    reading from text file

    i know this has to be simple, but ive been reading the tutorials, and searched through about 15 pages of threads looking for my problem to no avail :(.

    the .txt file is nothing more than...
  9. Replies
    5
    Views
    1,926

    k, i thought the braces were straight. thanks...

    k, i thought the braces were straight. thanks for the info guys, ill need some time to read abit about the other strategies and functions u mentions...thanks for the help :)
  10. Replies
    5
    Views
    1,926

    value of char variable with loops

    the first time around, the program works as expected. the integer x is set to 0 when a response is given other than 'y,Y,n,or N' so that the function will repeat. the second time around, even if ...
Results 1 to 10 of 10