Search:

Type: Posts; User: withoutn

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    27,814

    Hey guys, Thanks for all your replies. ...

    Hey guys,
    Thanks for all your replies.

    Whatever bible is (I can't agree on any views since I haven't read it, but am reading it to make my own judgement about it since so many people think what...
  2. Replies
    15
    Views
    27,814

    I think I just lack good knowledge of proper...

    I think I just lack good knowledge of proper English grammar and definitions of the words I often use, but guys, look at this and it could perhaps be much easier to explain.

    It's all quite unusual...
  3. Replies
    15
    Views
    27,814

    Hey everyone, Thanks for your inputs. ...

    Hey everyone,
    Thanks for your inputs.

    @nthony: The justice I'm talking about is the moral one.

    ""[...] to receive the instruction of wisdom, justice, and judgement and equity."

    This is a...
  4. Replies
    15
    Views
    27,814

    Thanks for your input guys. Hi, This...

    Thanks for your input guys.



    Hi,
    This definition wouldn't make any sense in the snippets I wrote down. How would this equity for example relate to global climate or "Truth and Justice"?


    ...
  5. Replies
    23
    Views
    5,334

    Hey, Rather than an interesting experiment...

    Hey,

    Rather than an interesting experiment it's a good skill to acquire since whatever hand you feel writing or painting or whatever you'll use it. I've done that in school, and instead of using...
  6. Replies
    15
    Views
    27,814

    Difference between equity and justice?

    Hey,
    Does anyone know the difference? Based upon the dictionary definitions they seem pretty much the same too me, and yet people sometimes write justice and equity..... etc
    Examples (google...
  7. Replies
    14
    Views
    4,067

    Ok all works fine. Thanks everyone for help. By...

    Ok all works fine. Thanks everyone for help.
    By the way, where can I look up things like FPURGE() and other functions that I need or don't know, for definition and proper usage?
  8. Replies
    14
    Views
    4,067

    ok I got all the advices and rewrote the for...

    ok I got all the advices
    and rewrote the for loop:


    #include <stdio.h>

    main()
    {
    int x;
    int ifirst = 0;
  9. Replies
    14
    Views
    4,067

    // wait, while writing this several other posts...

    // wait, while writing this several other posts were made so there already could be a response to the question here


    Thanks anon. 'Less than or equal too' apparently works, I tried this before...
  10. Replies
    14
    Views
    4,067

    any other way you'd write this?

    Hi everyone,

    I'm learning c right now and doing the exercises from the book. The exercise prompts to write
    a counting program that prompts the user for three inputs:
    - beginning number to...
  11. Replies
    9
    Views
    10,148

    Oh yes, now it's fine. Thanks for aaaall the...

    Oh yes, now it's fine. Thanks for aaaall the help. Sorry for taking up your time :-)
  12. Replies
    9
    Views
    10,148

    Hey, it's me again. Sorry for bugging you with...

    Hey, it's me again. Sorry for bugging you with all these questions, but I just wrote this, and I get a segmentation fault again.


    #include <stdio.h>

    main()
    {

    int intRandomNum = 0;
    ...
  13. Replies
    9
    Views
    10,148

    wait but actually I have another question, how...

    wait but actually I have another question, how come it works without a NULL in this code?
    Thanks again for the help,


    #include <stdio.h>

    main()
    {

    int iRandomNum = 0;
  14. Replies
    9
    Views
    10,148

    Thanks brewbuck for the rapid help. It works!

    Thanks brewbuck for the rapid help.

    It works!
  15. Replies
    9
    Views
    10,148

    srand(time()) returns segmentation fault

    Hey everyone,
    Here's another problem I encountered:

    when I write this: (This is a beginning of a "guess a number game")


    #include <stdio.h>

    main()
    {
  16. Replies
    3
    Views
    1,323

    Thanks for the help guys, Now everything seems...

    Thanks for the help guys,
    Now everything seems to be clear.
  17. Replies
    3
    Views
    1,323

    mysterious numbers in a float

    Hi everyone,
    I just began to learn c, and here's the first problem I encountered,
    the text is about the 3 data types (int, float, char). Here particularly, it talks about precision in floats. Just...
Results 1 to 17 of 17