Search:

Type: Posts; User: elnerdo

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    16,431

    Thanks, you two. Quanatum, your solution did the...

    Thanks, you two. Quanatum, your solution did the trick. I guess I just wasn't thinking.

    Salem, I'll keep that in mind.
  2. Replies
    10
    Views
    16,431

    Pointer to specific memory address

    Is it possible to have a pointer point to a SPECIFIC memory address? I want to be able to edit one certain address, and I'm not sure how to go about doing it.

    I would've assumed that something...
  3. Replies
    27
    Views
    6,068

    www.lojban.org

    www.lojban.org
  4. Replies
    27
    Views
    6,068

    It's terrible. It just doesn't sound right.

    It's terrible. It just doesn't sound right.
  5. Replies
    27
    Views
    6,068

    Yeah, what's up with that. "Colour" ick! ...

    Yeah, what's up with that.

    "Colour"

    ick! You might as well be French!
  6. Thread: Pointer...eh?

    by elnerdo
    Replies
    19
    Views
    2,357

    Oh, I'm sorry, I didn't see the cout in there. ...

    Oh, I'm sorry, I didn't see the cout in there. :o

    for(ptr = a; ptr < 10; ptr++)
    printf("%d",*ptr);
    printf("\n");

    There, happy? now it's one variable plus a static against...
  7. Thread: Pointer...eh?

    by elnerdo
    Replies
    19
    Views
    2,357

    Don't try to be a smart.alleck Look, the...

    Don't try to be a smart.alleck

    Look, the point of that program is to output the numbers in the array. Yours doesn't accomplish that. The one with the pointer accomplishes that task and uses...
  8. Replies
    20
    Views
    5,633

    He wrote a screenplay before he died. He tried...

    He wrote a screenplay before he died. He tried to get a movie made, nobody would make it. Finally these people decided to use his screenplay and make a movie.
  9. Thread: Pointer...eh?

    by elnerdo
    Replies
    19
    Views
    2,357

    You idiot. In the first, you're using two...

    You idiot. In the first, you're using two variables EVERY time through the loop, a and i.

    In the second, you are only using one, ptr.

    Yes, in the second you are using a in the declaration...
  10. Replies
    20
    Views
    5,633

    Wow We're all idiots. We all agreed (...

    Wow

    We're all idiots.

    We all agreed ( including me ) that it didn't have the 'douglas adams touch' to it. I just recently found out that Douglas Adams himself wrote that screenplay.
  11. Replies
    37
    Views
    11,863

    Think of it this way, it can possibly show that...

    Think of it this way, it can possibly show that you speak English more fluently than her.
  12. Thread: Pointer...eh?

    by elnerdo
    Replies
    19
    Views
    2,357

    Also pointers can eliminate a variable when...

    Also pointers can eliminate a variable when dealing with arrays.
    (Sorry this is in C)


    int main()
    {
    int a[] = {0,1,2,3,4,5,6,7,8,9};
    int *ptr;

    //array plus...
  13. Replies
    37
    Views
    11,863

    I've seen it before so I got 6.. ( I got 3 the...

    I've seen it before so I got 6.. ( I got 3 the first time )

    But I'm gonna agree with the majority here, I don't think getting all 6 is genius.
  14. Replies
    34
    Views
    2,942

    Do you really need to make the caeser cipher roll...

    Do you really need to make the caeser cipher roll back?

    (a = d, z = c)

    Why not simply let it go so you end up with some crazy cool symbols instead of letters, those are usually a lot harder...
  15. Thread: a VB.NET job

    by elnerdo
    Replies
    20
    Views
    5,850

    You're being stubborn and stupid by saying you...

    You're being stubborn and stupid by saying you don't want to do a vb.net job and that you only use c/c++. If you want any programming jobs, you should know more than just one language.

    Don't...
  16. Replies
    17
    Views
    5,524

    I feel so cool...

    I feel so cool...
  17. Replies
    5
    Views
    1,905

    It's only in the faq.

    It's only in the faq.
  18. Thread: Noob question

    by elnerdo
    Replies
    4
    Views
    967

    To fix that, put your else-ifs in numerical...

    To fix that, put your else-ifs in numerical order..

    (This is pseudocode cause im too lazy to type it in real code)
    instead of:

    if age < 40
    if age < 20
    if age < 30

    do:
  19. Replies
    20
    Views
    5,633

    It was an alright movie, but it could not follow...

    It was an alright movie, but it could not follow the books. A lot of the humor seemed kind of forced and the only real good parts were the beginning song and the parts where they simply read...
  20. Thread: Favorite Pet

    by elnerdo
    Replies
    41
    Views
    8,268

    Poll: I'm gonna go with dogs. Cats can never...

    I'm gonna go with dogs.

    Cats can never really be a companion, they're too smart, they just want to eat your food and sleep.

    Dogs on the other hand will see you as God. They'll idolize you...
  21. Replies
    27
    Views
    6,001

    I own you all _>

    I own you all

    <_<

    >_>

    <cough>
  22. Replies
    6
    Views
    2,818

    That would explain a lot.. :p

    That would explain a lot.. :p
  23. One word: Wow..

    One word: Wow..
  24. Replies
    9
    Views
    3,374

    Wow, that's really cool. Have you tested it to...

    Wow, that's really cool.

    Have you tested it to see if it actually is faster than a normal for-loop?
  25. Replies
    17
    Views
    5,524

    Took me a while to figure it out, I was cheating...

    Took me a while to figure it out, I was cheating and going straight to the end, and nothing happens if you go to the end, you need to go to that one point near the end, took me a while to find that...
Results 1 to 25 of 51
Page 1 of 3 1 2 3