Search:

Type: Posts; User: jordanguyoflove

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: Colors

    by jordanguyoflove
    Replies
    1
    Views
    1,011

    Colors

    Hi,

    I have the RGB & HSL values of some colors. I want to use to use the RGB or HSL to color the text on my screen.

    And I need to change the background to white.

    Please help me. I am doing...
  2. Replies
    3
    Views
    9,176

    I got it: Most programs display a high degree...

    I got it:

    Most programs display a high degree of locality: the same set of pages,the current working set, is being referenced repeatedly.
  3. Replies
    3
    Views
    9,176

    Locality of program

    I don't understand what locality of program means.

    I searched in the oxford dicitonary and got this result:
    AskOxford: locality

    noun (pl. localities) 1 an area or neighbourhood. 2 the...
  4. Replies
    3
    Views
    1,021

    thanks. Your definition helped me understand...

    thanks.

    Your definition helped me understand it.
    I had previously looked in dictionary.com but that did not help me much.
  5. Replies
    3
    Views
    1,021

    Definition question

    What does resolving memory mean ?

    Context: Resolving any virtual memory access without the help of the TLB requires three separate main memory accesses.

    Thanks.
  6. Replies
    26
    Views
    17,710

    I must also do that. Usually I have the craving,...

    I must also do that.
    Usually I have the craving, MUST CODE NOW. Bad habit.
  7. Replies
    26
    Views
    17,710

    I heard about that, but 72 hours is just out of...

    I heard about that, but 72 hours is just out of my reality.
    I can't even go 24 hours without sleeping unless I am on something.
  8. Replies
    26
    Views
    17,710

    Hahaha I thought about the same thing the...

    Hahaha



    I thought about the same thing the other day.
    MUST NOT look at very tempting out of your league stuff.
    BAD, mmkay.
  9. Replies
    26
    Views
    17,710

    I must be more detail oriented then. Thanks

    I must be more detail oriented then.

    Thanks
  10. Replies
    26
    Views
    17,710

    Programming and State of mind.

    Is it only me or when writing programs you are highly susceptible of going absolutley nuts?

    Because if it's only me then I must change how I program.

    Thanks.
  11. Thread: floor

    by jordanguyoflove
    Replies
    3
    Views
    1,191

    thanks MK27 -lm was the problem

    thanks MK27

    -lm was the problem
  12. Thread: floor

    by jordanguyoflove
    Replies
    3
    Views
    1,191

    I did not forget : #include I get:...

    I did not forget : #include <math.h>

    I get: undefined reference to `floor'
  13. Thread: floor

    by jordanguyoflove
    Replies
    3
    Views
    1,191

    floor

    Hi,

    what's the floor function in C?
    I tried floor() it did not work.
  14. Replies
    5
    Views
    1,516

    #include void printarr(int a[]) {...

    #include <stdio.h>


    void printarr(int a[]) {
    a[0] = 9;
    printf(" %d\n",a[0]);

    }

    main() {
  15. Replies
    5
    Views
    1,516

    Passing an array in a funciton

    How do I pass an array as a a parameter in a function?
    I don't want to pass the reference/pointer to the array.


    Thanks.
  16. Replies
    5
    Views
    1,532

    If I input an integer I can still read another...

    If I input an integer I can still read another valid input.
    FAQ it is.
  17. Replies
    9
    Views
    4,851

    Thanks. I am going to write my own function.

    Thanks.
    I am going to write my own function.
  18. Replies
    5
    Views
    1,532

    Infinite Loop of Doom!

    int T;
    char file[30];

    FILE *fp;


    if(argc <= 2)
    {
    while(1)
    {
  19. Replies
    9
    Views
    4,851

    Breadth-first search

    Hi all


    I have this paragraph, I think it can be summarised as a Breadth-first search description.



    Am I right?

    Thanks.
  20. Replies
    2
    Views
    2,551

    thanks

    thanks
  21. Replies
    13
    Views
    2,843

    Rubbish...darn! But it really took 4.5s. ...

    Rubbish...darn!

    But it really took 4.5s.

    Jebus!
  22. Replies
    2
    Views
    2,551

    Single task queue

    Hi,

    What's a single task queue?
    A queue with several entries being all the same?
    Or a queue with only one entry.

    Context: The solution that you will implement is based on a brute force...
  23. Replies
    13
    Views
    2,843

    #include #include #include...

    #include <time.h>
    #include <stdio.h>
    #include <sys/time.h>
  24. Replies
    13
    Views
    2,843

    Thanks

    Thanks
  25. Replies
    13
    Views
    2,843

    Thanks. I corrected it.

    Thanks.

    I corrected it.
Results 1 to 25 of 75
Page 1 of 3 1 2 3