CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sarevok

Page 1 of 28 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1,159
    Views
    100,681

    Re: Happy Birthday Marc G

    Happy Birthday!


    //sorry just couldn't resist...
  2. Replies
    2,373
    Views
    1,493,102

    Re: The Boring Thread

    wow I haven't posted in ages lol
  3. Replies
    7
    Views
    2,031

    Re: World of Warcraft, Where do I start?

    join the fun :D see you in Ironforge ;)
  4. Replies
    4
    Views
    911

    Poll: Re: Nintendo DS Lite - any good?

    It is ok but I would suggest you buy a psp :D
  5. Replies
    6
    Views
    989

    Re: Dumb question about assignment...

    Yep, since "a" would not be initialized again.
    EDIT: I noticed that I'm always 3 minutes too late too reply :rolleyes:
  6. Replies
    6
    Views
    989

    Re: Dumb question about assignment...

    IMHO, I think that a gets reset to 6 on each iteration in the second snippet. I have tried experimenting on this before and found out that the only way to let "a" be initialized only once inside a...
  7. Replies
    8
    Views
    1,228

    Re: if only we knew soner

    Lol. It somehow reminds me of the movie "Bourne Ultimatum"
  8. Replies
    12
    Views
    1,432

    Re: A Day in the Life of a Developer

    lol :lol: you can say that again :thumb: :D
  9. Replies
    1,585
    Views
    240,023

    Re: AAAh A joke(Lets share Jokes)

    I came upon this in another forum.
  10. Replies
    1,213
    Views
    96,000

    Re: The Word Game....

    Pico

    :D
  11. Replies
    5,488
    Views
    946,056

    Re: The "last one to post on this thread wins" Thread

    925...
  12. Replies
    4
    Views
    1,081

    How to hack an account...

    I bumped into this post from http://futuremark.yougamers.com/forum/showthread.php?t=23914

    Can this be real or not? :D
  13. Replies
    5
    Views
    879

    Re: what may cause this error?

    If you are using Visual Studio, just press 'alt + 7' to open the call stack window when running in debug mode. (I'm using VS6, I don't know if its the same for all VS versions though)
  14. Replies
    38
    Views
    3,497

    Re: The haystack is growing...

    :lol: Picky indeed :D
    And 4 really doesn't come out in the sequence (through brute force evaluation) :D
  15. Replies
    38
    Views
    3,497

    Re: The haystack is growing...

    I made this C++ code to display the first n elements of the series.


    #include <string>
    #include <vector>
    #include <fstream>
    #define LIMIT 20
    using namespace std;
    string parse(string str1);...
  16. Replies
    4
    Views
    793

    Re: Typecasting Problem

    Well if you want to convert integer 1 to its equivalent character '1' you can just add '0' to the integer value.

    for(i=1;i<=3;i++) {
    x[i] = i + '0';
    }
  17. Replies
    7
    Views
    5,249

    Re: problem with Borland Builder 6.0

    The error seems to be in except.h. Do you have these errors when you dont use #include<fstream> ?
  18. Replies
    1,585
    Views
    240,023

    Re: AAAh A joke(Lets share Jokes)

    Marrying a Computer Professional

    Conversation between a wife and a husband who happens to
    be a Software Engineer.

    Husband: (Returning late from work )"Good Evening Dear, I'm now
    logged in."
    ...
  19. Replies
    113
    Views
    15,378

    Re: Save the Cheerleader, Save the World

    Anyone know when season 2 will start?
  20. Replies
    38
    Views
    3,497

    Re: The haystack is growing...

    So what do the numbers mean? Any other hints? :D
  21. Replies
    113
    Views
    15,378

    Re: Save the Cheerleader, Save the World

    * Spoilers --------- beware *

    Yeah I think Peter would become a lot more powerful in season 2. They also showed some hints of a new nemesis in season 2 (although Sylar is still alive) like the...
  22. Replies
    113
    Views
    15,378

    Re: Save the Cheerleader, Save the World

    Just watched episode 20. This is the first time I saw Peter use Hiro's power. Nice. I wonder if he has Linderman's power too...
  23. Replies
    113
    Views
    15,378

    Re: Save the Cheerleader, Save the World

    Anyone seen episode 19?

    It's a very exciting episode. Can't wait for 20 :D

    Have any ideas what power Peter's mom have? Guesses?
  24. Replies
    115
    Views
    16,021

    Re: Ruin the last poster's wish!

    Granted.. Now the Junior CG members are now Senior CG members and are asking you about more chat applications :p

    I wish I will not win the lottery.
  25. Replies
    113
    Views
    15,378

    Re: Save the Cheerleader, Save the World

    That's exactly the problem! We can't wait until April 23 :D

    // 2 more weeks to go :D
Results 1 to 25 of 680
Page 1 of 28 1 2 3 4





Click Here to Expand Forum to Full Width

Featured