Search:

Type: Posts; User: almost_here

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: Bizarre

    by almost_here
    Replies
    44
    Views
    7,537

    Two.

    Two.
  2. Replies
    12
    Views
    1,429

    Works fine for me too..... both versions do. * is...

    Works fine for me too..... both versions do. * is before +

    Brackets
    Of
    Division
    Multiplication
    Addition
    Subtraction

    (i think that's right...)
  3. Thread: a program

    by almost_here
    Replies
    2
    Views
    994

    Hm

    I think your problem may lie here :




    // Ok... this makes sense

    do
    {
    .....
  4. Replies
    4
    Views
    913

    oops.. sorry, back buttons not liked by board :D

    oops.. sorry, back buttons not liked by board :D
  5. Replies
    4
    Views
    913

    Someone asked that question recently... this link...

    Someone asked that question recently... this link should take you to the thread ...

    ifndef thread

    If not, it's on the same page as this question at the moment :)

    Almosthere
  6. Replies
    4
    Views
    913

    Someone asked that question recently... this link...

    Someone asked that question recently... this link should take you to the thread ...

    ifndef thread

    If not, it's on the same page as this question at the moment :)

    Almosthere
  7. Replies
    10
    Views
    2,905

    Whatever happened to the facade of security?

    I think what worries me the most is that if they can e-mail me my password from a site then they are able to retrieve it themselves. The passwords we type in must be stored in a retrievable form as...
  8. Thread: error

    by almost_here
    Replies
    9
    Views
    1,042

    Thanks ... you learn something new every day...

    Thanks ... you learn something new every day don't you? :)
  9. Thread: error

    by almost_here
    Replies
    9
    Views
    1,042

    Hmm... Not sure what you're trying to do exactly...

    Hmm... Not sure what you're trying to do exactly (what the heck is an odometer??) but...

    1) for loops need a { and a } unless it's only the next line for the loop in which case you need nothing at...
  10. Replies
    3
    Views
    2,316

    Continuing this line of thought........ is there...

    Continuing this line of thought........ is there any support available in C/C++ for regular expressions?

    Almosthere
  11. Thread: turing

    by almost_here
    Replies
    10
    Views
    2,963

    The Turing Test is not something people take :) ...

    The Turing Test is not something people take :)

    Turing believed that the only way to prove an artificial 'thing' had intelligence - or AI - was if it could convince a human being it was real in...
  12. Replies
    3
    Views
    1,643

    >>Prototype strcpy(char *, char *) so... ...

    >>Prototype strcpy(char *, char *) so...

    Watch it though... this one always catches me out. It's actually a const char * for the second parameter... it makes a difference if you want to use a...
  13. Thread: need help

    by almost_here
    Replies
    3
    Views
    870

    Ummm.. how many times has this query been posted?...

    Ummm.. how many times has this query been posted? My count is 3...

    Almosthere
  14. (hmm... maybe i should have thought about my last...

    (hmm... maybe i should have thought about my last post for longer... why was i even copying and then renaming?? geeeeez i think i'm getting tired :(.. )

    :)
  15. You could just use system calls for it all.. it's...

    You could just use system calls for it all.. it's a little nasty but if you're the only one using it (ie. os doesn't matter) and speed of the program is not an issue, i'd go for that option.

    You...
  16. Replies
    4
    Views
    1,498

    Definitely - that book is superb. i bought it a...

    Definitely - that book is superb. i bought it a couple of weeks ago (don't ask me why - just like having something solid in front of me) and it's really easy to follow.

    A very pretty (and good)...
  17. Replies
    2
    Views
    907

    Sorry. .. in C++ mode ;) ...

    Sorry. .. in C++ mode ;)

    s/\/\/(.*)$/\/\*$1\*\//g;

    :D
  18. Replies
    2
    Views
    907

    You can't use the whole array as a pointer - a...

    You can't use the whole array as a pointer - a pointer can point at only one memory location. You want to do something like this i believe :



    #include <stdio.h>

    void myfunc(int *myp);

    int...
  19. >well, this has been asked but i'm very...

    >well, this has been asked but i'm very curious...
    >what are you programming right now?

    Interestingly enough, I started that thread last time... i cannot, however, remember my user name from...
  20. Thread: where from

    by almost_here
    Replies
    47
    Views
    8,993

    England - sorry to disappoint ;)

    England - sorry to disappoint ;)
  21. Thread: Microsoft

    by almost_here
    Replies
    21
    Views
    5,028

    I think Linux is certainly the way forward, but...

    I think Linux is certainly the way forward, but how many times have people ignored the way forward in favour of the easier route?

    I use Win2k at home and Winnt at work, dual boot with Slackware...
  22. Replies
    36
    Views
    4,127

    Ok... i think i follow ya... :) What you want...

    Ok... i think i follow ya... :)

    What you want to be doing is passing a pointer to the function which needs the object (pointers are just references, right, so if you need to reference the object...
  23. Replies
    7
    Views
    1,088

    Use the code tags (the # button above the bit...

    Use the code tags (the # button above the bit where you type your post in) 'cause your code is pretty difficult to read otherwise...

    Almosthere
  24. Replies
    36
    Views
    4,127

    Ok... let me just get this straight before I...

    Ok... let me just get this straight before I reply fully... you want to create an object (of a class type, if you like) and be able to access that from within other classes. Does that mean you want...
  25. Replies
    3
    Views
    1,169

    From what you've said it sounds like you're...

    From what you've said it sounds like you're creating the instance in one source file and trying to access its member functions in another source file - which i think may be stretching the scope of...
Results 1 to 25 of 53
Page 1 of 3 1 2 3