Search:

Type: Posts; User: MadHatter

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,431

    Poll: i think i may have CTS.. i'm not sure. my wrist...

    i think i may have CTS.. i'm not sure. my wrist hurts like hell sometimes. are there signs of it other than a lot of pain?
    it's the same with me as with dp.. it hurts like hell sometimes when i play...
  2. Replies
    0
    Views
    1,897

    allegro doesn't like windows

    eh.. hullo.

    i'm trying to use allegro with a win32 app (for the first time, IIRC), and having some trouble... when i include <allegro.h> and <windows.h> i get the follow error upon compiling (with...
  3. Thread: I'm back!

    by MadHatter
    Replies
    50
    Views
    11,836

    >>Gotta love LouDu's title, lets hope to god its...

    >>Gotta love LouDu's title, lets hope to god its not accurate.

    since when can people with < 400 posts change their titles...? did i miss something?

    and uh.. welcome back.. thread starter.
  4. Replies
    35
    Views
    7,586

    Poll: i used to drink 1-4 cups a day, but i stopped a...

    i used to drink 1-4 cups a day, but i stopped a few months ago.. it was making me twitchy. i still have it 3 or 4 times a week, when i'm at school, but i usually have tea or soda when i'm at home.
  5. string str1 = "abc"; string str2 = "123";...

    string str1 = "abc";
    string str2 = "123";
    Mid(str1, 1, 1) = Mid(str2, 0);


    take the substring from str1 (starting at index 1, 'b' (index 0 being 'a') and holding 1 character, just the 'b') and...
  6. so... it will only replace, at max, the length...

    so... it will only replace, at max, the length given in the first Mid call thingie? i thought it was like..

    take substring from left mid, regardless of length, and put in it's place substring...
  7. >is this valid, and if so, what should be...

    >is this valid, and if so, what should be printed...
    string s1 = "abcdefg";
    cout << (Mid(s1, 3, 0) = "123") << endl;<

    abc123defg

    i think

    what Mid(string, int, int) = Mid(string, int, int)...
  8. Replies
    29
    Views
    5,824

    so did you get the answer to the question back...

    so did you get the answer to the question back with the test results?
  9. Replies
    29
    Views
    5,824

    >>where do they bury the survivors? >In the...

    >>where do they bury the survivors?

    >In the ground?

    that's not nice...

    //edit: damn you, eibro.. i was there first... almost...
  10. >Mid is a simple function to implement in C++ ...

    >Mid is a simple function to implement in C++

    to make one such as
    std::string mystring = Mid(somestring, 5, 3);
    would be easy. but
    Mid(somestring, 5, 3) = mystring;
    wouldn't be as easy......
  11. >Does this help? very much. thank you. i...

    >Does this help?

    very much. thank you. i still don't know how to do it, but atleast now i know what i'm trying to do... ;)
  12. >I'm sorry, I can't answer that. just a little...

    >I'm sorry, I can't answer that.

    just a little hint? i'll be yer friend :) ...:rolleyes:

    seriously though.. i fail to see how this function would work as an L-value. it seems like it would be...
  13. i'm confused... what does it return to make:...

    i'm confused... what does it return to make:
    Mid(mystring, 2, 5) = someotherstring; //and
    Mid(mystring, 0, 3) = Mid(someotherstring, 2, 3); // Very tricky
    possible? or is that part of the...
  14. Thread: Cartoons

    by MadHatter
    Replies
    7
    Views
    2,308

    ...what're pepole? and since when do they make...

    ...what're pepole? and since when do they make The Simpsons?
  15. Replies
    58
    Views
    14,058

    how exactly will this be done? will there be a...

    how exactly will this be done? will there be a set time each day/week/month that people can come and there will be a contest? or will there just been an announcement each time there's going to be...
  16. Replies
    58
    Views
    14,058

    now i'm sure to lose :( oh well... second place...

    now i'm sure to lose :( oh well... second place isn't so bad.. or third.. maybe... :p
  17. Replies
    58
    Views
    14,058

    i may participate, depending on the kind of...

    i may participate, depending on the kind of programming challanges.. i don't plan on winning any awards, but i think it'd be good practice..
    although by the looks of it, i may win by default :p
  18. Replies
    1
    Views
    1,309

    //put a backslash in front of it...

    //put a backslash in front of it
    cout<<"blahblahblah\"blah\"blahblahblah";
  19. Replies
    49
    Views
    8,849

    >I don't want to be remembered as a wierdo. i...

    >I don't want to be remembered as a wierdo.

    i think it's a little too late for that... ;) i mean that in the nicest way possible...
  20. Replies
    49
    Views
    8,849

    i can't believe so many people are posting stupid...

    i can't believe so many people are posting stupid crap about killing/harming people.. it's pointless.. and stupid.. if someone who hated you was dying, would you want to be killed just because...
  21. Replies
    32
    Views
    7,227

    Poll: i've heard that 'type *var' is better, because...

    i've heard that 'type *var' is better, because you're only making that variable a pointer, not everything in that decliration, so it makes more sense to keep the * with the single variable. makes...
  22. Replies
    17
    Views
    5,268

    so i guess you stay away from, more or less, all...

    so i guess you stay away from, more or less, all TV and movies? :rolleyes:

    TechWin:
    many thanks for the list. some i already know (and like), but most are new to me. i look forward to checking...
  23. Replies
    17
    Views
    5,268

    hehe... yer a nut :p i never got in to the...

    hehe... yer a nut :p
    i never got in to the whole pokemon thing.. but that's not the point of this post...
    my point was, i noticed you have, IMO, good taste in music (Saves the Day, Thursday,...
  24. Replies
    50
    Views
    8,300

    Poll: most my spare time.. playing games, browsing...

    most my spare time.. playing games, browsing forums (posting now and then...), chatting, and programming less than i probably should... :p
    i usually get on when i get home from school (usually...
  25. Thread: Pics

    by MadHatter
    Replies
    30
    Views
    6,962

    >man dude u shoulda held on to the fat chick........

    >man dude u shoulda held on to the fat chick.....

    i agree.. i mean.. wow. i figured after the whole fat chick thing that you were atleast good looking. i don't know what she saw in you.. she was...
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4